Skip to content
Zenteck
Latest
AI Tools

GPT-6 Luna and Claude Opus 5.5: Pricing and Limits

Por Alex da Cruz2 min read0 comments
gpt-6-luna-claude-opus-5-5-price-limits
A

Alex da Cruz

Alex da Cruz is a full-stack developer based in São Paulo, Brazil. He works with React, TypeScript and automation, and uses AI daily to solve real problems in code and operations — not as a demo. He has run an e-commerce operation end to end, and now builds and maintains the automation pipeline behind this blog. He writes about what he actually tests.

Ver perfil →

According to simonwillison.net, OpenAI and Anthropic launched major model updates accompanied by aggressive price cuts, shifting the cost dynamics for developers building agentic workflows.

How much do GPT-6 Luna and Claude Opus 5.5 cost?

GPT-6 Luna drops input pricing to $0.10 per million tokens and output to $0.50, which is half the cost of its predecessor GPT-5.6 Luna. Meanwhile, Claude Opus 5.5 reduces input costs to $4 per million and output to $20, while cache read prices drop by 60%, heavily benefiting long agentic sessions.

What happens when Claude Opus 5.5 uses max reasoning?

Testing by Simon Willison showed that Claude Opus 5.5 on maximum reasoning effort hits its 128,000 output token limit exclusively on internal thinking before generating any response. Each failure wastes nearly 20 minutes and costs $2.56, proving that max reasoning can be practically useless for specific generation tasks.

What is the practical impact for development workflows?

Lower baseline pricing for models like GPT-6 Luna makes high-volume automation economically viable for smaller operations. Developers must monitor reasoning limits closely to avoid unexpected charges and stalled executions when running complex coding agents.

Sources

  1. Claude Opus 5.5, GPT-6 Sol, GPT-6 Luna, and a new price warsimonwillison.net

Frequently asked questions

What is the price of GPT-6 Luna?
GPT-6 Luna costs $0.10 per million input tokens, $0.01 for cached input, and $0.50 per million output tokens, making it one of OpenAI's cheapest models.
Why does Claude Opus 5.5 fail on max reasoning?
Opus 5.5 can exceed its 128,000 output token limit purely on internal chain-of-thought processing before producing any final output, wasting time and money.