Settings
Works well with
- OpenRouter custom / OpenAI-compatible providers
- Cursor, Continue, Cline
- Claude Code (via claude-code-router)
- SillyTavern, LibreChat, Open WebUI
- LangChain
ChatOpenAIwith custom base URL - Vercel AI SDK with OpenAI provider overrides
Tips
- Always verify model ids via
GET /modelsrather than guessing names. - Prefer non-streaming first if a tool mis-handles SSE.
- For multi-zone same-origin setups,
https://icelake.io/api/v1is equivalent.