Documentation Index
Fetch the complete documentation index at: https://code.pipellm.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Claude Code Config
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "<YOUR_API_KEY>",
"ANTHROPIC_BASE_URL": "https://cc-api.pipellm.ai",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-haiku-4-5-20251001",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-6",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-6",
"ANTHROPIC_MODEL": "claude-opus-4-6",
"ANTHROPIC_REASONING_MODEL": "claude-opus-4-6"
},
"hooks": {},
"includeCoAuthoredBy": false,
"model": "claude-sonnet-4-6"
}
↑ You can paste the configuration information into the Config JSON to change the PIPELLM API Key.“ANTHROPIC_AUTH_TOKEN”: “pipe-xxxx”,