OpenAI API
GPT-5.5 / 5.4 flagship API, billed per token—separate from ChatGPT subscription quotas; requires a platform.openai.com account
Core models
API flagship (gpt-5.5): Standard $5 input / $30 output per million tokens, 1M context, xhigh reasoning and full agent tools—the default for complex coding and professional tasks.
More affordable professional model (gpt-5.4): $2.50 input / $15 output per million, 1M context—a balanced production workhorse.
Strongest mini (gpt-5.4-mini): $0.75 input / $4.50 output per million, 400K context—low latency and cost for sub-agents and light volume.
Latest image generation/editing API billed by image and text modalities (e.g. $30/M image output)—used with images/generations and images/edits endpoints.
Current top realtime voice model on openai.com/api/pricing—separate text/audio/image pricing, low-latency voice via v1/realtime.
Additional core model names still appear above, with full details on the latest official page.
Plan details
GPT-5.5
Flagship reasoningRecommendedBest for production apps treating OpenAI as a core base—Codex-style coding agents, long-document analysis, and high-stakes knowledge workflows.
GPT-5.4
Balanced flagshipWhen GPT-5.5 unit cost is too high but mini is not enough, 5.4 is usually the API sweet spot.
GPT-5.4 mini
Fast & low-costGood for sub-agents, intermediate pipeline steps, and tiered architectures that start on mini and escalate hard tasks to 5.5.
GPT-Image-2
Image generationGPT-Realtime-2
Realtime voiceGPT-Realtime-Translate
Live translationGPT-Realtime-Whisper
Streaming STTNotes
- Prices below are Standard processing for context under 270K; Batch API is ~50% off input/output; data residency adds 10% for GPT-5.5. GPT-5.5 prompts over 272K input tokens bill 2x input and 1.5x output for the full session.
- Prompt cache-hit input: GPT-5.5 $0.50/M, GPT-5.4 $0.25/M, GPT-5.4 mini $0.075/M—design caching for repeated system prompts and long prefixes.
- Web Search tool is $10 per 1k calls (search content tokens free); Containers bill by container size (switching to 20-minute sessions from 2026-03-31).
- ChatGPT Plus/Business/Enterprise subscriptions do not include standard API usage; Playground and production API share balance and bill per dashboard usage reports.
Supported coding tools
Pricing and model data sourced from official vendor websites