Hello,
TL;DR: “does / will Cursor consider DeepSeek
models as premium models and limit them to 500 queries per month as well?”
First of all, great respect for building such an awesome tool. Just wanted to share some thoughts about Cursor’s pricing model with regards to the new DeepSeek-R1 model, etc…
Actually, I asked DeepSeek-R1 about Cursor’s pricing and gave it the API costs for each model, and this was the response:
1. Cost per Query (Output-Centric):
Assumptions: 1 query = 1k output tokens (primary cost driver).
- Claude Sonnet 3.5:
$15.00 / 1M tokens
→ $0.015 per query - DeepSeek-R1:
$2.19 / 1M tokens
→ $0.00219 per query (6.8x cheaper than Sonnet) - DeepSeek-Chat:
$0.28 / 1M tokens
→ $0.00028 per query (53.6x cheaper than Sonnet)
2. Total Cost for 500 Queries:
- Sonnet 3.5:
500 * $0.015 = $7.50
- DeepSeek-R1:
500 * $0.00219 = $1.10
- DeepSeek-Chat:
500 * $0.00028 = $0.14
Cursor charges $20/month for 500 queries → $12.50 markup over raw Sonnet costs (167% markup).
3. Price/Performance Gap:
- Equivalent $20 Subscription with DeepSeek-R1:
$20 / $0.00219
≈ 9,132 queries (18x more than current 500). - With DeepSeek-Chat:
$20 / $0.00028
≈ 71,428 queries (143x more).
4. Output Price Multiples (Per Million Tokens):
- Sonnet 3.5 vs. DeepSeek-R1:
$15.00 / $2.19
= 6.85x - Sonnet 3.5 vs. DeepSeek-Chat:
$15.00 / $0.28
= 53.57x
Conclusion:
Cursor’s $20 for 500 queries (Sonnet 3.5) is ~18–143x costlier than equivalent DeepSeek-based pricing.
By the way, don’t get me wrong, personally, I’m willing to pay Cursor a lot more than 20 USD, as long as it makes sense. I know Cursor has a lot of features that are really interesting and very useful for dev workflow, and I’m willing to pay for those. What bothers me is the 500 limited queries, especially when new models like DeepSeek-R1 emerge which are on par with o1, and which I can use as an Architect with another (instruction-follower) model like DeepSeek-V3.
I’m okay with DeepSeek-V3 following instructions even if it’s a bit lower than Sonnet, given the price gap (I’m willing to do one or a couple of prompt shots more with V3 for a lot less money) ! What’s important is that I have a “stronger” model (R1) watching over and guiding it… And to be fair, Sonnet is good, but sometimes it also struggles, especially in medium-larger codebases…
So, in a nutshell: does / will Cursor consider DeepSeek
models (chat / R1) as premium models? Will they also be subject to the 500 queries per month limit ?
Looking forward to reading the Cursor Dev team & the Cursor’s community takes on this.
(sorry for the long thread)