1. Get an API key
- Sign in at chat.icelake.io
- Open Settings → API keys
- Create a key and copy it immediately — the full secret is shown once
2. Configure the environment
3. Install the OpenAI SDK (optional)
4. Send a chat completion
5. List models
Use IDs fromGET /models as the model field on chat and image requests.
6. Optional: streaming
Setstream: true to receive SSE chunks ending with data: [DONE].