GPT-6 Sol pricing: the $2/$10 tier and every ChatGPT plan in 2026

Kurnia Kharisma Agung Samiadjie
Written by

Kurnia Kharisma Agung Samiadjie

Katelin Teen
Reviewed by

Katelin Teen

Last edited September 22, 2026

Expert Verified
Editorial illustration for a guide to OpenAI GPT-6 Sol pricing

GPT-6 Sol API pricing: the standard tier

Here is the number most people came for. On the API pricing page, GPT-6 Sol standard pricing is $2.00 per million input tokens and $10.00 per million output tokens. Cached input drops to $0.20, and cache writes are $2.50 per million.

Price ladder of three OpenAI GPT-6 models by output cost per million tokens: Luna $0.50, Sol $10, and Astra $50, with GPT-5.6 Sol at $20 cut 50% down to GPT-6 Sol at $10
Price ladder of three OpenAI GPT-6 models by output cost per million tokens: Luna $0.50, Sol $10, and Astra $50, with GPT-5.6 Sol at $20 cut 50% down to GPT-6 Sol at $10

That places Sol squarely in the middle of the OpenAI model lineup: well above the featherweight Luna, and far below the Astra flagship. Here is where the GPT-6 family sits on the standard, short-context tier, with the outgoing GPT-5.6 Sol for reference:

ModelInput (per 1M)Cached inputOutput (per 1M)Position
gpt-6-astra$10.00$1.00$50.00Flagship
gpt-6-sol$2.00$0.20$10.00Mid tier (new)
gpt-6-luna$0.10$0.01$0.50Cheapest
gpt-5.6-sol$4.00$0.40$20.00Prior mid tier

Source: OpenAI API pricing. The story the table tells is simple: GPT-6 Sol is the old GPT-5.6 Sol at half price. OpenRouter confirmed the same rates on launch day, Sol at "$2/M input and $10/M output." OpenAI's own framing on the launch post is "Build with Sol. Scale with Luna," which tells you where each model is meant to sit.

The 50% cut: what changed, and what did not

A price cut this size usually comes with a capability story. This one mostly does not, and that is worth being honest about.

Two-panel comparison for GPT-6 Sol: a Price panel showing $4/$20 dropping to $2/$10 at minus 50 percent, and an Intelligence Index panel showing two equal bars for GPT-5.6 Sol and GPT-6 Sol labelled about level
Two-panel comparison for GPT-6 Sol: a Price panel showing $4/$20 dropping to $2/$10 at minus 50 percent, and an Intelligence Index panel showing two equal bars for GPT-5.6 Sol and GPT-6 Sol labelled about level

On the raw intelligence measure, Artificial Analysis reported that GPT-6 Sol and Luna "push the cost efficiency frontier by halving cost," while the Intelligence Index and Coding Agent Index "remain level with GPT-5.6, with progress in some evaluations and regressions in others." So the map is: the price moved a lot, the intelligence barely moved.

Where Sol did improve is reliability and coding throughput, and OpenAI leaned on both:

  • Factuality. OpenAI reports GPT-6 Sol makes about half as many factual mistakes as GPT-5.6 Sol, approaching Astra-level reliability at a fraction of the cost. Artificial Analysis logged the max-effort hallucination rate dropping from 92% to 60%.
  • Coding. OpenAI reports 68.8% on DeepSWE v1.1, within about a point of Claude Fable 5's best score at roughly 80% lower cost per task.
  • Agentic evals. Artificial Analysis noted small gains on AutomationBench (62% vs 60%) and Terminal-Bench 4.0 (44% vs 40%), and a jump on the AA-Omniscience Index from 22 to 27.

The community read it the same way. On the launch discussion, one developer put the trade plainly:

Hacker News

"I'd have loved improved performance for 2x the price than ~equal performance for 0.5x the price."

That is the honest frame for GPT-6 Sol pricing. If you already ran GPT-5.6 Sol, this is a bill cut you get for free. If you were hoping the "6" meant a step change in raw smarts, the benchmark scores say to temper that.

Service tiers: the 4x swing most people miss

The standard rate is a starting point, not the whole story. GPT-6 Sol runs on the same service tiers as the rest of the family, and the gap between the cheapest and most expensive is 4x for the exact same model. This is the single biggest lever you have on cost.

TierInput (per 1M)Cached inputOutput (per 1M)Trade-off
Batch$1.00$0.10$5.0050% off, async, up to 24h
Flex$1.00$0.10$5.0050% off, slower, may queue
Standard$2.00$0.20$10.00Default latency
Fast mode$4.00$0.40$20.002x, lowest latency

Source: OpenAI API pricing. A few things to know before you pick one:

  • Batch and Flex are the same price, but different jobs. Batch is for asynchronous work you submit and collect later; Flex is for interactive requests you are willing to let run slower or queue. Both halve your bill.
  • Fast mode doubles the rate for the lowest latency, and it accepts either service_tier: "priority" or service_tier: "fast".
  • Fast mode has a regional catch. For EU data residency it can fall back to standard, so do not assume it everywhere.

If a workload tolerates latency, defaulting it to Batch or Flex cuts your Sol spend in half again, on top of the 50% you already saved moving off GPT-5.6. That stacks: a batchable job on GPT-6 Sol runs at $1/$5, a quarter of last month's GPT-5.6 Sol standard bill.

The gotchas: long context and the spec

Two details hide in the model page fine print, and both can quietly reshape a budget.

First, long context is billed at a higher rate for the whole request. Sol's context window is a large 1,050,000 tokens, but any prompt over 272K input tokens flips the entire request to the long-context rate: $4 per million input and $15 per million output on the standard tier. That is 2x input and 1.5x output, applied to every token in the request, not just the ones past the threshold.

Standard tierShort context (≤272K)Long context (>272K)
Input (per 1M)$2.00$4.00
Cached input$0.20$0.40
Output (per 1M)$10.00$15.00

Second, the spec is worth knowing before you commit. GPT-6 Sol takes up to 922,000 input tokens and returns up to 128,000, with a knowledge cutoff of 20 April 2026. It accepts text and image in, text out, and exposes reasoning effort from none all the way to max, with medium as the default. It also ships the full Responses API tool set: web search, code interpreter, hosted shell, computer use, and MCP. And a floor to remember: Sol is not on the free tier, so Tier 1 is the entry point for developers.

Estimate your GPT-6 Sol API bill

Sticker prices are abstract until you put your own numbers in. Plug in the millions of input and output tokens you expect per month, pick a service tier, and this works out the monthly cost. It accounts for the long-context surcharge automatically.

The pattern most teams find is that output tokens dominate the bill, since output is 5x the input rate. If your workload generates long responses, that is where the money goes, and where switching a batch-friendly job to Batch pays off fastest.

GPT-6 Sol pricing in ChatGPT and Codex

If you are not calling the API, GPT-6 Sol reaches you through ChatGPT Work and Codex, and the plan you are on draws a clear line about who gets it.

PlanPriceGPT-6 Sol access
Free$0No (Luna only)
Go$8/moNo (Luna only)
Plus$20/moYes
ProFrom $100/moExpanded
Business / Enterprise / EduPer seatYes

Source: OpenAI launch announcement. A few things stand out:

  • Sol starts at Plus. The $20/month Plus plan is the entry point for ChatGPT users who want Sol. Neither Free nor the $8 Go plan includes it; they get GPT-6 Luna in the desktop app.
  • Codex gets Sol too. OpenAI shipped both models into Codex at the same tiers, so coding-agent users on Plus and up can select Sol directly.
  • Enterprise is per seat. On Business and Enterprise, Sol is available per seat alongside Edu access, which follows the same pattern as the rest of the OpenAI lineup.

Not everyone was convinced the subscription savings match the API cut. One developer noted that message-limit changes suggested the 50% API cut translated to something closer to a one-third cut inside the ChatGPT plans, so check your own allowance rather than assuming the sticker discount flows straight through.

How GPT-6 Sol pricing compares

Zooming out, where does Sol sit against the rest of the frontier? The short version is that OpenAI used Sol to compete hard on price in the middle of the market.

  • Versus its own lineup: at $2/$10, Sol is one fifth the price of GPT-6 Astra ($10/$50) and 20x the price of Luna ($0.10/$0.50). For most everyday tasks, Sol is the sweet spot; for long-horizon agentic or security work, Astra's premium can still be worth it.
  • Versus Anthropic: Sol undercuts Fable 5.1 at $10/$50 by a wide margin, while OpenAI claims coding scores within a point at the top.
  • Versus Google: it sits above the lightest Gemini options like Gemini 3 Flash, but competes directly with the mid tiers on a price-for-intelligence basis.

The bigger picture on the launch thread was that closed models keep getting cheaper without getting much smarter, which several developers framed as a race to the bottom on price. That is good news if you are buying tokens. It is a reminder, though, that a cheaper model does not change the harder part of shipping AI into a real workflow, which is everything around the model.

What GPT-6 Sol pricing means if you run a support team

Here is where I want to be useful rather than just tally rates, because I spend my time on how these models actually get used, and the honest answer is a little counterintuitive.

If you run customer support or internal ops, a cheaper frontier model changes less than the headline suggests. A raw model like Sol is infrastructure. It is a capable engine, but out of the box it does not know your refund policy, it cannot see your last 50,000 tickets, it has no access to your order system, and it has no safe way to be tested against your real queue before it starts replying to customers. It is billed per token for thinking, not per problem solved. A 50% token cut is real, but it is a discount on the cheapest part of the project.

Diagram contrasting a raw model, billed per token and needing a harness, with an AI teammate that wraps your past tickets, help center, integrations, and simulation, and is billed per resolved ticket
Diagram contrasting a raw model, billed per token and needing a harness, with an AI teammate that wraps your past tickets, help center, integrations, and simulation, and is billed per resolved ticket

The unit that actually matters for a support team is cost per resolution, not cost per token. A token bill is unpredictable: it moves with prompt length, retries, and how chatty the model is on any given day. I have watched confident-sounding bots quietly give wrong answers on live queues, which is exactly why every rollout should be simulated against your own historical tickets before it goes near a customer. That is the gap between a model and a system built around it: your knowledge, your integrations, safe actions, and a way to test it on your history first.

This is also why I would not re-platform your support automation the week a new model ships. The best AI helpdesk agents and customer service tools are model-flexible by design, so when a cheaper or smarter model lands, you inherit the upgrade without rebuilding anything, and without renegotiating your budget around a new token rate.

Try eesel

If your interest in Sol's price is really "what will an AI cost me to actually resolve tickets," that is the job an AI teammate is built for, and it is where eesel sits. GPT-6 Sol is the engine; eesel is the employee you hire to drive it. The AI helpdesk agent trains on your past tickets and help center, plugs into the helpdesk you already run instead of replacing it, and lets you simulate it against thousands of your real historical tickets so you see how it will perform, and what it will cost, before it ever touches a live conversation.

The billing tells the story a token rate cannot. Instead of paying per token to think, you pay 40¢ per ticket it actually handles, with no per-seat fees and no platform minimum, so the cost tracks outcomes rather than model chatter. You can start free with $50 of usage and no credit card.

The eesel AI reports dashboard showing resolution and usage analytics across a support queue
The eesel AI reports dashboard showing resolution and usage analytics across a support queue

And because this is a developer-facing pricing question, it is worth knowing the whole eesel workspace is drivable from the terminal, not just a dashboard. The eesel CLI (npx @eesel/cli) lets a person, a script, or a coding agent like Claude Code, Codex, or Cursor operate the same teammate: connect a helpdesk, read and edit the standing instructions, run eesel activity to inspect past runs, and gate changes behind eesel approvals. Every command prints JSON, and --dry-run shows the exact server call a write would make before it sends. So the same per-resolution billing you would model in this calculator is something you can wire into your own tooling, not just click through in a UI.

GPT-6 Sol pricing is a real deal on tokens, and for coding and everyday work the 50% cut is worth taking. But for most support teams, the token rate was never the number that mattered. Getting a tested, connected, accountable teammate into your existing workflow, billed by the outcome, is the part worth spending your budget on.

Frequently Asked Questions

How much does GPT-6 Sol cost on the API?
On the OpenAI API pricing page, GPT-6 Sol costs $2 per million input tokens and $10 per million output tokens at the standard tier, with cached input at $0.20 and cache writes at $2.50. That is exactly half of GPT-5.6 Sol's $4/$20. Batch and Flex run at half again, and Fast mode doubles it. If you would rather pay per outcome than per token, an AI helpdesk agent like eesel bills per resolved ticket instead.
Is GPT-6 Sol cheaper than GPT-5.6 Sol?
Yes. GPT-6 Sol pricing is a straight 50% cut: $2/$10 versus the older $4/$20. OpenAI credits caching and inference improvements, and Artificial Analysis found the Intelligence Index roughly level with GPT-5.6 while factuality improved. So GPT-6 Sol pricing buys you the same class of model for half the money, not a big capability jump. Model it on your own real traffic before switching.
Is GPT-6 Sol available on the free tier?
Not directly. GPT-6 Sol is not on the API free tier, so Tier 1 is the floor for developers. In ChatGPT, Sol starts on the $20/month Plus plan; Free and the $8 Go plan only get GPT-6 Luna in the desktop app.
What is the GPT-6 Sol long-context surcharge?
Prompts over 272K input tokens are billed at the long-context rate for the whole request: $4 per million input and $15 per million output on the standard tier, with cached input at $0.40. It is easy to miss on the model page when you budget for large-context workloads on Sol's 1,050,000-token window.
How much is GPT-6 Sol in ChatGPT and Codex?
GPT-6 Sol is included in ChatGPT Work and Codex for Plus ($20/month), Pro (from $100/month), Business, Enterprise, and Edu users. Free and the $8 Go plan do not include Sol, only Luna. See the full OpenAI model lineup for how the plans map to models.
What do Batch and Fast mode change about GPT-6 Sol pricing?
Batch and Flex both run GPT-6 Sol at 50% of standard ($1 input, $5 output), trading latency for cost. Fast mode doubles standard pricing to $4/$20 for lower latency. Picking the right service tier is the single biggest lever on your GPT-6 Sol pricing, more than any prompt tweak. The same logic applies to batch workloads generally.
GPT-6 Sol vs GPT-6 Astra pricing: which should I use?
GPT-6 Sol at $2/$10 is one fifth the price of GPT-6 Astra at $10/$50. OpenAI positions Sol as the coding-and-professional-work tier and Astra as the flagship for long-horizon agentic and security work. For most everyday tasks Sol gives you most of the value for far less. For support automation, the model choice matters less than the system around it.

Share this article

Kurnia Kharisma Agung Samiadjie

Article by

Kurnia Kharisma Agung Samiadjie

Kurnia is a software engineer and writer at eesel AI with two years of SEO experience, writing about AI tools, helpdesk software, and customer support. He pairs a developer's understanding of how these products are built with search-driven research into what actually ranks and resonates with the people searching for them.

Related Posts

All posts →
Editorial illustration for a guide to OpenAI GPT-6 Luna pricing
Trending

GPT-6 Luna pricing: the $0.10/$0.50 tier and every ChatGPT plan in 2026

A full breakdown of GPT-6 Luna pricing: the $0.10/$0.50 standard API tier, the cheapest model in the GPT-6 family, Batch and Fast mode, the long-context surcharge, and which ChatGPT plans include it.

Rama Adi NugrahaRama Adi NugrahaSep 23, 2026
Editorial illustration for a guide to OpenAI's GPT-6 Sol model
Trending

GPT-6 Sol: what it is, what it costs, and who it's for in 2026

OpenAI's GPT-6 Sol landed on 23 September 2026 as the balanced, half-price workhorse of the GPT-6 family. Here is what it actually is, the real benchmark story, the $2/$10 pricing, and who should use it.

Rama Adi NugrahaRama Adi NugrahaSep 23, 2026
Editorial illustration for a guide to OpenAI GPT-6 Astra pricing
Trending

GPT-6 Astra pricing: every API tier and ChatGPT plan in 2026

A full breakdown of GPT-6 Astra pricing: the $10/$50 standard API tier, Batch, Flex and Fast mode, the long-context surcharge, and which ChatGPT plans include it.

Rama Adi NugrahaRama Adi NugrahaSep 8, 2026
GPT-6 Astra review illustration with benchmark charts and a magnifying glass over a scorecard
Trending

GPT-6 Astra review: is OpenAI's flagship worth the 2.5x price?

A hands-on GPT-6 Astra review: real gains in computer use and coding agents, flat raw intelligence, a 2.5x price hike, and who should actually switch.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 8, 2026
Editorial illustration for a guide to OpenAI's GPT-6 Astra model
Trending

GPT-6 Astra: what it does, what it costs, and the catch

OpenAI's GPT-6 Astra launched on 3 September 2026. Here is what actually changed, the real benchmark story, the $10/$50 pricing, and how to get access.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieSep 4, 2026
Illustration of two people at a laptop next to a small Microduck robot on roller skates
Trending

Microduck pricing: what Hugging Face's $399 robot duck really costs

Microduck pricing starts at $399, but that is before tax, shipping, and the add-on packs. Here is the real cost of Hugging Face's open-source robot duck.

Alicia Kirana UtomoAlicia Kirana UtomoAug 30, 2026
Cohere Parse 5 pricing breakdown illustration with the Cohere logo
Trending

Cohere Parse 5 pricing: what the $1.50 document parser really costs

Cohere Parse 5 costs $1.50 per 1,000 pages on the API, or a flat $2,500-$4,300/month on a dedicated instance. Here's the full breakdown and the break-even math.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieAug 30, 2026
One plugin package feeding several different AI coding agents at once
Trending

Agent Plugins: the new open standard for AI agent extensions

Agent Plugins 1.0.0 shipped on 6 August 2026 with AWS, Cursor, Microsoft, OpenAI and Vercel behind it. Here is what it standardizes, and what it leaves out.

Rama Adi NugrahaRama Adi NugrahaAug 6, 2026
GPT-5.6 explainer hero banner showing the Sol, Terra, and Luna tiers as a sun, an earth, and a moon
Guides

What is GPT-5.6? Sol, Terra, and Luna explained

GPT-5.6 is OpenAI's Sol, Terra, and Luna family, generally available since July 9, 2026. Here's what each tier does, what it costs after the July 30 price cut, and where it fits in a support stack.

Alicia Kirana UtomoAlicia Kirana UtomoJun 29, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free