How Much Does GPT-5 Cost?

Updated 12 July 2026 · first published 4 July 2026

GPT-5 is OpenAI's flagship reasoning model, released in 2026. It delivers substantially stronger performance on complex reasoning, coding, and multimodal tasks than GPT-4o - but at a premium price. This guide breaks down every cost dimension: API pricing, ChatGPT subscription tiers, how it compares to GPT-4o, and where cheaper alternatives like MiMO may be the smarter choice.

GPT-5 API pricing

OpenAI prices GPT-5 per million tokens, with separate rates for input, output, and cached input. Cached reads are significantly cheaper because the model reuses a previously computed prefix.

TierInput $/1MOutput $/1MCache Read $/1MContext Window
GPT-5.6-Sol (max)$5.00$30.00$0.50128K tokens
GPT-5.6-Terra (mid)$2.50$15.00$0.25128K tokens
GPT-5.6-Luna (budget)$1.00$6.00$0.10128K tokens
GPT-5.5 (flagship)$5.00$30.00$0.50128K tokens
GPT-5.4 (mid-tier)$2.50$15.00$0.25128K tokens

OpenAI's new July 2026 generation (GPT-5.6) introduces three distinct tiers: Sol for frontier reasoning, Terra for balanced performance, and Luna for cost-conscious use cases. For comparison, older GPT-5.5 and 5.4 models remain available. GPT-5.6 and 5.5 at $5/$30 are significantly more capable than GPT-4o ($2.50/$10), but the effective cost depends on reasoning depth and cache efficiency.

ChatGPT subscription costs

If you use GPT-5 through the ChatGPT interface rather than the API, pricing is subscription-based:

PlanMonthly PriceGPT-5 AccessKey Limits
Free$0GPT-5 mini onlyLimited messages/day
Plus$20/moGPT-5 with caps~80 GPT-5 messages/3hrs
Pro$200/moUnlimited GPT-5No rate limits, voice, deep research
Team$25/user/moGPT-5 with higher capsAdmin tools, SSO, higher limits
EnterpriseCustomGPT-5 unlimitedSLA, dedicated support, data governance

The Pro plan at $200/month is only cost-effective if you are a heavy daily user. For most developers and teams, the API with careful token management is cheaper than a Pro subscription.

GPT-5 vs GPT-4o: when does the upgrade make sense?

The price gap is real, so the question is whether GPT-5's quality advantage translates into cost savings elsewhere:

A practical rule: if your GPT-4o prompts include chain-of-thought instructions or multi-turn correction loops, GPT-5 may actually be cheaper because it does that reasoning natively in a single call.

How to reduce GPT-5 costs

Several strategies can cut your GPT-5 bill by 30–70% without sacrificing output quality:

Hidden costs beyond the sticker price

The per-token rate is only part of the picture. Budget for these additional factors:

Bottom line

GPT-5 is expensive but not uniformly so. At $10/$30 per million tokens, a typical API call with 1,000 input tokens and 500 output tokens costs about $0.025. For high-volume applications, the bill adds up fast - but smart caching, routing, and batching can reduce costs by half or more. Track every request, attribute spend to features, and benchmark alternatives regularly.

Related


Want this applied to your own LLM spend? FinOps LLM runs a free audit of your AI costs and shows where the savings are. Book free audit →

Back to research