ChatGPT · JSON Structure

Chatgpt Chat Completions Create Chat Completion Response Structure

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

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

Properties

id object created model choices system_fingerprint service_tier

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CreateChatCompletionResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "object": {
      "type": "string"
    },
    "created": {
      "type": "integer"
    },
    "model": {
      "type": "string"
    },
    "choices": {
      "type": "array"
    },
    "system_fingerprint": {
      "type": "string"
    },
    "service_tier": {
      "type": "string"
    }
  }
}