GPT-5.6 Luna price down 80%, Terra down 20% โ†’

The July 2026 Model Wave: GPT-5.6, Gemini 3.6 Flash, Grok 4.5, Kimi K3 etc

CometAPI
AnnaAug 1, 2026
The July 2026 Model Wave: GPT-5.6, Gemini 3.6 Flash, Grok 4.5, Kimi K3 etc

TL;DR: Six major model releases landed within about three weeks of each other in July 2026: OpenAI's three-tier GPT-5.6 family (Sol/Terra/Luna), Google's Gemini 3.6 Flash, xAI's Grok 4.5, Moonshot AI's Kimi K3, Anthropic's Claude Opus 5, and Zhipu's GLM-5.2. None is a universal best choice. The practical decision depends on reasoning depth, coding performance, cost per token, context requirements, and whether open-weight deployment matters. This comparison uses current official provider information and CometAPI listings, with benchmark claims labeled by source rather than treated as a single universal ranking.

Key Takeaways:

  • GPT-5.6 isn't one model โ€” it's three (Sol, Terra, Luna) at three different price points, and picking the wrong tier is a bigger cost mistake than picking the wrong model family entirely.
  • Gemini 3.6 Flash and GLM-5.2 both publish a 1,000,000-token context window; Kimi K3 matches that figure too โ€” context size has stopped being a differentiator among this generation's leading models.
  • GLM-5.2 and Kimi K3 both support open-weight deployment, but they do not use the same license. GLM-5.2 is released under the MIT License; Kimi K3 uses the separate Kimi K3 License, whose commercial terms should be reviewed before self-hosting or offering model-as-a-service access.
  • Claude Opus 5 is officially released. Anthropic announced it on July 24, 2026 with a 1M-token context window, up to 128K synchronous output, and official pricing of $5 per million input tokens and $25 per million output tokens; CometAPI currently lists it at $4/$20.

What Actually Shipped This Month

July 2026 was an unusually dense month for frontier and near-frontier model releases. In roughly three weeks, OpenAI shipped the GPT-5.6 family (Jul 9), xAI released Grok 4.5 (Jul 8), Moonshot AI released Kimi K3 (Jul 16), Google released Gemini 3.6 Flash (Jul 21), and Anthropic officially launched Claude Opus 5 (Jul 24). Zhipu's GLM-5.2 arrived slightly earlier in June, but its 1M-token context and MIT-licensed open release make it relevant to the same buying and deployment decision.

The practical question for anyone building on these models is not which one is best in the abstract, but which confirmed option fits a specific job. The six differ meaningfully in cost, context, coding behavior, licensing, and deployment flexibility.

Pricing and Specs, Side by Side

All prices below are per million tokens. Where a model has multiple tiers, each is listed separately.

ModelInputOutputContext WindowLicenseReleased
GPT-5.6 Sol$5.00$30.00Not publicly specifiedProprietaryJul 9, 2026
GPT-5.6 Terra$2.50$15.00Not publicly specifiedProprietaryJul 9, 2026
GPT-5.6 Luna$1.00$6.00Not publicly specifiedProprietaryJul 9, 2026
Grok 4.5$2.00$4.00Not publicly specifiedProprietaryJul 8, 2026
Kimi K3$3.00$15.001,048,576 tokensOpen weights (Kimi K3 License)Jul 16, 2026
Gemini 3.6 Flash$1.50$7.501,048,576 tokens (65,536 output)ProprietaryJul 21, 2026
GLM-5.2$1.40$4.411,000,000 tokensOpen (MIT license)Jun 13, 2026
Claude Opus 5$5.00$25.001,000,000 tokens (128K output)ProprietaryJul 24, 2026

*Official provider rates shown above; a unified API applying a standard discount would bring each of these down proportionally โ€” the point of the table is the relative gap between models, not a specific vendor's checkout price.

A few things stand out from the pricing and specification table. Sol, the top GPT-5.6 tier, is priced for frontier reasoning and agentic work rather than everyday use, while Grok 4.5's output price is comparatively low for its positioning. GLM-5.2 has the lowest listed output price in this group and uses the permissive MIT License. Kimi K3 also provides downloadable weights and a 1M-token context, but under the separate Kimi K3 License rather than MIT. Gemini 3.6 Flash, Kimi K3, GLM-5.2, and Claude Opus 5 all publish roughly 1M-token context windows, so context capacity alone is no longer enough to choose among them. CometAPI's listed rates are generally lower than provider list prices, but workload-level evaluation remains more useful than comparing token prices in isolation.

What Each One Is Actually Tuned For

GPT-5.6 Sol is positioned for frontier reasoning, agentic coding, and long-horizon technical work โ€” it supports a "Max Reasoning Effort" mode and an "Ultra Mode" that deploys sub-agents in parallel. This is the tier to reach for on hard, multi-step problems, not routine tasks, given the price gap to Terra and Luna.

GPT-5.6 Terra is the balanced middle tier โ€” everyday productivity, documentation, coding support, and business automation. For most application backends that don't specifically need Sol's reasoning depth, Terra is the more defensible default.

GPT-5.6 Luna targets lightweight, high-volume use: classification, customer support flows, onboarding, repeated content generation. At $1.00/$6.00 per million tokens (before any gateway discount), it's priced for exactly that kind of high-call-volume, low-complexity workload โ€” and it also supports cached-input pricing at a 90% discount off the standard input rate, which matters more here than for the higher tiers given how repetitive high-volume workloads tend to be.

Grok 4.5 doesn't publish a stated specialization the way the GPT-5.6 tiers do, but its pricing places it between a budget and mid-tier option โ€” worth a direct benchmark comparison against Terra or Kimi K3 for a specific workload rather than assuming positioning from price alone.

Kimi K3 is a 2.8-trillion-parameter Mixture-of-Experts model built for long-horizon coding, multimodal knowledge work, and extensive document or repository analysis within a 1M-token context. Moonshot AI has released the full weights, so self-hosting is possible, but the release uses the Kimi K3 License, which includes commercial conditions that differ from a standard MIT release.

Gemini 3.6 Flash is Google's efficiency-focused release: it's explicitly framed as an incremental, cost-and-latency-optimized follow-on to 3.5 Flash rather than a new frontier model, with real gains on coding and agentic benchmarks alongside a lower per-token output price than its predecessor. It's the pick for agentic workloads where token efficiency and cost per completed task matter as much as raw capability.

GLM-5.2 is the more permissively licensed open option in this comparison. Z.ai released it under the MIT License with a 1M-token context and explicit emphasis on long-horizon coding, tool use, and adjustable thinking effort. Teams can access it through an API or run the published weights locally, subject to their own infrastructure and evaluation requirements.

Coding Capability Comparison

The six releases target different engineering patterns, so coding ability is best understood as a workload fit rather than a single rank.

  • Claude Opus 5 is the strongest fit here for difficult debugging, root-cause analysis, large refactors, and long-running software agents; Anthropic highlights stronger verification and iteration behavior.
  • GPT-5.6 Sol, Terra, and Luna provide a tiered path from complex coding and reasoning to balanced development work and high-volume code assistance.
  • Gemini 3.6 Flash is tuned for fast agentic coding loops where latency and cost per iteration matter.
  • Kimi K3 is designed for long-horizon coding over very large repositories, with a 1M-token context and downloadable weights.
  • GLM-5.2 combines long-horizon coding, tool use, adjustable thinking effort, and MIT-licensed local deployment.
  • Grok 4.5 is best treated as a candidate for direct evaluation against the others because its official positioning does not provide the same coding specialization breakdown as the tiered GPT family.

The Trade-off of Comparing (and Switching Between) Models This Often

None of this is an argument for chasing every new release. Switching production workloads to a new model every time one ships has real costs: re-testing prompts, re-validating output quality, and re-checking cost-per-task math against your actual traffic, not a benchmark's synthetic one. A unified API doesn't remove that evaluation work, but it does remove the separate-account, separate-billing overhead of actually running the comparison โ€” being able to call GPT-5.6 Terra, Gemini 3.6 Flash, Kimi K3, and GLM-5.2 through the same request shape and one bill makes it realistic to actually test more than one candidate before committing, rather than defaulting to whichever provider you already had a key for.

That's a genuine advantage, not a complete solution โ€” it doesn't replace reading each model's actual documentation, and it doesn't make a model choice free of the switching costs described above. What it does is lower the cost of finding out which model is actually right for a given workload, which is a different (and more honest) claim than "this model is the best."

FAQ

What's the best AI model released in July 2026? There is no single best answer. GPT-5.6 Sol and Claude Opus 5 are aimed at demanding reasoning and coding work; Gemini 3.6 Flash emphasizes efficient agentic loops; Kimi K3 combines long context with open weights; and GLM-5.2 combines long-horizon capability with an MIT license. The right pick depends on the workload and deployment constraints.

Is GPT-5.6 one model or several? Three: Sol (flagship, frontier reasoning), Terra (balanced, everyday use), and Luna (fast and low-cost, high-volume tasks) โ€” each priced separately, from $0.80/$4.80 per million tokens for Luna up to $4.00/$24.00 for Sol.

Is Claude Opus 5 officially released? Yes. Anthropic announced Claude Opus 5 on July 24, 2026. The official release describes a 1M-token context window and positions the model for complex agentic coding and knowledge work; official API pricing is $5 per million input tokens and $25 per million output tokens.

Which of these models is cheapest to run at scale? On the listed provider output prices in the table, GLM-5.2 is the lowest-cost option and is available under the MIT License. Kimi K3 also has open weights, but its separate Kimi K3 License and much larger model footprint change the self-hosting economics. GPT-5.6 Luna is the lowest-cost proprietary, API-only option covered here.

Do I need to pick one model and commit, or can I test several? Testing more than one against your actual prompts and traffic is generally worth the setup cost before committing production traffic โ€” a unified API (CometAPI among others) makes that specifically cheaper to do, since it removes the separate-account overhead of running the comparison, though it doesn't replace reading each model's own documentation.

Conclusion

The July 2026 release wave did not produce one clear winner. It produced six confirmed options that trade off differently on reasoning depth, coding performance, token cost, context, and licensing. GPT-5.6 Sol and Claude Opus 5 target the hardest reasoning and software-engineering work; Gemini 3.6 Flash and GPT-5.6 Luna emphasize efficiency; Kimi K3 brings open weights and a 1M-token multimodal context under its own license; and GLM-5.2 offers a 1M-token, MIT-licensed alternative. All are accessible through CometAPI under one key, which makes controlled testing easier, but model selection should still be based on the prompts, tools, latency targets, and success criteria of the actual workload.

Ready to cut AI development costs by 20%?

Start free in minutes. Free trial credits included. No credit card required.

Read More