I use my own API key, but the actual usage is still counted under "Other Models." As a result, when the usage limit for "Other Models" is reached, I can no longer use my own API key

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I use my own API key, but the actual usage is still counted under “Other Models.” As a result, when the usage limit for “Other Models” is reached, I can no longer use my own API key.

Steps to Reproduce

Cursor Settings > Models, set “OpenAI API Key” to my own API key, enable “Override OpenAI Base URL,” refer to the image “模型自定义截图.png”

Expected Behavior

On the usage statistics page of the dashboard, the models under my own API key are also counted under “Other Models.” If the usage of “Other Models” has not reached the limit, no issues arise. However, once the usage limit is reached, I am unable to even use my own API key. Refer to the image “用量异常截图.png”

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 3.13.10 (user setup)
VS Code Extension API: 1.128.0
Commit: 4f02290ccd9304f0e6bf8ee85f6e9106f02ac1f0
Date: 2026-07-23T21:41:07.333Z
Layout: Agent Window
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Windows_NT x64 10.0.19045

For AI issues: which model did you use?

deepseek-v4-pro

Additional Information

This issue is actually mentioned in your official documentation, which states that when using your own API key, it will not consume the quota. Refer to the image “额度不限制截图.png”

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey there!

This is actually expected behavior on Teams and Enterprise plans, and I can see why the docs made it look otherwise. Here’s what’s going on:

On Teams/Enterprise plans, third-party models carry a Cursor Token Rate of $0.25 per million tokens, and that applies to models you run with your own API key too (BYOK or not). The actual model cost still goes to your own provider account, but the Cursor Token Rate is real usage, so your own-key requests appear under Other Models and draw from your included Other Models allowance. Once that allowance is used up, further requests, including your own-key ones, get paused.

The line you screenshotted (“unlimited AI messages at your own cost”) holds for individual (Pro) plans, where there’s no Cursor Token Rate on BYOK. On Teams/Enterprise it’s incomplete, since the Cursor Token Rate does count. I’ll get that page clarified.

To get unblocked: on Teams, on-demand usage is what lets requests continue past the included allowance. If your own-key requests are hard-stopping, a team admin should check two things in the dashboard:

  1. On-demand usage is enabled for the team
  2. The team’s monthly spending limit hasn’t been reached (and raise it if needed)

With on-demand on, your own-key requests keep flowing and you’re only billed the Cursor Token Rate ($0.25/M tokens), not the full model cost.

Full details: Team Pricing → Cursor Token Rate and Models & Pricing.

Let me know if the admin checks don’t sort it out!

Thank you for your reply. Am I understanding correctly that when I use my own API key, it will consume the tokens of the model in my own API key as normal, as well as a small amount of Cursor’s “Other Models” quota?

Hi @yunhu_liu not quite like that! The Cursor Token Rate correspond to multiple things such as :

-Search infrastructure

-Custom model execution and routing

-Processing and infrastructure costs

Think of it as paying for the Cursor infrastructure that seats on top of the models! You can see more of it here :

I understand now. That’s very clear, thank you.:ok_hand:

Your welcome! Letting you mark the subject fixed!