OpenAI · JSON Structure

Openai Images Image Structure

Type: object Properties: 3
AIArtificial IntelligenceLarge Language ModelsT1

Image is a JSON Structure definition published by OpenAI, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

url b64_json revised_prompt

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Image",
  "type": "object",
  "properties": {
    "url": {
      "type": "string"
    },
    "b64_json": {
      "type": "string"
    },
    "revised_prompt": {
      "type": "string"
    }
  }
}