ChatGPT · Example Payload

Chatgpt Responses Create Response Request Example

AgentsAIChatGPTEmbeddingsFine-TuningGPT-4GPT-5Language ModelOpenAIRealtime

Chatgpt Responses Create Response Request Example is an example object payload from ChatGPT, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

modelinputinstructionsprevious_response_idmax_output_tokenstemperaturetop_ptoolstool_choicetruncationtextreasoningstoremetadatastreamparallel_tool_callsuser

Example Payload

Raw ↑
{
  "model": "example_value",
  "input": "example_value",
  "instructions": "example_value",
  "previous_response_id": "500123",
  "max_output_tokens": 10,
  "temperature": 42.5,
  "top_p": 42.5,
  "tools": [],
  "tool_choice": "example_value",
  "truncation": "example_value",
  "text": "example_value",
  "reasoning": "example_value",
  "store": true,
  "metadata": "example_value",
  "stream": true,
  "parallel_tool_calls": true,
  "user": "example_value"
}