Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Since June 12 (JST), every request to claude-fable-5 fails. It worked fine until June 11. Other models (GPT, other Claude models) work fine — only claude-fable-5 fails.
Full error:
Request ID: 404a74c7-aeae-4f1e-8d17-e7d7685364b2
{“error”:“ERROR_OPENAI”,“details”:{“title”:“Unable to reach the model provider”,“detail”:“We encountered an issue when using your API key: Provider was unable to process your request\n\nAPI Error:\n\nRequest failed with status code 400: {"error":{"type":"client","reason":"routing_unsupported","message":"claude-fable-5 routing failed: requires non-ZDR provider policy","retryable":false}}”}}
What I have verified:
My own Anthropic API key is enabled in Cursor (used for all claude- models), and the error confirms it is being used (“when using your API key”)
My Anthropic org has 30-day data retention ON (not ZDR), confirmed in Claude Console
A direct curl to api.anthropic.com with a key from the same workspace succeeds with claude-fable-5
Privacy Mode is OFF (Share Data: Active)
So the same key works when calling Anthropic directly, but fails with a ZDR routing policy error when the request goes through Cursor. This started around June 12; my build is dated 2026-06-10, so it may be related to the 3.7.27 update.
Version: 3.7.27
VS Code Extension API: 1.105.1
Commit: e48ee6102a199492b0c9964699bf011886708ba0
Date: 2026-06-10T01:46:16.942Z
Build Type: Stable
OS: Darwin arm64 25.5.0 (macOS, Apple Silicon)
Steps to Reproduce
- Enable own Anthropic API key in Cursor Settings → Models (key is verified and active)
- Select claude-fable-5 in the chat/agent model picker
- Send any prompt
- Request fails immediately with the routing_unsupported error above (100% reproducible since June 12 JST)
Expected Behavior
claude-fable-5 should respond normally, as it did until June 11, and as it does when calling the Anthropic API directly with the same key.
Operating System
MacOS
Version Information
Version: 3.7.27
VS Code Extension API: 1.105.1
Commit: e48ee6102a199492b0c9964699bf011886708ba0
Date: 2026-06-10T01:46:16.942Z
Build Type: Stable
OS: Darwin arm64 25.5.0
For AI issues: which model did you use?
claude-fable-5
For AI issues: add Request ID with privacy disabled
Request ID: 404a74c7-aeae-4f1e-8d17-e7d7685364b2
Additional Information
Using my own Anthropic API key. Same key succeeds when calling the Anthropic API directly. Details in the bug description above.
Does this stop you from using Cursor
No - Cursor works, but with this issue