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>ImageFile

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

Properties

file_id: string

The File ID of the image in the message content. Set purpose="vision" when uploading the File if you need to later display the file content.

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

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