Skip to content

Instantly share code, notes, and snippets.

@uguraktas
Created September 1, 2026 08:51
Show Gist options
  • Select an option

  • Save uguraktas/253781ccbcda65fcd72aa61c14e5742f to your computer and use it in GitHub Desktop.

Select an option

Save uguraktas/253781ccbcda65fcd72aa61c14e5742f to your computer and use it in GitHub Desktop.
OmniRoute settings
{
"env": {
"ANTHROPIC_BASE_URL": "http://localhost:20128/v1",
"ANTHROPIC_AUTH_TOKEN": "sk-****",
"ANTHROPIC_MODEL": "paid-premium",
"ANTHROPIC_SMALL_FAST_MODEL": "auto/best-coding-fast",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "auto/pro-coding",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "auto/best-reasoning",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "auto/best-free",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1"
},
"statusLine": {
"type": "command",
"command": "node ~/.claude/statusline.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment