{
"object": "list",
"data": [
{
"id": "claude-sonnet-4.5",
"object": "model",
"created": 1710000000,
"owned_by": "anthropic",
"name": "Claude Sonnet 4.5",
"description": "Anthropic's balanced model — excellent for everyday coding and analysis tasks.",
"context_length": 200000,
"max_completion_tokens": 8192,
"pricing": {
"input": 3.0,
"output": 15.0
},
"capabilities": {
"chat": true,
"streaming": true,
"function_calling": true,
"vision": true,
"extended_thinking": true
},
"category": "balanced",
"status": "available",
"aliases": ["claude-sonnet"],
"provider": "anthropic"
},
{
"id": "gpt-5.4",
"object": "model",
"created": 1710000000,
"owned_by": "openai",
"name": "GPT-5.4",
"description": "OpenAI's flagship model — state-of-the-art reasoning and generation.",
"context_length": 128000,
"max_completion_tokens": 16384,
"pricing": {
"input": 2.5,
"output": 10.0
},
"capabilities": {
"chat": true,
"streaming": true,
"function_calling": true,
"vision": true,
"extended_thinking": false
},
"category": "flagship",
"status": "available",
"aliases": ["gpt"],
"provider": "openai"
}
]
}