Environment
- OS: Windows 11
- NadirClaw version: 0.20.0
- Auth method:
claude setup-token → nadirclaw auth setup-token
- Claude subscription: Pro (claude.ai)
Steps to reproduce
- Run
claude setup-token to obtain a subscription token
- Store it via
nadirclaw auth setup-token
- Also set it as
ANTHROPIC_API_KEY env var (required — LiteLLM doesn't pick it up from the credentials store otherwise)
- Run
nadirclaw test with any multi-tier config involving Sonnet or Opus
Expected behavior
All configured models respond OK, consistent with what a Pro subscriber can access natively in Claude Code and the claude.ai desktop app.
Actual behavior
Haiku passes, Sonnet and Opus both return:
litellm.RateLimitError: AnthropicException - {"type":"error","error":{"type":"rate_limit_error","message":"Error"}}
Notes
- The same Claude Pro account has full access to Sonnet and Opus natively through Claude Code and the desktop app
- The error presents as a rate limit but occurs immediately on the first request, suggesting it is actually a model access restriction on the subscription token auth path rather than a genuine rate limit
- This makes the Claude Code integration (
nadirclaw claude onboard) effectively useless for Pro subscribers without a separate paid API key, despite the README advertising setup-token as the supported auth path for subscription users
Environment
claude setup-token→nadirclaw auth setup-tokenSteps to reproduce
claude setup-tokento obtain a subscription tokennadirclaw auth setup-tokenANTHROPIC_API_KEYenv var (required — LiteLLM doesn't pick it up from the credentials store otherwise)nadirclaw testwith any multi-tier config involving Sonnet or OpusExpected behavior
All configured models respond OK, consistent with what a Pro subscriber can access natively in Claude Code and the claude.ai desktop app.
Actual behavior
Haiku passes, Sonnet and Opus both return:
Notes
nadirclaw claude onboard) effectively useless for Pro subscribers without a separate paid API key, despite the README advertisingsetup-tokenas the supported auth path for subscription users