Setup
Set these environment variables before starting Claude Code:Model mapping
Claude Code model tiers map to Lyceum models as follows:| Claude tier | Model |
|---|---|
| claude-opus-* | Kimi-K2.6 |
| claude-sonnet-* | Qwen3-30B-A3B |
| claude-haiku-* | Llama-3.3-70B |
claude-deepseek or claude-kimi as the model name in Claude Code.
Note on 1M context models
Avoid usingsonnet[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.
