Cline v4.0.11 Adds Claude Opus 5 and Moonshot Kimi K3 Support, Fixes Overstated 1M-Context Pricing
Cline's v4.0.11 release adds provider support for Claude Opus 5 (including 1M context window variants) across six integrations and introduces Moonshot Kimi K3 support. The update also fixes a pricing bug that overstated costs for Opus 1M-context requests above 200k tokens.
What happened
Cline, the open-source AI coding agent for VS Code and JetBrains, shipped version 4.0.11 on July 24. The release's headline addition is provider support for Claude Opus 5, according to the official changelog, spanning six integration points: Anthropic, Claude Code, AWS Bedrock, Google Vertex, Cline's own provider, and OpenRouter. Support includes what the changelog describes as 1M context window variants of Opus.
The release also adds support for Moonshot Kimi K3, a model from Moonshot AI, within Cline's provider list.
Neither Anthropic nor Moonshot AI has published independent model cards, pricing pages, or benchmark results for Claude Opus 5 or Kimi K3 as of this writing. The only public reference to these models is this Cline changelog entry, so specifics on parameter count, training cutoff, and benchmark performance remain unconfirmed.
Fixes in this release
Two fixes ship alongside the new model support:
- Pricing correction: Cline's cost calculator was overstating charges for Claude Opus 1M-context requests once usage crossed the 200k-token threshold. This is now corrected, meaning any Opus 1M-variant billing estimates displayed in Cline prior to v4.0.11 for large requests should be treated as inaccurate.
- Kimi K3 tool calling: Native tool calling for Kimi K3 models was previously returning empty responses. This is now enabled and fixed, per the changelog.
A minor telemetry change was also included: host plugin version numbers are now transmitted with telemetry events, which helps the Cline team debug issues tied to specific IDE extension builds.
What this means
This is a plumbing release, not a model launch — Cline doesn't train models, it routes requests to them. The substance here is that Cline's engineering team has wired up support for two models (Claude Opus 5 and Kimi K3) that are not yet independently confirmed or documented elsewhere, which is unusual: typically provider integrations follow public model announcements, not precede them. Developers using Cline should treat availability of these models as provisional until Anthropic and Moonshot AI publish their own release details, including pricing, context limits, and benchmark scores.
The pricing bug fix is the more concrete, verifiable item in this release. Teams running high-volume, long-context workloads through Cline's Opus 1M-context path were likely overcharged in cost estimates for any request exceeding 200k tokens — worth checking historical usage reports if cost tracking mattered to your workflow. The Kimi K3 tool-calling fix removes a functional blocker that would have made the model unusable for agentic coding tasks, which is Cline's core use case.
For now, users evaluating whether to switch workloads to Claude Opus 5 or Kimi K3 through Cline should wait for primary-source confirmation from Anthropic and Moonshot AI before making cost or capability assumptions based solely on this changelog.
Related Articles
Anthropic SDK v0.120.0 Adds Reference to Unannounced 'Claude Opus 5' Model
The anthropic-sdk-python v0.120.0 release adds a reference to a model identifier called claude-opus-5, the first public sign of a next-generation Opus model. Anthropic has not issued an official announcement, and no pricing, context window, or benchmark data has been disclosed.
Anthropic Ships Claude Opus 5, Claims It Matches Flagship Fable 5 on Coding at Half the Cost
Anthropic released Claude Opus 5 on July 24, its fourth model launch in under two months, priced at $5 per million input tokens and $25 per million output tokens. The company claims the model matches or beats its flagship Fable 5 on most coding and knowledge-work benchmarks while posting the lowest deception rate of any model it has shipped.
Anthropic Launches Claude Opus 5, Claims Parity With Rival Fable 5 at Half the Cost
Anthropic has released Claude Opus 5, its new flagship model, claiming performance comparable to rival model Fable 5 at half the cost. The company says Opus 5 leads on several coding and knowledge-work benchmarks while requiring far less manual intervention.
Anthropic Launches Claude Opus 5 on AWS, First Fifth-Generation Opus Model
Anthropic's Claude Opus 5 is now available on Amazon Bedrock and Claude Platform on AWS, marking the first release in the company's fifth-generation Opus line. Anthropic claims the model matches its top-tier Claude Fable 5 intelligence at Opus-tier pricing, though specific pricing and benchmark figures remain undisclosed.
Comments
Loading...