TokenMix Research Lab · 2026-06-29

GPT-5.6 API Access 2026: ChatGPT Plans, Codex, Global Rollout
Last Updated: 2026-07-20 Author: TokenMix Research Lab Data verified: 2026-07-20 against OpenAI's GPT-5.6 launch page, current ChatGPT access article, developer model catalog, individual model pages, and safety-check documentation.
GPT-5.6 is available across ChatGPT, Codex, and the API, but access still depends on the product, plan, client version, region, and gradual account rollout. There is no current public waitlist step in OpenAI's access instructions.
OpenAI now lists three API models: gpt-5.6-sol at $5 input and $30 output per million tokens, gpt-5.6-terra at $2.50 and $15, and gpt-5.6-luna at $1 and $6. All three have a 1,050,000-token context window and a 128,000-token maximum output. The gpt-5.6 alias routes to Sol. In standard ChatGPT conversations, Plus users can select Medium or High reasoning, while Pro, Business, and Enterprise add Extra High and Pro options; Free and Go do not receive GPT-5.6 there. Codex has a different entitlement matrix and exposes Terra to Free and Go users. These are current product rules, not the partner-only preview rules from June. OpenAI's current access article and developer model catalog are the source of truth.
Table of Contents
- Quick Verdict
- What Is Available Now
- ChatGPT Plan Eligibility
- API Access and Model IDs
- Codex Access and Minimum Versions
- Does GPT-5.6 Still Need a Waitlist?
- Troubleshooting Missing Access
- Safety Checks and Delayed Responses
- Pricing and Long-Context Math
- Code Examples
- Access Decision Matrix
- Risks and Caveats
- Final Recommendation
- FAQ
- About TokenMix
- Sources
- Related Articles
Quick Verdict
GPT-5.6 is a live product, not a release-date rumor. The remaining uncertainty is account-level rollout timing, not whether the model exists.
| Claim | Status | Source |
|---|---|---|
| GPT-5.6 is available in ChatGPT, Codex, and the API | Confirmed | OpenAI launch |
| ChatGPT access is still rolling out gradually | Confirmed | OpenAI Help Center |
| The API exposes Sol, Terra, and Luna | Confirmed | OpenAI model catalog |
The gpt-5.6 alias routes to gpt-5.6-sol |
Confirmed | Sol model page |
| Standard ChatGPT gives GPT-5.6 to Free and Go users | False | Current standard-chat entitlement table excludes Free and Go |
| Codex gives Terra access to Free and Go users | Confirmed | OpenAI Help Center |
| A public waitlist is required before API use | False | Current access documentation gives no waitlist step |
| One specific eligible account will receive access on a known date | Speculation | OpenAI has not published account-level rollout dates |
| Missing access always means the account is ineligible | False | Gradual rollout and minimum client versions can also explain it |
What Is Available Now
The answer is product-specific: ChatGPT, Codex, and the API expose different GPT-5.6 variants and entitlement rules.
| Surface | Available GPT-5.6 variants | Who can use it | Status | Official source |
|---|---|---|---|---|
| Standard ChatGPT conversations | Sol, with reasoning presets; Pro maps to Sol Pro | Plus, Pro, Business, Enterprise | Confirmed | ChatGPT access article |
| Work in ChatGPT | Sol, Terra, Luna | Plus, Pro, Business, Enterprise | Confirmed | ChatGPT access article |
| Codex | Terra for Free/Go; Sol, Terra, Luna for paid eligible plans | Free, Go, Plus, Pro, Business, Enterprise, subject to product rules | Confirmed | ChatGPT access article |
| OpenAI API | Sol, Terra, Luna | API accounts with model access and a paid usage tier | Confirmed | Model catalog |
| Unsupported countries | No supported access path | Accounts outside OpenAI's supported-country rules | Confirmed | ChatGPT access article |
The June preview was narrower. It used organization approvals and separate API/Codex eligibility. That history explains old screenshots and older articles, but it no longer describes the current general product surface. Teams updating launch checklists should replace preview-era approval checks with plan, region, client-version, and model-catalog checks.
For capability and benchmark context, use the updated GPT-5.6 review. This page stays focused on access and integration.
ChatGPT Plan Eligibility
Standard ChatGPT access begins with Plus; Free and Go users need Codex to reach the currently documented GPT-5.6 entitlement.
| ChatGPT plan | Medium / High | Extra High | Pro | Standard ChatGPT GPT-5.6 status |
|---|---|---|---|---|
| Free | No | No | No | Confirmed unavailable |
| Go | No | No | No | Confirmed unavailable |
| Plus | Yes | No | No | Confirmed |
| Pro | Yes | Yes | Yes | Confirmed |
| Business | Yes | Yes | Yes | Confirmed |
| Enterprise | Yes | Yes | Yes | Confirmed |
OpenAI says GPT-5.5 Instant remains the default model. GPT-5.6 appears through reasoning choices rather than replacing every default conversation. Medium, High, and Extra High use Sol; the Pro choice uses Sol Pro. Terra and Luna are available in Work in ChatGPT for eligible paid plans, but OpenAI says they are not selectable in standard ChatGPT conversations.
The practical check is simple:
- Confirm the account plan.
- Open the model picker and inspect the reasoning choices.
- If Sol is missing on an eligible plan, allow for gradual rollout.
- Do not buy a different plan solely on an assumed rollout date; OpenAI has not published one for individual accounts.
API Access and Model IDs
The API is public with three explicit model IDs, and the unqualified gpt-5.6 alias currently means Sol.
| Model | API model ID | Input / 1M | Cached input / 1M | Output / 1M | Context | Max output | Status |
|---|---|---|---|---|---|---|---|
| GPT-5.6 Sol | gpt-5.6-sol or gpt-5.6 |
$5.00 | $0.50 | $30.00 | 1,050,000 | 128,000 | Confirmed |
| GPT-5.6 Terra | gpt-5.6-terra |
$2.50 | $0.25 | $15.00 | 1,050,000 | 128,000 | Confirmed |
| GPT-5.6 Luna | gpt-5.6-luna |
$1.00 | $0.10 | $6.00 | 1,050,000 | 128,000 | Confirmed |
All prices are USD per one million tokens and come from OpenAI's individual model pages. The current pages also list a February 16, 2026 knowledge cutoff and say the free API usage tier is not supported for these models.
Use the Responses API for reasoning and tool workflows. OpenAI's latest-model guide documents reasoning effort values including none, low, medium, high, xhigh, and max. When migrating, OpenAI recommends preserving the current effort first, then trying one level lower and measuring the result.
Before changing production traffic, compare current OpenAI spend with the OpenAI API cost guide and run your own task suite. Model availability does not prove workload superiority.
Codex Access and Minimum Versions
Codex access depends on both the plan and a recent enough client version.
| Codex entry point | Minimum version | What to do | Status | Source |
|---|---|---|---|---|
| ChatGPT desktop app, Codex mode | 26.707.30751 |
Update the desktop app, restart, and check the picker | Confirmed | OpenAI Help Center |
| Codex CLI | 0.144.0 |
Run codex --version, update if older, then reauthenticate |
Confirmed | OpenAI Help Center |
| Free / Go Codex entitlement | Terra | Verify Codex sign-in and current product limits | Confirmed | OpenAI Help Center |
| Plus / Pro / Business / Enterprise Codex entitlement | Sol, Terra, Luna | Check model picker after updating | Confirmed | OpenAI Help Center |
A stale client is the cheapest problem to fix. Check it before opening a billing or access ticket. If the client meets the minimum and the model remains absent, record the plan, product, region, app or CLI version, workspace type, and exact time of the check.
Does GPT-5.6 Still Need a Waitlist?
No public waitlist is part of the current GPT-5.6 access instructions; current access is controlled by plan, product, region, API tier, client version, and gradual rollout.
The distinction matters because search results can retain preview-era pages after the product changes. During the June preview, access was restricted and organization approvals were relevant. OpenAI's current launch page says GPT-5.6 is available across ChatGPT, Codex, and the API while global rollout continues gradually. Its current Help Center page tells users to check plan eligibility and client versions, not to join a waitlist.
| Access question | Current answer | Status | Evidence |
|---|---|---|---|
| Is there an official public GPT-5.6 waitlist form? | None is listed in current access documentation | Confirmed as of 2026-07-20 | OpenAI Help Center |
| Does every eligible account receive it at the same time? | No; rollout is gradual | Confirmed | OpenAI launch |
| Can an exact account activation date be predicted? | No official account-level schedule exists | Speculation if claimed | Current official sources publish no such date |
| Does old preview approval prove current ChatGPT access? | No; current product entitlements apply | Confirmed | Current access matrix supersedes preview instructions |
Do not submit identity documents or API keys to third-party "waitlist" forms. For OpenAI API verification questions, use the current API verification checklist and OpenAI's own account interface.
Troubleshooting Missing Access
Most access failures can be reduced to six checks: surface, plan, rollout, version, region, and exact model ID.
| Symptom | Most likely explanation | Fix | Confidence |
|---|---|---|---|
| Sol missing from an eligible ChatGPT model picker | Gradual rollout has not reached the account | Recheck later; document plan and account region | Likely |
| Free or Go user cannot select GPT-5.6 in normal chat | Standard ChatGPT entitlement excludes these plans | Use documented Codex Terra access or upgrade based on actual need | Confirmed |
| Terra or Luna missing in standard ChatGPT chat | Those variants are not selectable there | Use Work in ChatGPT, Codex, or API as documented | Confirmed |
| Codex shows no GPT-5.6 options | Client may be below the minimum version | Update desktop app or CLI, restart, and reauthenticate | Likely |
| API returns model-not-found or access error | Wrong model ID, account tier, region, or stale gateway catalog | Test /v1/models, verify billing and exact ID |
Likely |
gpt-5.6 behaves like Sol |
The alias routes to Sol | Use gpt-5.6-terra or gpt-5.6-luna explicitly |
Confirmed |
| Request cost is higher than simple token math | Input exceeded 272K or tools added charges | Inspect usage, context length, tool calls, and cache status | Likely |
| Response pauses on a sensitive task | Additional automated safety checks may be running | Wait for the check; do not repeatedly resubmit | Confirmed |
For an API support ticket, send a reproducible packet without exposing secrets:
Product: OpenAI API / ChatGPT / Codex
Plan or API usage tier:
Workspace type:
Country or region:
Client and version:
Requested model ID:
UTC timestamp:
HTTP status:
Request ID:
Sanitized error body:
If a gateway sits between your application and OpenAI, test the same minimal request directly against OpenAI before blaming the model. Production teams should also log the returned model field, request ID, token usage, cache usage, latency, and upstream status. The AI API gateway guide covers the routing and observability layer.
Safety Checks and Delayed Responses
An additional-check notice means OpenAI is reviewing the request automatically; it is not, by itself, a finding that the user violated policy.
OpenAI says biological and cybersecurity requests can trigger extra automated checks in ChatGPT, Codex, and the API. A response may continue after the check, or the interface may show "This content can't be shown." OpenAI advises users to wait while the check runs. Its Help Center also says a faster retry may use Luna, while Sol and Terra can receive account-level checks.
| What the user sees | What it means | Recommended action | Status |
|---|---|---|---|
| Additional check in progress | Automated review is running | Wait; no action is required during the check | Confirmed |
| "This content can't be shown" | The reviewed response was not displayed | Adjust the task only if appropriate; consult policy/support | Confirmed |
| Faster retry option | A retry may use Luna | Accept only if Luna fits the quality requirement | Confirmed |
| One check notice | Not automatically a policy-violation finding | Preserve logs and avoid panic escalation | Confirmed |
| Repeated delays on a production workflow | Root cause cannot be inferred from the notice alone | Collect request IDs and contact official support | Likely |
The exact safety threshold is not public. Claims that a particular keyword always triggers a check are speculation unless OpenAI documents them.
Pricing and Long-Context Math
Sol costs five times Luna at the same uncached token volume, so model routing matters more than the existence of API access.
Monthly workload calculation
The following values are arithmetic based on OpenAI's published token prices. They exclude tools, taxes, failed retries, long-context multipliers, and cache-write premiums.
| Monthly workload | Sol | Terra | Luna | Calculation status |
|---|---|---|---|---|
| 10M input + 2M output | $110.00 | $55.00 | $22.00 | Confirmed rates, calculated result |
| 50M input + 10M output | $550.00 | $275.00 | $110.00 | Confirmed rates, calculated result |
| 100M input + 20M output | $1,100.00 | $550.00 | $220.00 | Confirmed rates, calculated result |
For the first row, Sol costs 10 x $5 + 2 x $30 = $110. Terra costs 10 x $2.50 + 2 x $15 = $55. Luna costs 10 x $1 + 2 x $6 = $22.
Cache economics
OpenAI says a cache write costs 1.25 times uncached input, while a cache read receives a 90% input discount.
| One million input tokens | Sol | Terra | Luna | Status |
|---|---|---|---|---|
| Uncached input | $5.00 | $2.50 | $1.00 | Confirmed |
| Cache write | $6.25 | $3.125 | $1.25 | Confirmed rate rule, calculated |
| Cache read | $0.50 | $0.25 | $0.10 | Confirmed |
| Saving on one read vs uncached | $4.50 | $2.25 | $0.90 | Calculated |
A stable one-million-token prefix written once and read ten times costs $11.25 on Sol: $6.25 + 10 x $0.50. Sending the same prefix uncached eleven times costs $55. That is a calculated $43.75 difference, provided the requests actually produce cache hits.
Long-context multiplier
OpenAI's model pages say requests with more than 272,000 input tokens receive a 2x input-token rate and a 1.5x output-token rate for the full request.
| Single request: 300K input + 50K output | Standard-rate estimate | Long-context billed estimate | Delta | Status |
|---|---|---|---|---|
| Sol | $3.00 | $5.25 | +$2.25 | Confirmed rule, calculated |
| Terra | $1.50 | $2.63 | +$1.13 | Confirmed rule, calculated and rounded |
| Luna | $0.60 | $1.05 | +$0.45 | Confirmed rule, calculated |
The Sol long-context calculation is 0.3 x $5 x 2 + 0.05 x $30 x 1.5 = $5.25. This threshold makes context compaction a billing control, not just a latency optimization. Use the OpenAI cost calculator before moving large-agent traces.
Code Examples
The Responses API is the documented starting point for GPT-5.6 reasoning and tool workflows.
cURL
curl https://api.openai.com/v1/responses \\
-H "Authorization: Bearer $OPENAI_API_KEY" \\
-H "Content-Type: application/json" \\
-d '{
"model": "gpt-5.6-luna",
"input": "Reply with exactly: access confirmed",
"max_output_tokens": 16
}'
Python
from openai import OpenAI
client = OpenAI()
response = client.responses.create(
model="gpt-5.6-terra",
reasoning={"effort": "medium"},
input="Summarize the three highest-risk migration assumptions.",
)
print(response.output_text)
For a production access test, also log response.id, the returned model, usage fields, latency, and the HTTP request ID. Do not treat one successful request as a reliability benchmark.
Access Decision Matrix
Choose the access surface from the workflow, not from the most expensive plan name.
| Need | Best first route | Why | Status |
|---|---|---|---|
| Reasoning in ordinary ChatGPT conversations | Plus or higher, subject to rollout | Standard ChatGPT exposes Sol reasoning choices | Confirmed |
| Highest standard ChatGPT reasoning option | Pro, Business, or Enterprise | These plans include Extra High and Pro | Confirmed |
| Free-plan coding experiment | Codex with Terra | Current Codex matrix includes Free and Go | Confirmed |
| Programmatic Sol access | API with gpt-5.6-sol or gpt-5.6 |
Explicit model ID and alias | Confirmed |
| Lower-cost agent or batch evaluation | Luna, then compare Terra | Luna has the lowest published token rates | Confirmed pricing; quality choice requires testing |
| Large repository with repeated prefix | Responses API plus cache measurement | Cache reads are 90% below uncached input | Confirmed pricing |
| More than 272K input per request | Compact first or budget multiplier | Full request receives higher token rates | Confirmed |
| Multi-provider production routing | Gateway with direct-provider canary | Separates route failures from model failures | Likely best practice |
Risks and Caveats
The biggest current access risk is stale information: a June preview article can be technically accurate for its date and operationally wrong today.
| Risk | Likelihood | Impact | Mitigation | Status |
|---|---|---|---|---|
| Following preview-era waitlist instructions | Medium | Wasted time or credential exposure | Use current OpenAI Help Center only | Confirmed risk pattern |
| Assuming every eligible ChatGPT account has rollout access | Medium | False support escalation | Check rollout notice and retry later | Confirmed caveat |
| Using an old Codex client | Medium | Model missing from picker | Meet documented minimum version | Confirmed |
Sending gpt-5.6 while expecting Luna |
Medium | 5x input/output price gap vs Luna | Use explicit variant IDs | Confirmed |
| Ignoring the 272K threshold | Medium for large agents | 1.5x-2x token-rate increase | Compact context and monitor usage | Confirmed |
| Treating vendor benchmarks as workload guarantees | High | Bad migration decision | Run representative canaries | Likely |
| Guessing an individual rollout date | High in unofficial posts | Misleading users | Mark it Speculation or omit it | Speculation |
| Assuming gateway availability from OpenAI availability | Medium | Model-not-found errors | Check the gateway's live catalog | Likely |
Final Recommendation
Treat GPT-5.6 access as live but surface-specific. Verify plan, product, region, client version, and exact model ID; then test Sol, Terra, and Luna against the same workload. Do not join unofficial waitlists or route production traffic from preview-era instructions.
FAQ
Is GPT-5.6 available in ChatGPT?
Yes, GPT-5.6 is rolling out to eligible ChatGPT plans. Plus receives Medium and High reasoning; Pro, Business, and Enterprise add Extra High and Pro. Free and Go do not receive GPT-5.6 in standard ChatGPT conversations.
Which ChatGPT plans include GPT-5.6?
Plus, Pro, Business, and Enterprise include GPT-5.6 in standard ChatGPT, subject to gradual rollout. Free and Go have documented Terra access through Codex instead. Product entitlements are not interchangeable.
Is the GPT-5.6 API available now?
Yes. OpenAI lists Sol, Terra, and Luna in its public developer model catalog. The individual model pages say the free API usage tier is not supported, so verify billing and account access before testing.
What are the GPT-5.6 API model IDs?
The IDs are gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna. The alias gpt-5.6 routes to Sol. Use explicit IDs when price or behavior must remain stable.
Why is GPT-5.6 missing from my account?
The likely causes are an ineligible surface or plan, gradual rollout, an old Codex client, region restrictions, or an incorrect API model ID. Check those facts in that order before contacting support. An exact cause cannot be confirmed without account and request details.
Which Codex versions support GPT-5.6?
OpenAI lists ChatGPT desktop app version 26.707.30751 for Codex mode and Codex CLI version 0.144.0 as minimums. Update, restart, and reauthenticate before treating missing access as an account problem.
What does an additional safety-check message mean?
It means an automated check is running; it does not by itself establish a policy violation. Wait for the check to finish. If the issue repeats, preserve request IDs and use official support.
How much does GPT-5.6 cost?
Sol costs $5 input, $0.50 cached input, and $30 output per million tokens. Terra costs $2.50, $0.25, and $15; Luna costs $1, $0.10, and $6. Requests above 272K input use higher token-rate multipliers for the full request.
About TokenMix
TokenMix.ai is an AI API relay for developers who need one OpenAI-compatible endpoint across OpenAI, Anthropic, Google, DeepSeek, Qwen, GLM, Grok, and other model families. Check the live model catalog, compare pricing, and read the API docs before routing production workloads.
Sources
- GPT-5.6 in ChatGPT - Official plan, surface, Codex-version, region, and gradual-rollout rules.
- Introducing GPT-5.6 - Official launch, product availability, cache-write, and cache-read rules.
- OpenAI model catalog - Official model IDs, context windows, output limits, and token prices.
- GPT-5.6 Sol model page - Official Sol alias, pricing, cutoff, tier, and long-context rules.
- GPT-5.6 Terra model page - Official Terra pricing, limits, and long-context rules.
- GPT-5.6 Luna model page - Official Luna pricing, limits, and long-context rules.
- Latest model guide - Official Responses API and reasoning-effort guidance.
- Additional safety checks - Official behavior for delayed or blocked responses.
Related Articles
- GPT-5.6 Sol Review 2026: Pricing, Access, Benchmarks, Risks
- OpenAI API Cost 2026: GPT-5.5, 5.4, Nano, 50% Batch Savings
- OpenAI API Cost Calculator 2026: Input, Output, Batch, Cached Tokens
- OpenAI API Verification 2026: ID, 90-Day Rule, Model Access
- AI API Gateway 2026: Routing, Fallbacks, Observability, and Cost Control