Data
An individual image object in the response.
Example Usage
typescript
import { Data } from "@meetkai/mka1/models/operations";
let value: Data = {};Fields
| Field | Type | Required | Description |
|---|---|---|---|
url | string | ➖ | The URL of the generated image, if response_format is 'url' (default). The URL is valid for 1 hour. |
b64Json | string | ➖ | The base64-encoded JSON of the generated image, if response_format is 'b64_json'. |
revisedPrompt | string | ➖ | The prompt that was used to generate the image, if there was any revision to the prompt (only for dall-e-3). |