How much does Composer 2 cost per million tokens?
As of August 25, 2026, Composer 2 Cursor API pricing is $0.50 per million input tokens and $2.50 per million output tokens. Input tokens are the prompt you send; output tokens are the completion. Long answers therefore cost more than short ones even when the prompt stays the same. Source: https://cursor.com/docs/models/cursor-composer-2
What is the blended API cost for Composer 2?
On this page the blended Composer 2 API cost is $3.00 for 1 million input tokens plus 1 million output tokens. That 1:1 mix is the comparison scale used across the LLM pricing table. A 3:1 mix (three million input tokens per one million output tokens), which some calculators use, would be about $4.00.
How much does a typical Composer 2 request cost?
A typical Composer 2 API request with 100K input tokens and 20K output tokens costs about $0.10 at current rates as of August 25, 2026. Multiply that by daily or monthly volume to estimate spend. Caching, batch APIs, and volume discounts from Cursor can bring the real invoice lower than the public list rate at https://cursor.com/docs/models/cursor-composer-2.
What is the context window for Composer 2?
Composer 2 supports a 200K token context window. The context window is the total prompt plus conversation history the model can see in one call. Larger windows cost more when you fill them, because every input token is billed per million tokens.
Is Composer 2 open source?
No. Composer 2 is a proprietary model by Cursor. The only public way to call it is Cursor's API, billed per million input and output tokens. There is no self-host option for the weights.
What benchmarks does Composer 2 perform well on?
Composer 2 currently reports CursorBench 61.3%, Next.js Evals 76%, Next.js Evals + AGENTS.md 95%. See the performance table for the full eval set. Use those scores with the token prices above when you are choosing between a cheaper LLM and a frontier model. GPQA, SWE-bench, and HLE are the evals people usually compare first.
How do I compare Composer 2 with another LLM?
Use the Compare picker on this page to start an LLM comparison. Search by model or provider, pick a second model, and AnotherWrapper opens a dedicated Composer 2 vs page with per-million-token prices, blended 1M-in / 1M-out cost, context window, throughput, and benchmarks. You can also open any model from the sidebar, or go back to the LLM pricing table to sort the full index.
What are the cheapest alternatives to Composer 2?
The cheapest LLM alternative depends on whether you optimize for blended token cost, coding evals, or context window. Start with the popular matchups on this page, then sort the LLM pricing table by blended cost to see which hosted APIs undercut Composer 2. Open-weight models can be cheaper still if you self-host, but that is not the same as Cursor API pricing on this page.
How do I use Composer 2 in my application?
Composer 2 is called through Cursor's API with an API key. Bill against input and output tokens separately; cache or shorten prompts if spend is high. If you are shipping a full product, AnotherWrapper includes pre-built API routes and templates for Cursor and 5+ other providers with auth, payments, and deployment already configured.
How accurate is this Composer 2 pricing data?
This Composer 2 page tracks the latest published Cursor API pricing from Cursor, quoted per million tokens. List rates can differ from invoices because of prompt caching, batch discounts, committed-use tiers, and private contracts. Official rate sheet: https://cursor.com/docs/models/cursor-composer-2. Benchmark scores come from official publications and independent evals, not from a private lab run by AnotherWrapper.