{"slug": "gpt-5-6-luna-drops-80-fix-your-model-id-now", "title": "GPT-5.6 Luna Drops 80%: Fix Your Model ID Now", "summary": "OpenAI cut the API price of GPT-5.6 Luna by 80% on July 30, bringing input cost to $0.20 per million tokens, making it the cheapest capable model from a Western AI lab and undercutting Claude Haiku 4.5 by more than four times. The price cut, which also reduced Terra's price by 20%, comes as OpenAI announced one billion weekly active ChatGPT users and faces competitive pressure from Chinese models like DeepSeek Flash at $0.14 per million input tokens. Developers must specify the model ID 'gpt-5.6-luna' because the default 'gpt-5.6' alias routes to the flagship Sol tier at $5.00 per million input tokens.", "body_md": "OpenAI cut GPT-5.6 Luna’s API price by 80% on July 30 — and it barely made a ripple. At $0.20 per million input tokens, Luna is now the cheapest capable model from a Western AI lab, undercutting Claude Haiku 4.5 by more than four times. If you’re running classification, summarization, or routing workloads on older OpenAI models, the math just changed. Whether you’ve noticed yet is a different question.\n\n## What Actually Changed\n\nThe GPT-5.6 family launched on July 9 with three tiers. Luna is the fast, cheap tier. Terra is the middle. Sol is the flagship. OpenAI dropped Luna’s price by 80% and Terra’s by 20%, effective July 30:\n\n| Model | Input (per 1M tokens) | Output (per 1M tokens) | Change |\n|---|---|---|---|\n`gpt-5.6-sol` | $5.00 | $30.00 | — |\n`gpt-5.6-terra` | $2.00 | $12.00 | –20% |\n`gpt-5.6-luna` | $0.20 | $1.20 | –80% |\n\nIn real terms: a workload consuming 50 million input tokens per month dropped from $50 to $10. At 100 million tokens, you’re saving $80 a month on input alone — nearly $1,000 a year for doing nothing except updating a model string.\n\n## The Trap You Need to Avoid\n\nThis is where developers are going to lose money: the default `gpt-5.6`\n\nalias routes to Sol, not Luna. If you swap to the GPT-5.6 family without specifying the tier, you’re paying $5/M instead of $0.20/M.\n\n```\n# This hits Sol at $5.00/M input — NOT what you want for batch jobs\nmodel = \"gpt-5.6\"\n\n# Correct — explicit Luna ID at $0.20/M input\nmodel = \"gpt-5.6-luna\"\n```\n\nLuna is available through the [OpenAI API](https://developers.openai.com/api/docs/models/gpt-5.6-luna), ChatGPT Work, Codex CLI, GitHub Copilot, and Amazon Bedrock. It is not the default model in the standard ChatGPT consumer interface — you need API access or ChatGPT Work to use it programmatically.\n\n## What Luna Is Actually Good At\n\nLuna is not a toy. On the [Artificial Analysis Intelligence Index](https://artificialanalysis.ai/models/comparisons/gpt-5-6-luna-vs-claude-4-5-haiku-reasoning), Luna scores 51 against Claude Haiku 4.5’s 30. It generates 148 tokens per second versus Haiku’s 99. It accepts a 1,050,000-token context window. For a model at this price point, those are strong numbers.\n\n- Classification and routing (intent detection, category labeling)\n- Extraction and transformation (structured output from unstructured text)\n- Summarization (documents, transcripts, long-form content)\n- Real-time assistants where latency matters more than depth\n- Large batch jobs where per-token cost is the primary constraint\n\nSkip Luna for anything requiring sustained multi-step reasoning, complex code generation over large codebases, or long-horizon agentic work. That’s what Sol is for. OpenAI’s own Codex CLI switched its auto-review feature to Luna — which tells you something about where the quality ceiling sits for code review tasks, but also its limits for generating production code.\n\n## The Competitive Pressure Behind the Cut\n\nOpenAI announced this price cut alongside a milestone: [one billion weekly active ChatGPT users](https://www.ghacks.net/2026/08/04/openai-reaches-one-billion-active-users-and-cuts-gpt-5-6-luna-and-terra-prices-by-up-to-80/) and two million businesses, reached less than four years after launch. The timing is deliberate. But the more important context is competitive pressure.\n\nChinese models are cheap. DeepSeek Flash runs around $0.14 per million input tokens. Qwen 3.6-35B sits at $0.15. Luna at $0.20 is now in the same ballpark — exactly where OpenAI needs to be to compete on price. [VentureBeat called it directly](https://venturebeat.com/technology/ai-price-wars-openai-cuts-gpt-5-6-luna-prices-by-80-as-model-competition-shifts-toward-cost): this is an AI price war, and Luna just became OpenAI’s frontline model for cost-sensitive workloads.\n\nFor comparison, Claude Haiku 4.5 — Anthropic’s cheapest tier — costs $1.00 per million input tokens. That’s five times Luna’s new price. Anthropic has quality arguments (Haiku outperforms Luna on coding and agent tasks per independent benchmarks), but for pure volume workloads, the cost gap is hard to justify without a clear quality advantage on your specific tasks.\n\n## Should You Switch?\n\nRun these checks before migrating any production workload to Luna:\n\n**Identify your Luna-eligible workloads**— classification, extraction, summarization, routing. Anything currently on GPT-4o mini or GPT-4.1 mini is worth evaluating first.**Test output quality on your actual tasks**— benchmark scores don’t always transfer to production prompts. Run a sample before committing.** Use the explicit model ID**—`gpt-5.6-luna`\n\n, not`gpt-5.6`\n\n.**Keep Sol or Terra for reasoning-heavy paths**— route by task complexity, not by blanket model replacement.** Check Bedrock availability**if you’re on AWS — Luna is listed as`openai.gpt-5.6-luna`\n\non Amazon Bedrock with the same pricing.\n\nThe 80% price cut is significant on its own. But the real gain is building a routing layer that sends cheap tasks to Luna and complex tasks to Sol or Terra. That’s where savings compound across a system — and where most teams haven’t looked yet.", "url": "https://wpnews.pro/news/gpt-5-6-luna-drops-80-fix-your-model-id-now", "canonical_source": "https://byteiota.com/gpt-5-6-luna-price-cut/", "published_at": "2026-08-09 16:00:00+00:00", "updated_at": "2026-08-09 16:07:21.734373+00:00", "lang": "en", "topics": ["artificial-intelligence", "ai-products", "ai-infrastructure"], "entities": ["OpenAI", "GPT-5.6 Luna", "GPT-5.6 Terra", "GPT-5.6 Sol", "Claude Haiku 4.5", "Anthropic", "DeepSeek Flash", "Qwen 3.6-35B"], "alternates": {"html": "https://wpnews.pro/news/gpt-5-6-luna-drops-80-fix-your-model-id-now", "markdown": "https://wpnews.pro/news/gpt-5-6-luna-drops-80-fix-your-model-id-now.md", "text": "https://wpnews.pro/news/gpt-5-6-luna-drops-80-fix-your-model-id-now.txt", "jsonld": "https://wpnews.pro/news/gpt-5-6-luna-drops-80-fix-your-model-id-now.jsonld"}}