AI agents · OpenClaw · self-hosting · automation

Quick Answer

GPT-6 Sol vs Luna vs Astra: Which GPT-6 to Use (Sep 2026)

Published:

The short answer

Route by task, not by loyalty: GPT-6 Luna ($0.10/$0.50) for high-volume focused work, GPT-6 Sol ($2/$10) for coding and business agents, GPT-6 Astra ($10/$50) only where you can measure that its extra depth pays. As of September 22, 2026 the three models share a context window, tool set and API surface, so switching is a one-line model-ID change and a reasoning-effort setting. OpenAI’s own numbers show Sol beating low-effort Astra on AutomationBench at a quarter of the cost, and independent scores put Astra five index points ahead of Sol, so the middle model is the default for most production agents.

Side by side

GPT-6 AstraGPT-6 SolGPT-6 Luna
ReleasedSeptember 3, 2026September 22, 2026September 22, 2026
Price (in / cached / out per MTok)$10 / $1.00 / $50$2 / $0.20 / $10$0.10 / $0.01 / $0.50
Cache write$12.50$2.50$0.125
Context / max input / max output1,050,000 / 922,000 / 128,000SameSame
Knowledge cutoffApril 30, 2026April 20, 2026May 18, 2026
Effort levelslow → maxnone → maxnone → max
ModalitiesText + image in, text outSameSame
AA Intelligence Index5348Level with GPT-5.6 Luna per AA
Output tokens per AA task (max)~27KNot yet publishedNot yet published
>272K prompt repricing2x in / 1.5x outSameSame
Batch, Flex / fast mode50% / 2xSameSame
ChatGPTPaid plans (staged rollout since Sep 3)Work + Codex, paid plansWork + Codex; Free/Go desktop
Tier-5 TPM40M180M

What OpenAI’s benchmarks say

EvaluationAstraSolLuna
AutomationBench 1.0.630.3% (low), 41.4% (best, per Anthropic’s table)33.2% (xhigh), $0.27/task+5.4 pts vs GPT-5.6 Luna at 58% lower cost
Agents’ Last Exam V156.4% (max)
DeepSWE v1.168.8% (max)66.6% (max)
FrontierCode 1.1 Main53.3%“matches Fable 5.1 xhigh”
OSWorld 2.0 offline”World’s best” per OpenAI60.5% (xhigh)Beats GPT-5.6 Sol (medium) at 1/10 cost
Terminal-Bench 4.057.9% (high)
Terminal-Bench-Science64.6%

The DeepSWE numbers are the most telling: Luna at max (66.6%) sits only 2.2 points below Sol at max (68.8%) at a twentieth of the price, and OpenAI says Luna at max matches Claude Opus 5 and Fable 5 at medium while costing 93–96% less per task. On repository-level coding, the cheapest GPT-6 is close to the middle one.

Cost per task: the 20x and 5x gaps

A representative agent turn with 30K input (80% cached) and 5K output:

ModelInput costOutput costPer turn1,000 turns
Astra$0.084$0.250$0.334$334
Sol$0.0168$0.050$0.067$67
Luna$0.00084$0.0025$0.0033$3.34

Astra is 5x Sol and 100x Luna per token. Astra partly claws that back with token efficiency (about 27K output tokens per Artificial Analysis task at max, versus 78K–119K for the Claude flagships), but Sol and Luna were trained with the same methods and OpenAI’s cost-per-task charts show them undercutting Astra at equal scores on automation and coding.

The 272K rule

Every GPT-6 model doubles input and cache rates and multiplies output by 1.5x for the whole request once input exceeds 272,000 tokens. Consequences:

  • A 300K-token repository prompt on Sol bills at $4/$15, on Astra at $20/$75.
  • Chunk large inputs, summarise, or use file_search rather than stuffing the window.
  • Claude Opus 5.5 ($4/$20) and Fable 5.1 have no threshold, so above 272K the Claude models can be cheaper than Sol. See GPT-6 Astra long-context pricing.

Routing table

WorkloadModelEffortWhy
Classification, extraction, routing, summarisation at volumeLunanone–low$0.10/$0.50; 180M TPM at tier 5
Customer-facing chatLunalow–mediumFactuality matches GPT-5.6 Sol at 1/100th cost
SQL, small app generation, scriptsLunamedium–highSimon Willison moved a production agent demo to Luna
Codex daily driver, PR-ready changesSolmedium–highFrontierCode ≈ Fable 5.1 xhigh; DeepSWE 68.8%
Multi-app business workflows (Zapier-style)Solxhigh33.2% AutomationBench at $0.27/task, beats Astra low
Long-horizon professional tasksSol, escalate to AstramaxAgents’ Last Exam 56.4%
Computer use, browser agentsAstrahighOpenAI: still the world’s best; Sol 60.5% OSWorld
Scientific / research agentsAstrahigh–maxTerminal-Bench-Science 64.6%
Hard single-shot reasoning, mathAstraxhigh–maxIndex 53 vs 48
Anything over 272K input tokensReconsiderWhole-request repricing; compare Opus 5.5

A common pattern: Luna as the router and first responder, Sol as the worker, Astra as the escalation path triggered by failed tests or low confidence. Because all three share the new GPT-6 caching system, you can change effort mid-conversation without invalidating the cache, which makes escalation cheap.

Versus the competition

At $2/$10, Sol is now the same input price as Grok 4.7 ($2/$6) and half of Claude Opus 5.5 ($4/$20), a model that scores ten index points higher; see Opus 5.5 vs GPT-6 Sol. At $0.10/$0.50, Luna undercuts every mainstream flash-tier model, including Gemini 3.8 Flash’s introductory $0.75/$3.75 and Xiaomi’s new MiMo-V2.6-Flash at $0.14/$0.28 on input. Anthropic has promised Haiku 5.5 “in the coming weeks”; Haiku 4.5 at $1/$5 is currently 10x Luna.

Last verified: September 23, 2026.

Sources