browse · models · OpenAI
OpenAI model — context 400K, capabilities: tool_use · thinking.
| Model ID | gpt-5.3-codex |
| Provider | OpenAI |
| Family | gpt-5 |
| Status | active |
| Input $/MTok | $5 |
| Output $/MTok | $20 |
| Cache read $/MTok | $0.5 |
| Cache write $/MTok | — |
| Context window | 400,000 tokens (400K) |
| Max output | 128,000 tokens (128K) |
| Input modalities | text |
| Output modalities | text |
| Capabilities | tool_usethinking |
| Supported parameters | max_tokenstemperaturetop_ptoolstool_choicereasoninginclude_reasoning |
| Knowledge cutoff | 2025-10 |
| Release date | 2025-10-01 |
| Last synced | 2026-05-13 |
| Deprecated | — |
| Official docs | Open docs |
| Intelligence index | not measured |
| Throughput | — |
// claude-desktop / cursor / windsurf
{
"jsonrpc": "2.0",
"method": "tools/call",
"id": 1,
"params": {
"name": "get_model_pricing",
"arguments": { "model_id": "gpt-5.3-codex" }
}
}curl -X POST https://mcp.aiworkflowmcp.com/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"tools/call","id":1,"params":{"name":"get_model_pricing","arguments":{"model_id":"gpt-5.3-codex"}}}'