Bun Static Site

DeepSeek V4.1 Flash vs GPT-5.6 Luna (all reasoning-effort variants)

Research via TinyFish, 2026-09-11

Side-by-side: Luna effort variants

GPT-5.6 Luna supports six reasoning.effort settings: none, low, medium (default), high, xhigh, max (source: OpenAI API docs). All share the same per-token price; cost rises with longer reasoning traces.

Effort AA Intelligence Index Speed (tps) TTFT Cost to run AA Index Notes
none ~14 - - ~5¢/task Same cost as Medium, but 11 index points lower
low - - - - Barely above none; rarely worth it
medium (default) 25 104.4 3.55s $44 total / 18M tokens Volume tier; beats GPT-5.5 medium (34) at a fraction of the cost
high 32 108.1 18.57s $108 total / 50M tokens Most compelling upgrade in the family
xhigh 35 - - - Credible intermediate step
max 38 111.8 138.61s $319.93 total / 150M tokens Highest Luna tier; ~$0.18/task, verbose

Sources: Artificial Analysis (medium/high/xhigh/max pages), christiant.io value analysis, OpenAI launch post.

Pricing across variants

All effort levels share the same token price — the cost difference comes from longer reasoning traces at higher efforts:

Recommended routing (christiant.io)

Luna vs DeepSeek V4.1 Flash

Luna (all efforts) DeepSeek V4.1 Flash
Max AA Intelligence Index 38 (max) 40
Input price $0.20/M $0.15/M
Output price $1.20/M $0.60/M
Cache read $0.02/M $0.003/M
Speed 104-112 tps ~190 tps
Context 1M 1M (384K max out)
Open weights No Yes (MIT)
Self-host No Yes (166.9 GB, 2x H200)

Key insight

Luna High (32) already beats Claude Fable 5 at a fraction of the cost, and Luna Max (38) is within 2 points of V4.1 Flash's 40 — but V4.1 Flash is still ~25% cheaper on input, half the output price, ~1.8x faster, and self-hostable. Luna's edge is that you can scale effort down (none to medium) for near-free cheap tasks, which V4.1 Flash cannot do.

Bottom line

Sources