How to Read the GPT-5 Pricing Table
The GPT-5 family is not one model — it is at least four distinct price points with very different quality ceilings. GPT-5 standard ($2.50/$10.00 per million) is the mid-range flagship for coding, analysis, and reasoning tasks that need genuine capability. GPT-5 mini ($0.40/$1.60) is optimized for conversational and content tasks where you need coherent language but not deep reasoning. GPT-5 nano ($0.15/$0.60) targets classification, extraction, short-form generation, and any task where latency beats quality.
At the high end, OpenAI also offers GPT-5 Pro — a higher-compute variant for the most demanding agentic and research workloads, priced above standard. Check OpenAI API Pricing 2026 for the Pro tier breakdown, since OpenAI adjusts the Pro rate independently of the rest of the family.
The most important number in the table above is the cached input rate: $0.25/million for GPT-5 standard. If your prompts have a stable system message or retrieved context that stays constant across calls, prompt caching cuts your effective input cost 90%. For agentic loops that call the model 10-50 times per session with the same context prefix, caching alone often produces more savings than dropping to a cheaper model tier.