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

x/openai_deno/mod.ts>CreateImageRawResponse

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

Properties

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