Description
Running /model in Claude Code CLI and attempting to switch to Fable 5 fails with the message:
"You don't have usage credits yet. Set up usage credits on claude.ai to use this model."
However, /usage in the same session shows a "Current week (Fable)" quota bar at 0% used (i.e., the subscription includes a weekly Fable allotment that has not been consumed). This suggests the model is entitled to be used via subscription quota, not a separate pay-as-you-go usage-credits pool.
Additionally, Fable 5 is usable from claude.ai (web) and the Claude desktop app under the same account, with no usage-credits prompt.
Steps to reproduce
- Have an active Claude subscription with a weekly Fable 5 quota (confirm via
/usage → "Current week (Fable)" shows 0% used, i.e. available).
- In Claude Code CLI, run
/model and select Fable 5.
- Observe the CLI blocks the switch, claiming no usage credits, and links to claude.ai/settings/usage to purchase credits.
- Compare: the same account can use Fable 5 in claude.ai web / desktop app without issue.
Expected behavior
Claude Code CLI should recognize and use the subscription's included weekly Fable 5 quota (as shown in /usage), consistent with web/desktop behavior, rather than requiring a separately purchased usage-credits balance.
Actual behavior
CLI refuses to switch to Fable 5, citing missing usage credits, even though the account's weekly Fable quota is unused (0%).
Environment
- Claude Code CLI
- OS: Windows 11
- Model attempting to switch to: Fable 5 (from Sonnet 5)
Description
Running
/modelin Claude Code CLI and attempting to switch to Fable 5 fails with the message:However,
/usagein the same session shows a "Current week (Fable)" quota bar at 0% used (i.e., the subscription includes a weekly Fable allotment that has not been consumed). This suggests the model is entitled to be used via subscription quota, not a separate pay-as-you-go usage-credits pool.Additionally, Fable 5 is usable from claude.ai (web) and the Claude desktop app under the same account, with no usage-credits prompt.
Steps to reproduce
/usage→ "Current week (Fable)" shows 0% used, i.e. available)./modeland select Fable 5.Expected behavior
Claude Code CLI should recognize and use the subscription's included weekly Fable 5 quota (as shown in
/usage), consistent with web/desktop behavior, rather than requiring a separately purchased usage-credits balance.Actual behavior
CLI refuses to switch to Fable 5, citing missing usage credits, even though the account's weekly Fable quota is unused (0%).
Environment