File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
docs/serving/integrations Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Launch Claude Code with environment variables pointing to your vLLM server:
3939``` bash
4040ANTHROPIC_BASE_URL=http://localhost:8000 \
4141ANTHROPIC_API_KEY=dummy \
42+ ANTHROPIC_AUTH_TOKEN=dummy \
4243ANTHROPIC_DEFAULT_OPUS_MODEL=my-model \
4344ANTHROPIC_DEFAULT_SONNET_MODEL=my-model \
4445ANTHROPIC_DEFAULT_HAIKU_MODEL=my-model \
@@ -51,6 +52,7 @@ The environment variables:
5152| -------------------------------- | --------------------------------------------------------------------- |
5253| ` ANTHROPIC_BASE_URL ` | Points to your vLLM server (default port is 8000) |
5354| ` ANTHROPIC_API_KEY ` | Can be any value since vLLM doesn't require authentication by default |
55+ | ` ANTHROPIC_AUTH_TOKEN ` | Is required. Can be any value. |
5456| ` ANTHROPIC_DEFAULT_OPUS_MODEL ` | Model name for Opus-tier requests |
5557| ` ANTHROPIC_DEFAULT_SONNET_MODEL ` | Model name for Sonnet-tier requests |
5658| ` ANTHROPIC_DEFAULT_HAIKU_MODEL ` | Model name for Haiku-tier requests |
You can’t perform that action at this time.
0 commit comments