Provider Error With My Own Key

Describe the Bug

Im using own claude key,

We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.

Request ID: f7cc3eb3-c98c-432b-8f72-fb6ebc548d13
{“error”:57,“details”:{“title”:“Provider Error”,“detail”:“We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.”,“isRetryable”:true,“additionalInfo”:{},“buttons”:,“planChoices”:},“isExpected”:true}
[resource_exhausted] Error
LTe: [resource_exhausted] Error
at kmf (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9095:38337)
at Cmf (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9095:37240)
at $mf (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9096:4395)
at ova.run (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9096:8170)
at async qyt.runAgentLoop (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:34190:57047)
at async Wpc.streamFromAgentBackend (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:34239:7695)
at async Wpc.getAgentStreamResponse (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:34239:8436)
at async FTe.submitChatMaybeAbortCurrent (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:9170:14575)
at async Oi (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:32991:3808)

Steps to Reproduce

Cursor IDE

Operating System

MacOS

Version Information

Version: 2.4.21 (Universal)
VSCode Version: 1.105.1
Commit: dc8361355d709f306d5159635a677a571b277bc0
Date: 2026-01-22T16:57:59.675Z
Build Type: Stable
Release Track: Early Access
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Darwin arm64 25.2.0

For AI issues: which model did you use?

Sonnet 4.5 Thinking

For AI issues: add Request ID with privacy disabled

Request ID: f7cc3eb3-c98c-432b-8f72-fb6ebc548d13

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report.

resource_exhausted is an error from the Anthropic API. It usually means you’ve hit your quota or a rate limit on your key.

A few things to check:

  1. Anthropic Console: go to https://console.anthropic.com and check:

    • Whether you still have credits left
    • Any rate limit warnings
    • Your billing status
  2. Cursor Settings: make sure there aren’t any conflicting settings:

    • Cursor Settings > Models > confirm “Override Anthropic Base URL” is not enabled
    • Try generating a new API key
  3. Test directly: try making a request to the Anthropic API outside Cursor (for example, via curl or their playground) to confirm whether it’s a key issue or a Cursor integration issue

Let me know what you find.