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

x/openai_deno/mod.ts>CreateImageRawRequest

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

Properties

prompt: string
optional
model: "dall-e-2" | "dall-e-3" | string
optional
n: number
optional
quality: "standard" | "hd" | string
optional
size:
| "256x256"
| "512x512"
| "1024x1024"
| "1792x1024"
| "1024x1792"
| string
optional
response_format: "url" | "b64_json" | string
optional
style:
| "vivid"
| "natural"
| string
| null
optional
user: string