On March 19, 2026, Cursor priced Composer 2 at $0.50 per million input tokens and $2.50 per million output tokens. Its faster variant cost three times more. Cursor published a token meter, while the cost of a completed, accepted coding task remained unreported.
Key takeaways
- Composer 2 split the coding product across companies: Moonshot supplied the Kimi K2.5 foundation, Fireworks AI served it, and Cursor adapted and packaged it in the IDE.
- Cursor’s fast tier costs 3× the standard tier, but token prices alone do not show which route is cheaper per completed, accepted coding task.
- A newer upstream model is not automatically the production choice: Composer 2.5 remained on Kimi K2.5 after Moonshot released Kimi K2.6.
- The durable IDE advantage is orchestration—preserving context, selecting models and inference suppliers from measured outcomes, and absorbing the resulting reliability and economic risks.
- Route economics must include retries, tests, reviews, sandbox controls, failures, latency, and human acceptance—not merely token charges.
Composer 2 separated the model from the product
On March 20, Moonshot said Kimi K2.5 provided the foundation for Composer 2 and that Cursor accessed it through Fireworks AI. Moonshot credited Cursor with continued pretraining and high-compute reinforcement learning before Cursor packaged the result in its coding product.
The cited announcement does not disclose Cursor’s training bill, its serving contract with Fireworks, ownership of the resulting weights, or how much each layer contributed to Composer 2’s reported performance.
- March 19, 2026: Cursor launched Composer 2 and published standard and fast-tier pricing.
- March 20, 2026: Moonshot identified Kimi K2.5 as the foundation and Fireworks AI as the inference provider.
- April 20, 2026: Moonshot released the open-weight Kimi K2.6 under a modified MIT license.
- May 19, 2026: Cursor released Composer 2.5, still built on Kimi K2.5, and claimed better sustained work on long-running tasks.
Cursor’s next named Composer release remained on Kimi K2.5 after K2.6 appeared. The cited sources leave Cursor’s rationale unresolved, but the sequence shows that a newer upstream release did not automatically become the next production base.
The 3× tier leaves task cost unanswered
At Cursor’s listed rates, one million output tokens cost $2.50 on the standard model and an implied $7.50 on the faster variant. The corresponding input cost rises from $0.50 to $1.50.
Consider a hypothetical routing rule: send an interactive patch to the fast tier while a developer waits, then use the standard tier for an unattended migration. At one million output tokens, that choice adds $5 to the interactive job and saves $5 on the unattended one. Cursor has not said it uses this policy.
The published prices also omit task-level latency, token consumption, retries, test results, and human acceptance rates. A faster run could justify its premium by finishing sooner or avoiding retries, but Cursor’s data do not establish either outcome. The 3× price therefore measures the tier premium, not the cost of accepted work.
On April 6, 2026, The Wall Street Journal reported that investor documents from OpenAI and Anthropic showed inference costs exceeding half of revenue. Those figures establish the scale of inference spending at two model labs. The report provides no corresponding figure for Cursor’s serving contract, discounts, revenue, or gross margin.
Security puts failure inside the route’s cost
Security researchers reported sandbox escapes or boundary bypasses across Cursor, Codex, Gemini CLI, and Antigravity. They used files later consumed by trusted tools, crossing a boundary between generated artifacts and higher-trust components. Vendors patched most of the identified vulnerabilities, while some remained at publication.
The research does not establish that multi-model routing caused those flaws. It does establish that agent handoffs can cross trust boundaries. When one model writes a file and a test or deployment tool later opens it with broader permissions, the IDE must preserve the file’s provenance and permission limits across review, fallback, and execution.
Reviews, sandbox checks, audit logs, and human escalation consume time and compute. An IDE vendor that compares routes must count those controls alongside tokens and latency rather than treat security failures as costs outside the task.
Accepted work is the missing denominator
Per-token prices expose one input. Comparing routes requires the total model and serving charges, elapsed time, retries, reviews, and failures for changes that pass the required tests and earn acceptance. Cursor’s public posts do not provide that denominator or compare its two Composer 2 tiers against it.
Three times the price is easy to see. The harder number is cost per accepted task after latency, retries, tests, and security review—a number Cursor has not published. An IDE earns durable advantage only when it can carry context across suppliers, choose routes from measured outcomes, and own the result.
Partner-model integration and control risk
- July 9, 2026 — SpaceXAI said Grok 4.5 was built in partnership with Cursor and made available inside Cursor, illustrating the IDE’s role as an integration layer for an external model supplier.
- July 21, 2026 — Researchers reported sandbox escapes or boundary bypasses across four coding agents—Cursor, Codex, Gemini CLI, and Antigravity—through files later consumed by trusted tools; most identified vulnerabilities had been patched.
Frequently asked questions
How much does Cursor Composer 2 cost?
Cursor listed Composer 2 at $0.50 per million input tokens and $2.50 per million output tokens. The faster variant costs three times those rates.
Does the 3× fast tier mean accepted coding work costs three times more?
No. Cursor has not published task-level latency, retries, token use, test results, or acceptance rates, so the premium cannot be translated into cost per accepted task.
Who built and served Composer 2?
Moonshot said Kimi K2.5 was the foundation, Cursor performed continued pretraining and high-compute reinforcement learning, and Fireworks AI supplied inference. The public disclosures do not reveal contracts, training costs, weight ownership, or each party’s performance contribution.
Why did Composer 2.5 stay on Kimi K2.5 after K2.6 appeared?
Cursor did not publicly explain the decision. The sequence shows that production routing depends on more than adopting the newest upstream release.
Why must security be included in routing economics?
Agent handoffs can move generated files into tools with broader permissions. Reviews, sandbox checks, provenance tracking, audit logs, and human escalation therefore add real time and compute costs to each route.