{
"data": [
{
"id": "openai/gpt-5.4",
"canonical_slug": "openai/gpt-5.4",
"name": "GPT-5.4",
"created": 1748000000,
"description": "OpenAI's flagship multimodal model with state-of-the-art performance.",
"context_length": 128000,
"architecture": {
"input_modalities": ["text", "image"],
"output_modalities": ["text"],
"tokenizer": "cl100k_base",
"instruct_type": "chatml"
},
"pricing": {
"prompt": "0.000005",
"completion": "0.000015",
"request": "0",
"image": "0.00765",
"web_search": "0",
"internal_reasoning": "0",
"input_cache_read": "0.0000025",
"input_cache_write": "0.000005"
},
"top_provider": {
"context_length": 128000,
"max_completion_tokens": 16384,
"is_moderated": true
},
"supported_parameters": [
"tools",
"tool_choice",
"max_tokens",
"temperature",
"top_p",
"structured_outputs",
"response_format",
"stop",
"frequency_penalty",
"presence_penalty",
"seed"
],
"per_request_limits": null,
"default_parameters": null,
"expiration_date": null
}
]
}