Settings
| Setting | Value |
|---|---|
| Base URL | https://chat.icelake.io/api/v1 |
| API key | Your Icelake key (icl_…) |
| Model | An id from GET /models |
Works well with
- OpenRouter custom / OpenAI-compatible providers
- Cursor, Continue, Cline
- 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.