ChatGPT · JSON Structure

Chatgpt Responses Response Input Content Part Structure

Type: object Properties: 6
AgentsAIChatGPTEmbeddingsFine-TuningGPT-4GPT-5Language ModelOpenAIRealtime

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

Properties

type text image_url detail file_id filename

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

JSON Structure

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