Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/openai/resources/beta/threads/mod.ts>ImageURLDelta

Deno build of the official Typescript library for the OpenAI API.
Extremely Popular
Go to Latest
interface ImageURLDelta
import { type ImageURLDelta } from "https://deno.land/x/openai@v4.52.1/resources/beta/threads/mod.ts";

Properties

optional
detail: "auto" | "low" | "high"

Specifies the detail level of the image. low uses fewer tokens, you can opt in to high resolution using high.

optional
url: string

The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp.