OpenAI · JSON Structure

Openai Chat Completions Content Part Structure

Type: object Properties: 3
AIArtificial IntelligenceLarge Language ModelsT1

ContentPart 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

type text image_url

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContentPart",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "image_url": {
      "type": "object"
    }
  }
}