Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 682 Bytes

Image.md

File metadata and controls

22 lines (16 loc) · 682 Bytes

OpenapiClient::Image

Properties

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]

Example

require 'openapi_client'

instance = OpenapiClient::Image.new(
  b64_json: null,
  url: null,
  revised_prompt: null
)