GPT-5.6 (Sol/Terra/Luna) & Grok 4.5 API Pricing (2026)
GPT-5.6 ships in three tiers — Sol $5/$30, Terra $2.50/$15, Luna $1/$6 (input/output per 1M). xAI Grok 4.5 is $2/$6 with a 500K context and an OpenAI-compatible API. A practical comparison plus per-use-case routing, prompt caching, and reasoning-effort cost tips for SMBs. Updated July 2026.
Bottom line first — where each model sits, and what it costs
July 2026 saw two flagship launches in quick succession: OpenAI’s GPT-5.6 family (Sol / Terra / Luna, generally available July 9) and xAI’s Grok 4.5 (shipped July 8, GA July 9). Leading with the rates (per 1M tokens, input / output): GPT-5.6 Sol = $5 / $30 (hard reasoning, coding, science), GPT-5.6 Terra = $2.50 / $15 (roughly GPT-5.5 quality at about half the price; the everyday workhorse), GPT-5.6 Luna = $1 / $6 (fast, low-cost, high-volume), and Grok 4.5 = $2 / $6 (500K context, OpenAI-compatible API, strong at agentic use).
The routing conclusion up front too: build the base on a mid-tier model (Terra or Grok 4.5), escalate only the steps that need Sol, and push simple, high-volume work down to Luna. Below we walk through each model, then per-use-case selection, cost optimization, and how an SMB should choose. This article reflects official and reported figures as of July 23, 2026; rates change with vendor revisions, so re-check the official docs before you build.
GPT-5.6: comparing Sol, Terra, and Luna
GPT-5.6 is not a single model but a family that holds a common generation of quality while splitting into three tiers — accuracy-first, balanced, and speed-first. The names run sun (Sol), earth (Terra), and moon (Luna); heavier and pricier at the top.
| Model | Input / 1M | Output / 1M | Cached input / 1M | Position & main use |
|---|---|---|---|---|
| Sol | $5.00 | $30.00 | $0.50 | Top tier. Hard reasoning, complex coding, science |
| Terra | $2.50 | $15.00 | $0.25 | Balanced. GPT-5.5-level quality at ~half price; everyday workhorse |
| Luna | $1.00 | $6.00 | $0.10 | Fast and cheap. Summarization, classification, large batches |
Three things stand out. (1) Terra delivers roughly the quality of the old flagship GPT-5.5 ($5 / $30) at exactly half the price, which makes it the sweet spot for most business apps. (2) Cached input is 90% off standard input on all three (Sol $0.50, Terra $0.25, Luna $0.10), so caching pays off whenever you resend a system prompt or fixed document. (3) You move between the three just by swapping the model ID, reusing the same prompt assets.
xAI Grok 4.5: specs and pricing
Grok 4.5 is xAI’s flagship as of July 2026: $2 input / $6 output per 1M tokens, $0.50 cached input, and a 500K-token context. The API is OpenAI-compatible, so you can call it from an existing OpenAI SDK by swapping the base URL and model name — a low-friction migration. It also exposes a reasoning-effort setting, letting you dial how much the model thinks per request and control cost accordingly.
Publicly, it is cited at 54 on Artificial Analysis’ Intelligence Index (4th overall) and 1st on agentic tool use, making it strong for autonomous workflows that call external tools while progressing through steps.
| Item | Grok 4.5 |
|---|---|
| Input | $2.00 / 1M |
| Output | $6.00 / 1M |
| Cached input | $0.50 / 1M |
| Context | 500K tokens |
| API | OpenAI-compatible |
| Notable | Reasoning-effort setting; strong at agentic use |
| Shipped | July 8, 2026 (GA July 9) |
One caveat: per reporting, prompts above 200K tokens double all rates (input, cached input, and output), moving Grok 4.5 to $4 input / $12 output. The 500K window is real, but routinely sending very large prompts pushes you into that higher-cost band — worth designing around. Confirm the threshold and multiplier against the official pricing page.
Headline API pricing table (as of July 2026)
Alongside these two families we add the open-weight DeepSeek V4 (covered in a recent article) and the prior flagship GPT-5.5 as reference points. All figures are per 1M tokens (USD).
| Model | Input | Output | Cached input | Context | Notes |
|---|---|---|---|---|---|
| GPT-5.6 Sol | $5.00 | $30.00 | $0.50 | — | Hard reasoning, coding |
| GPT-5.6 Terra | $2.50 | $15.00 | $0.25 | — | ~GPT-5.5 quality at half price |
| GPT-5.6 Luna | $1.00 | $6.00 | $0.10 | — | Fast, high-volume |
| Grok 4.5 | $2.00 | $6.00 | $0.50 | 500K | Rates double above 200K (reported) |
| GPT-5.5 (legacy, ref) | $5.00 | $30.00 | $0.50 | 1M | Superseded by GPT-5.6 |
| DeepSeek-V4-Flash | $0.14 | $0.28 | $0.0028 | 1M | Open-weight (MIT) |
| DeepSeek-V4-Pro | $0.435 | $0.87 | $0.003625 | 1M | Open-weight (MIT) |
The table shows a persistent ~10x rate gap between closed high-quality models and open-weight ones. Choose closed models for quality and hands-off operation; choose open-weight like DeepSeek V4 when you want to drive per-unit cost to the floor or self-host. For the hardware needed to run open-weight models yourself, see the DeepSeek V4 requirements reference. For the lineage from the prior generation, see our GPT-5.5 release breakdown.
How to choose by use case
Choosing on rate alone leads you astray. Each workload has a natural fit; here are four common patterns.
1. Coding and hard design: GPT-5.6 Sol first. For complex refactors or algorithm design, where mistakes are expensive, the top tier’s accuracy is cheapest in the end. Everyday completion is fine on Terra.
2. Agents (autonomously calling tools): Grok 4.5 is strong here — high on tool-use metrics and easy to slot into existing agent code thanks to the OpenAI-compatible API. Worth trying for long multi-step workflows.
3. Large batches and lightweight jobs: GPT-5.6 Luna or DeepSeek V4-Flash. For summarize/classify/tag work — many items, each light — the per-token rate directly drives the total. Open-weight is cheapest if quality allows.
4. Sensitive data: Terms before rate. Confirm no-training-use, retention, and region; if self-hosting is required, running an open-weight model like DeepSeek V4 in your own environment is an option.
Cost optimization in practice — caching, routing, reasoning effort
Even with the same model, usage can swing effective cost several-fold. Three levers, in order of impact.
Prompt caching: put the "same front half every time" — system prompt, long reference doc — into the cache. GPT-5.6 is 90% off standard input; Grok 4.5 is $0.50 / 1M cached. It fits RAG-style setups (fixed prefix, variable tail) especially well and compresses the main driver of input cost.
Model routing: don’t serve everything from one model. Base on a mid-tier (Terra / Grok 4.5), send only hard steps to Sol, and push simple work to Luna or DeepSeek. A tiered "try cheap first, re-ask the top tier only when confidence is low" design also works.
Reasoning-effort tuning: on models that expose it, set effort low for easy work and high for hard decisions. Leaving it maxed everywhere means paying premium reasoning cost on trivial tasks.
These stack. "Base on Terra, cache the fixed parts, route easy calls to Luna" alone cuts effective cost well below naively staying on Sol.
How a small business should choose
The answer: pick one mid-tier model and measure it on your real prompts for a week or two before scaling. Running everything on the top tier makes cost unpredictable; the cheapest model alone tends to force rework on quality.
Need the OpenAI ecosystem / broad quality → start from GPT-5.6 Terra, escalate only where needed to Sol.
Cost-sensitive / agent- and tool-centric → Grok 4.5 (OpenAI-compatible, so re-hosting is light).
Minimize per-unit cost / want self-hosting → open-weight like DeepSeek V4 (but you own the ops and hardware).
Handling sensitive data → check terms (no-training-use, retention, region) before rate.
In every case, surface token consumption and per-task cost on a monthly dashboard, learn which steps eat the budget, then tighten routing — the apparent detour is the fastest path. Because models keep updating on a months-long cadence, avoid tightly coupling your code to one model; keep the model ID easy to swap.
Frequently asked questions
How should I choose between GPT-5.6 Sol, Terra, and Luna?
Use Sol ($5 / $30) for hard reasoning, coding, and scientific work; Terra ($2.50 / $15) for everyday business apps and internal chat, where it delivers roughly GPT-5.5-level quality at about half the price; and Luna ($1 / $6) for lightweight, high-volume jobs like summarization, classification, and large batches. Build on Terra first, escalate only the parts that need Sol, and push simple work down to Luna.
Is Grok 4.5 cheaper than GPT-5.6?
On raw per-token rates, Grok 4.5 ($2 / $6) is cheaper than GPT-5.6 Terra ($2.50 / $15), especially for output-heavy work. Note, however, that Grok 4.5 doubles to $4 / $12 once a prompt exceeds 200K tokens. For short-to-medium context and cost-sensitive workloads, Grok 4.5 wins; if you need the OpenAI ecosystem or Terra-grade quality, GPT-5.6 is the pick.
How much do prompt caches save?
GPT-5.6 charges cached input at 90% off standard input ($0.50 for Sol, $0.25 for Terra, $0.10 for Luna). Grok 4.5 also prices cached input at $0.50 / 1M. For workloads that resend the same system prompt or long reference document every call, designing for cache hits alone can cut input cost dramatically — a natural fit for RAG, where the prefix is fixed and only the tail changes.
For sensitive data, what should I check beyond price?
Before price, confirm whether your data is used for training (and whether you can opt out), the retention period, the region, and any contractual confidentiality terms. Enterprise and API contracts commonly exclude training use, but free and consumer tiers may differ. If you handle personal or trade-secret data, read the terms and log-retention policy rather than choosing on rate alone.
How does the reasoning-effort setting affect cost?
Grok 4.5 and recent reasoning models let you set how much they think before answering; deeper reasoning spends more internal tokens and raises output cost. In practice, set effort low for simple classification or templated replies and high for hard design decisions or code generation. Leaving it maxed for everything means paying premium reasoning cost even on trivial tasks.
Which model should a small business start with?
Pick one mid-tier model (GPT-5.6 Terra or Grok 4.5) and measure accuracy and cost on your real prompts for a week or two. Running everything on the top tier (Sol) gets expensive, while the cheapest model alone often forces rework on quality. Build the base on a mid-tier model, escalate only the steps that need it, and route simple tasks down — this routing pattern is usually both the cheapest and the most stable.
Feel free to contact us
Contact Us