GPT-5.6-Cyber pricing: what OpenAI has and hasn't published

Kurnia Kharisma Agung Samiadjie
Written by

Kurnia Kharisma Agung Samiadjie

Katelin Teen
Reviewed by

Katelin Teen

Last edited August 10, 2026

Expert Verified
Illustrated hero banner showing a blank price tag beside a locked gate and the OpenAI logo, representing GPT-5.6-Cyber's unpublished pricing

The short answer, and why the question keeps getting asked

I have spent a couple of years watching what people actually type into search, and "gpt 5.6 cyber pricing" is a very specific kind of query. It is not idle curiosity. It is someone with a budget line to fill in, who has been asked how much this thing costs, and who needs a number by Thursday.

So here is the honest version: you cannot get one from OpenAI today. GPT-5.6-Cyber is reachable only through Daybreak Red, the applicant-vetted tier of the Daybreak program. Access is granted, not purchased. There is no plan page, no model ID you can call, and no rate.

That is a different commercial shape from the rest of the family. Sol, Terra, and Luna are self-serve: you get an API key and you are billed per token. Cyber is an approval with terms attached, and OpenAI has not made those terms public.

It is worth being clear this is not the same as the model being unreleased. The GPT-5.6 review covers a family you can call today. Cyber is shipped, in use at named firms, and still unpriced.

Katelin, our editor, made the call to ship this post now rather than wait for OpenAI to publish. I agree with the reasoning. Someone budgeting this quarter is better served by a clear "nobody knows, and here is exactly what is known instead" than by a page that does not exist.

The Cyber row exists, and it is empty on purpose

This is the part that makes me confident the missing price is deliberate rather than an oversight.

Hand-drawn table of OpenAI's specialized models price card showing chat-latest at $5 and $30, gpt-5.3-codex at $1.75 and $14, and gpt-5.4-cyber with empty dashes in both price columns
Hand-drawn table of OpenAI's specialized models price card showing chat-latest at $5 and $30, gpt-5.3-codex at $1.75 and $14, and gpt-5.4-cyber with empty dashes in both price columns

Scroll to the "Specialized models" section of OpenAI's price card and you find three rows. chat-latest is priced. gpt-5.3-codex is priced. The Cyber row is not.

CategoryModelInputCached inputOutput
ChatGPTchat-latest$5.00$0.50$30.00
Codexgpt-5.3-codex$1.75$0.175$14.00
Cybergpt-5.4-cybernot publishednot publishednot published

Three things follow, and each one is checkable on that page right now.

The row names gpt-5.4-cyber. Not the 5.5-Cyber that shipped in June, not the 5.6-Cyber that shipped yesterday. OpenAI has cycled through at least three cyber models while leaving a two-generations-old ID sitting on the card.

The columns are blank rather than absent. OpenAI could have omitted the category entirely. Instead it lists the row and declines to fill it, which reads as "this exists, and it is not something you buy here."

And the pattern is stable across generations. If a Cyber price were coming, there was already a row waiting for it, and it has stayed empty through two model releases.

Compare that with how OpenAI handles every other specialised model. Codex got a published rate. So did AgentKit and the Assistants API. Cyber is the exception, not the backlog.

What the rest of GPT-5.6 costs

Since Sol is the base model GPT-5.6-Cyber is built on, its rate card is your reference point. It is also the tier you get through Daybreak Blue, which is the one most defenders will actually end up using.

Before and after comparison showing Sol unchanged at $5 and $30, Terra cut 20% from $2.50/$15 to $2.00/$12, and Luna cut 80% from $1.00/$6.00 to $0.20/$1.20 on 30 July 2026
Before and after comparison showing Sol unchanged at $5 and $30, Terra cut 20% from $2.50/$15 to $2.00/$12, and Luna cut 80% from $1.00/$6.00 to $0.20/$1.20 on 30 July 2026

Before the table, one correction worth making loudly, because a lot of coverage still gets it wrong. On 30 July 2026 OpenAI cut Terra by 20% and Luna by 80%. Sol held. If you see $2.50/$15 quoted for Terra or $1/$6 for Luna, including in the body of OpenAI's own July launch post, those are the old numbers. Luna is now five times cheaper than that.

The price card also split into short-context and long-context columns, which it did not have in July. Use the widget to see what your combination actually costs.

Interactive

GPT-5.6 rate card, by service tier

Per 1M tokens. Pick a service tier to see how far the same workload moves.

The default. Real-time responses, list price.

ModelShort inShort outLong inLong out
Sol$5.00$30.00$10.00$45.00
Terra$2.00$12.00$4.00$18.00
Luna$0.20$1.20$0.40$1.80
CyberNot published, at any tier

500M in and 100M out on Sol: $5,500 a month.

Code
<div class="pxcalc-panel px-batch">
  <p class="pxcalc-note">Half the standard rate. You trade latency for it, which suits overnight scans and bulk triage.</p>
  <table class="pxcalc-t">
    <thead><tr><th>Model</th><th>Short in</th><th>Short out</th><th>Long in</th><th>Long out</th></tr></thead>
    <tbody>
      <tr><td>Sol</td><td>$2.50</td><td>$15.00</td><td>$5.00</td><td>$22.50</td></tr>
      <tr><td>Terra</td><td>$1.00</td><td>$6.00</td><td>$2.00</td><td>$9.00</td></tr>
      <tr><td>Luna</td><td>$0.10</td><td>$0.60</td><td>$0.20</td><td>$0.90</td></tr>
      <tr class="pxcalc-cyber"><td>Cyber</td><td colspan="4">Not published, at any tier</td></tr>
    </tbody>
  </table>
  <p class="pxcalc-take"><strong>Same 500M in and 100M out:</strong> $2,750 a month. Half.</p>
</div>

<div class="pxcalc-panel px-fast">
  <p class="pxcalc-note">Double the standard rate. Renamed from Priority processing on 30 July 2026; both service_tier values still work.</p>
  <table class="pxcalc-t">
    <thead><tr><th>Model</th><th>Short in</th><th>Short out</th><th>Long in</th><th>Long out</th></tr></thead>
    <tbody>
      <tr><td>Sol</td><td>$10.00</td><td>$60.00</td><td>$20.00</td><td>$90.00</td></tr>
      <tr><td>Terra</td><td>$4.00</td><td>$24.00</td><td>$8.00</td><td>$36.00</td></tr>
      <tr><td>Luna</td><td>$0.40</td><td>$2.40</td><td>$0.80</td><td>$3.60</td></tr>
      <tr class="pxcalc-cyber"><td>Cyber</td><td colspan="4">Not published, at any tier</td></tr>
    </tbody>
  </table>
  <p class="pxcalc-take"><strong>Same 500M in and 100M out:</strong> $11,000 a month. Four times the Batch bill.</p>
</div>

Rates from OpenAI's API pricing page, checked 11 August 2026. Cached input reads keep a 90% discount; cache writes bill at 1.25x the uncached input rate with a 30-minute minimum cache life.

Why Sol's rate is still the wrong number to budget with

Take the reference point, then adjust it in the right direction. Everything below pushes the real cost up, not down.

Left-to-right flow showing sticker rate multiplied by context length, service tier, and tokens burned, arriving at a question mark labelled your actual bill
Left-to-right flow showing sticker rate multiplied by context length, service tier, and tokens burned, arriving at a question mark labelled your actual bill

Cyber burns more tokens than Sol. OpenAI states it in a footnote: the model "tends to be more extensive and comprehensive than GPT-5.6 Sol in its reasoning budget, leading to higher token usage." Output bills at six times input on Sol, so a longer reasoning trace is the expensive kind of extra.

Security work is long-context work. Reading an unfamiliar codebase to trace whether vulnerable code is reachable is exactly the workload that tips into the long-context tier, where Sol's input doubles to $10 and output goes to $45. That is a 50% jump on output before you have changed anything else.

Agentic work multiplies turns. ExploitBench's standard setting caps agents at 300 turns, and OpenAI ran an extended comparison at 600. Every turn is tokens. A benchmark that needs hundreds of turns per task is not a cheap workload at any per-token rate. The same dynamic shows up in Sol Ultra, which coordinates four agents in parallel by default and bills for all of them.

Put those together and the honest guidance is: whatever you would budget for Sol on the same task, assume Cyber costs more, and do not let a hypothetical rate parity fool you into thinking otherwise. Our Sol review goes deeper on where the token spend actually goes.

What access actually costs, in things that are not tokens

The invoice is not the only cost, and for most teams it is not the first one they hit.

Vetting time. Every route into Daybreak goes through identity verification, approved-use restrictions, and legal attestations. OpenAI's partner page carries a line worth quoting to anyone building a plan around this: submitting interest "does not guarantee program inclusion, model access, or a production timeline."

Hardware keys, with a deadline. From 1 September 2026, hardware security keys are mandatory for every individual Daybreak account. If your team is on TOTP, that is procurement with a date attached. OpenAI has arranged preferred Yubico pricing for accounts that need them, which softens the unit cost but not the lead time.

Sandbox infrastructure. OpenAI's own guidance is to run these workflows in controlled environments with no access to production systems or the open internet, and to test the sandbox boundaries regularly. That is real infrastructure and real engineering time, and it is not optional in the way it might be for a general coding model.

Existing contracts do not carry over. A ChatGPT Enterprise agreement is not Daybreak access, and neither is reaching OpenAI models through Azure. Daybreak is a separate approval sitting on top of whatever you already pay for.

The partner shortcut has a catch. Going through Accenture, IBM, CrowdStrike, or another Daybreak partner is genuinely faster than applying yourself. But OpenAI is explicit that model access stays with the partner and is "not transferred directly to the customer." You are buying a service engagement, priced like consulting, not an API key priced like tokens.

A worked example you can actually use

Since Cyber has no rate, price the thing that does. Here is a month of Daybreak Blue work at Sol rates, holding the token budget fixed at 500M input and 100M output.

SetupInput costOutput costMonthly total
Batch or Flex, short context$1,250$1,500$2,750
Standard, short context$2,500$3,000$5,500
Standard, long context$5,000$4,500$9,500
Fast mode, short context$5,000$6,000$11,000
Fast mode, long context$10,000$9,000$19,000

Same model, same token budget, same work. The bill ranges from $2,750 to $19,000, a factor of nearly seven, entirely on billing choices.

That is the number I would take to a budget conversation, because it is the one you control. Whether OpenAI eventually charges $5 or $8 per million for Cyber matters less than whether your team is running long-context Fast mode when Batch would have done.

For comparison, our Sol pricing breakdown runs the same exercise for general engineering work. If the number comes back too high, Terra clears most of the same bar at 40% of the rate, and the GPT-5.6 alternatives roundup covers what to reach for outside OpenAI entirely.

Worth pricing rival labs at the same time. The OpenAI versus Anthropic API comparison is the closest like-for-like, and GPT-5.6 against Claude covers the capability side of that trade.

When this is likely to change

Two things would need to happen, and only one of them looks close.

OpenAI has committed to publishing a system card for GPT-5.6-Cyber "at a later date." System cards cover evaluations and safeguards, not commercial terms, so that will not answer the pricing question, but it is the next scheduled disclosure and it will tell you how seriously to take the capability claims.

Commercial terms are a harder call. The empty Cyber row has survived at least two model generations, which suggests OpenAI is treating cyber access as a negotiated relationship rather than a product SKU. My read is that this stays quote-based for as long as the vetting requirement stands, because publishing a rate implies anyone can buy it, and the whole architecture is built on the premise that they cannot.

I will update this page when either lands. If you want the movements as they happen, the GPT-5.6 pricing guide is the page we keep current for the whole family, and the Sol alternatives piece tracks what rivals charge for comparable work.

If the wait itself is the problem, that is a fair conclusion to reach. We put together GPT-5.6-Cyber alternatives for exactly that reader.

What I would do instead this quarter

If you have a security programme and a budget cycle that will not wait:

  1. Apply for Daybreak Blue, not Red. It is free to apply, it is OpenAI's own recommended starting point, and it runs on Sol, which has a published rate you can put in a spreadsheet today. The tier differences are smaller than the names suggest.
  2. Budget at Sol's standard short-context rate, then add a contingency for long context. That gets you a defensible number without inventing one for Cyber.
  3. Move anything asynchronous to Batch. Halving the rate on overnight scans is the single biggest lever on this list, and it needs no approval from anyone.
  4. Start the hardware key procurement now. The 1 September deadline is not far, and it gates access rather than sitting next to it.
  5. Price a partner engagement in parallel. If your need is outcomes rather than model access, a partner may be both faster and cheaper than staffing this yourself.

Try eesel

Different problem, same frustration. If you have ever tried to budget an AI project against a rate card that does not exist, you know the feeling, and it is one we deliberately designed out.

eesel bills per ticket the AI actually resolves, not per token it happens to burn thinking about one. Before you commit to anything, you can run a simulation across thousands of your own past tickets and see both the resolution rate and the cost, on your real ticket mix rather than a vendor's benchmark.

Then you scope the AI agent to the ticket types you trust and escalate the rest. Every tool action is logged and the sensitive ones can sit behind human approval, which is the part that gets you through a security review rather than stuck in one.

eesel's Reports view showing task volume, trigger events by type, and approval or rejection usage per tool for a Zendesk agent
eesel's Reports view showing task volume, trigger events by type, and approval or rejection usage per tool for a Zendesk agent

Frequently Asked Questions

How much does GPT-5.6-Cyber cost per token?
OpenAI has not published a rate. Its public API price card lists a Cyber category under specialized models, and the input, cached input, and output columns are all empty. GPT-5.6-Cyber pricing is negotiated through the Daybreak application rather than quoted on a page. The closest published reference is GPT-5.6 Sol at $5 in and $30 out per million tokens.
Is GPT-5.6-Cyber free if I get approved for Daybreak?
OpenAI has not said. Nothing in the launch material describes Daybreak Red as free, and nothing describes it as paid. Approved open-source projects in the Patch the Planet initiative do receive ChatGPT Pro and API credits, so credit-based access clearly exists for some participants. Treat the commercial terms as unknown until OpenAI publishes them.
What is the current GPT-5.6 pricing after the July 2026 cut?
On the standard tier with short context, per million tokens: Sol is $5 in and $30 out, Terra is $2 in and $12 out, and Luna is $0.20 in and $1.20 out. Terra fell 20% and Luna fell 80% on 30 July 2026. Our full GPT-5.6 pricing guide has every tier.
Why is GPT-5.6-Cyber pricing not on the OpenAI pricing page?
Because access is granted, not purchased. Publishing a rate would imply anyone with a card can buy it, and the entire Daybreak Red design rests on identity verification, approved-use restrictions, and legal attestations. The empty row is a deliberate signal, not a gap. Read how the gating works in our GPT-5.6-Cyber explainer.
Will GPT-5.6-Cyber cost more than GPT-5.6 Sol?
Probably in practice, even if the headline rate matched. OpenAI notes the model uses a larger reasoning budget than Sol and therefore burns more tokens on the same task. A per-token rate parity would still produce a higher invoice. The OpenAI API bills output tokens at six times the input rate, which amplifies that effect.
What is the cheapest way to run GPT-5.6 for security work?
Batch or Flex, at half the standard rate, if latency does not matter. Fast mode doubles the rate and long context doubles it again, so the same workload can swing 4x on billing choices alone. Compare the alternatives in our GPT-5.6 alternatives roundup before assuming OpenAI is the cheapest route.
Do I need to pay for a hardware key to use Daybreak?
You need one, and OpenAI has arranged preferred pricing with Yubico for accounts that lack them. From 1 September 2026, hardware security keys are mandatory for all individual Daybreak accounts. Budget for procurement lead time, not just the unit cost, because it gates access rather than sitting alongside 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 →
Illustrated hero banner showing a locked gate with the OpenAI logo, representing GPT-5.6-Cyber's vetted access model
Trending

GPT-5.6-Cyber: what it is and who can actually get it

GPT-5.6-Cyber answers 95% of advanced cyber prompts where Sol answers 1.5%. What the model is, how Daybreak Red gating works, and where it loses to plain Sol.

Rama Adi NugrahaRama Adi NugrahaAug 11, 2026
Illustrated hero banner for GPT-5.6 Luna, OpenAI's fastest and cheapest model tier, with a crescent moon and speed motif
Trending

GPT-5.6 Luna: OpenAI's fastest, cheapest model tier explained

GPT-5.6 Luna is the fastest, cheapest tier of OpenAI's new model family, at $1/$6 per 1M tokens. Here is what it does, what it costs, and where you can use it.

Alicia Kirana UtomoAlicia Kirana UtomoJul 10, 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
Illustration comparing Alibaba's Qwen 3.8 Max and OpenAI's GPT-5.6 model families
Trending

Qwen 3.8 Max vs GPT-5.6: price, benchmarks and the real gap

Both models finally have published prices and published benchmarks. Here is what the numbers actually say, what they cannot say, and which one I would build on.

Rama Adi NugrahaRama Adi NugrahaAug 3, 2026
GPT-5.6 versus Gemini 3 comparison hero illustration, two AI model families balanced against each other
Trending

GPT-5.6 vs Gemini 3: which AI model wins in 2026?

GPT-5.6 vs Gemini 3 compared: Sol, Terra and Luna against Gemini 3.5 Flash and 3.1 Pro on pricing, benchmarks, context, and which fits AI support agents.

Rama Adi NugrahaRama Adi NugrahaJul 10, 2026
GPT-5.6 versus Claude comparison hero illustration, two AI model families balanced against each other
Trending

GPT-5.6 vs Claude: which AI model wins in 2026?

A hands-on GPT-5.6 vs Claude comparison: the Sol/Terra/Luna tiers against Opus 4.8 and Sonnet 5, on pricing, benchmarks, context, and AI support agents.

Kurnia Kharisma Agung SamiadjieKurnia Kharisma Agung SamiadjieJul 10, 2026
Illustrated hero banner showing a locked door with the OpenAI logo beside three open doors, representing alternatives to GPT-5.6-Cyber
Alternatives

GPT-5.6-Cyber alternatives: 9 options you can use in 2026

GPT-5.6-Cyber is locked behind Daybreak Red. Nine alternatives a security team can actually buy or download today, with real prices and honest capability gaps.

Alicia Kirana UtomoAlicia Kirana UtomoAug 11, 2026
GPT-Live review hero illustration, OpenAI's real-time full-duplex voice AI for ChatGPT
Trending

GPT-Live review: is OpenAI's new voice AI worth it?

A hands-on review of GPT-Live, OpenAI's new full-duplex voice model for ChatGPT: what's good, what's missing, and whether it's worth it for support teams.

Riellvriany IndriawanRiellvriany IndriawanJul 13, 2026
GPT-Live hero illustration, OpenAI's real-time full-duplex voice AI for natural conversation
Trending

What is GPT-Live? OpenAI's real-time voice AI, explained

GPT-Live is OpenAI's new full-duplex voice model for ChatGPT. Here's how it works, which plans get it, what it costs, and what it means for AI support.

Alicia Kirana UtomoAlicia Kirana UtomoJul 11, 2026

Ready to hire your AI teammate?

Set up in minutes. No credit card required.

Get started free