Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/openai_deno/mod.ts>File

OpenAI API wrapper for deno.
Latest
interface File
Re-export
import { type File } from "https://deno.land/x/openai_deno@v0.9.8/mod.ts";

Properties

id: string
object: string
bytes: number
createdAt: number
filename: string
purpose: string
status: string
statusDetails: Record<string, unknown>