Skip to main content
Get up and running with the Icelake API in minutes.

1. Get an API key

  1. Sign in at icelake.io
  2. Open API in the sidebar (or visit /api/keys)
  3. Create a key and copy it immediately — the full secret is shown once

2. Configure the environment

3. Install the OpenAI SDK (optional)

You can also use raw HTTP / cURL.

4. Send a chat completion

5. List models

Use IDs from GET /models as the model field on chat and image requests.

6. Optional: streaming

Set stream: true to receive SSE chunks ending with data: [DONE].

Next