Settings
Account settings and tool configuration.
Connect a Tool
Generate a ready-to-use config file for your AI coding tool. Select a tool, pick a preset, then copy or download the generated config.
Claude Code Configuration
Cheapest available models for all tiers
Sonnet tier
Main coding tasks (claude-sonnet-* requests)
Haiku tier
Quick / cheap tasks (claude-haiku-* requests)
Opus tier
Complex reasoning (claude-opus-* requests)
Estimated cost—
{
"env": {
"ANTHROPIC_BASE_URL": "https://luxeno.ai/api",
"ANTHROPIC_API_KEY": "sk-silk-[paste your key]",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1"
}
}Replace sk-silk-[paste your key] with your API key from the Keys page before saving the file.