Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CreateImageRawResponse
import { type CreateImageRawResponse } from "https://deno.land/x/openai_deno@v0.9.8/src/types/image.ts";

Properties

created: number
data: { url?: string; b64_json?: string; }[]