All sites
Data API
ChatGPT Data API
Structured answers and shared-conversation data from ChatGPT.
4endpointsCloudflare · turnstile · Rate Limit handled for you
Example (captured live)
chatgpt.com
ExampleJSON responseclick the page to trace a field
{
"models": [
{
"id": "auto",
"name": "Auto",
"description": "Let ChatGPT pick the best model for the prompt. Recommended default."
},
{
"id": "gpt-5.1",
"name": "GPT-5.1",
"description": "Flagship model. Best for complex reasoning, long answers, and coding."
},
{
"id": "gpt-5.1-mini",
"name": "GPT-5.1 mini",
"description": "Faster, lower-cost model for everyday questions and short answers."
}
],
"default": "auto"
}
GET
/v1/data/chatgpt/models1 credit / run VerifiedList Models
List available ChatGPT models with id, name, and description. Reference endpoint (no pagination).
Handled for you:CloudflareturnstileRate Limit
Parameters
This query takes no parameters.