Name | Type | Description | Notes |
---|---|---|---|
b64_json | String | The base64-encoded JSON of the generated image, if `response_format` is `b64_json`. | [optional] |
url | String | The URL of the generated image, if `response_format` is `url` (default). | [optional] |
revised_prompt | String | The prompt that was used to generate the image, if there was any revision to the prompt. | [optional] |
require 'openapi_client'
instance = OpenapiClient::Image.new(
b64_json: null,
url: null,
revised_prompt: null
)