Skip to main content
Point Claude Code at Lyceum’s inference endpoint to use it with any of our supported models.

Setup

Set these environment variables before starting Claude Code:
export ANTHROPIC_BASE_URL=https://api.lyceum.technology/api/v2/external/claude
export ANTHROPIC_API_KEY=<your-lyceum-api-key>
claude
Get your API key from the dashboard.

Model mapping

Claude Code model tiers map to Lyceum models as follows:
Claude tierModel
claude-opus-*Kimi-K2.6
claude-sonnet-*Qwen3-30B-A3B
claude-haiku-*Llama-3.3-70B
You can also point at a specific model using aliases like claude-deepseek or claude-kimi as the model name in Claude Code.

Note on 1M context models

Avoid using sonnet[1m] or similar extended-context variants. The [1m] suffix is Anthropic-specific and Claude Code will not connect through the proxy with it set. Use sonnet instead, either via /model in Claude Code or by setting "model": "sonnet" in ~/.claude/settings.json.