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

x/openai_mini/lib/types/types.ts>FileResponse

A minimal wrapper for the OpenAI API
Go to Latest
interface FileResponse
import { type FileResponse } from "https://deno.land/x/openai_mini@0.3.0/lib/types/types.ts";

Properties

object: "file"
id: string
purpose:
| "fine-tune"
| "fine-tune-results"
| "fine-tune-train"
| "fine-tune-validate"
filename: string
bytes: number
created_at: number
status: "uploaded" | "processed" | "failed"
status_details: any | null