Replies: 1 comment
|
This should work. Auth and Login is handled via claude code cli/claude agent sdk so I would assume it works as claude-rs doesnt handle auth itself but uses existing Anthropic logic via sdk |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
im using claude code on linux with openrouter
~/.bashrc:
export ANTHROPIC_BASE_URL="https://openrouter.ai/api"
export ANTHROPIC_AUTH_TOKEN="sk-or-v1-yourkeyhere"
export ANTHROPIC_API_KEY=""
export ANTHROPIC_MODEL="xxxxx"
is this also possible with claude-rs?
All reactions