Custom model is being counted towards monthly qouta

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

As you can see in the screenshot, i am using custom anthropic key still its cost is being considered for cursor’s monthly included usage! it should Ideally not happen.

also on selecting custom model like clause-sonnet-4-6 its showing Sonnet 4.6.

and after some times the custom model gets untoggled

Steps to Reproduce

  1. enable anthropic key
  2. add & toggle claude-sonnet-4-6
  3. type claude-sonnet-4-6 in the model select of chat → will show its selecting as Sonnet 4.6
  4. Use it
  5. check ysage balance (is decreasing)

Expected Behavior

BYOK based custom model should not be counted in included usage!
It should not auto toggle off custom model

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.13
VSCode Version: 1.105.1
Commit: 60faf7b51077ed1df1db718157bbfed740d2e160
Date: 2026-03-06T06:17:49.499Z (6 days ago)
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.3.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. Let me address each point:

  1. BYOK usage counting toward included usage

This is expected behavior on Team plans. There’s a Cursor Token Fee ($0.25 per million tokens) that applies to all requests, including BYOK. It covers infrastructure costs like semantic search, the apply model, and more. So even though the LLM call itself goes through your Anthropic key, the token fee still gets deducted from your $20 included usage.

Looking at your screenshot, the amounts shown (for example <$0.01, $0.02, $0.13) are only the token fee portion, not the full model cost.

  1. Model name showing as “Sonnet 4.6”

This is also expected. Cursor recognizes claude-sonnet-4-6 as a known Anthropic model and shows the canonical display name. Your requests are still routing through your Anthropic API key correctly.

  1. Custom model auto-untoggling

This one is a known bug. The team is aware of it. No ETA yet, but your report helps with prioritization.

Let me know if you have any questions about the token fee or anything else.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.