GPT-5.3-Codex API Pricing
OpenAI's coding-specialized agent model: $1.75/M input, $14/M output, and $0.175/M cached input. GPT-5.3-Codex is optimized for long-running coding tasks in Codex-like environments and supports low through xhigh reasoning effort settings.
Run the numbers.
Live calculator pre-loaded with current GPT-5.3-Codex rates. Use it for long-running code agents, review loops, and repo-scale software work.
Real-world presets.
Feature branch implementation
Repo-scale refactor
Pull request review
Failing test repair
Technical spec draft
Price history.
Paste text. See tokens. See cost.
This is a chars-per-token approximation, not a real tokenizer. Actual tokens vary by language, code density, and tool-call overhead — counts are typically ±10–20% off for English prose, more for code or non-Latin scripts. For exact billing, use the vendor's official tokenizer.
| Model | Input /M | Output /M | Effective blended | Context | Best for |
|---|---|---|---|---|---|
| GPT-5.3-Codex Current | $1.75 cache $0.17 | $14.00 | $1.54 agentic 92/8 | 400K | Agentic coding tasks |
| GPT-5.4 | $2.50 cache $0.25 | $15.00 | $1.80 broader model | 1.05M | Affordable OpenAI frontier work |
| GPT-5.4 mini | $0.75 cache $0.07 | $4.50 | $0.54 cheaper subagent | 400K | Subagents and computer-use tasks |
| GPT-5.5 | $5.00 cache $0.50 | $30.00 | $3.61 flagship tier | 1M | Frontier coding and professional agents |
| Claude Opus 4.7 | $5.00 cache $0.50 | $25.00 | $3.21 Anthropic frontier | 1M | Anthropic frontier reasoning |
| Gemini 2.5 Pro | $1.25 cache $0.13 | $10.00 | $1.10 tier 1 pricing | 2M | Large multimodal context |
| DeepSeek V4 Pro | $0.43 cache $0.00 | $0.87 | $0.14 promo price | 1M | Low-cost reasoning workloads |
Frequently asked.
Practical GPT-5.3-Codex pricing questions, with OpenAI's published rates separated from workload assumptions.
Q · 01 What is the standard GPT-5.3-Codex API price? +
gpt-5.3-codex at $1.75/M input tokens, $0.175/M cached input tokens, and $14/M output tokens. This page stores the public list price in USD and marks the source as OpenAI's pricing docs.Q · 02 Is GPT-5.3-Codex still useful after GPT-5.4? +
$1.80/M blended, while GPT-5.3-Codex is a coding specialist at about $1.54/M. Use Codex when the workload is mostly software development and GPT-5.4 when broader professional work or computer use matters more.Q · 03 Is Batch pricing available for GPT-5.3-Codex? +
gpt-5.3-codex. It lists Standard pricing and Priority pricing for Codex. This page therefore does not publish a Batch discount for GPT-5.3-Codex.Q · 04 What does Priority processing cost? +
gpt-5.3-codex at $3.50/M input, $0.35/M cached input, and $28/M output. That is 2x the standard price and should be reserved for latency-sensitive coding workflows.Q · 05 Does GPT-5.3-Codex have regional pricing? +
Q · 06 What context window does GPT-5.3-Codex have? +
400,000 token context window and 128,000 max output tokens for GPT-5.3-Codex. The model supports text and image input with text output.Q · 07 What release date is used here? +
2026-02-05 as the release date and keeps the price history flat unless OpenAI publishes a later price change.Q · 08 How accurate is the tokenizer estimate? +
4.875 characters per token for English text and labels the tokenizer as tiktoken-o200k_base. It is good for budget planning, but exact billing can differ by language, whitespace, code, tool calls, and image inputs.