Endpoint
Request body
| Field | Type | Description |
|---|---|---|
model | string | Model id from GET /models |
messages | array | OpenAI-style message objects |
stream | boolean | Default false for pure OpenAI clients; set true for SSE |
temperature | number | Optional sampling |
top_p | number | Optional nucleus sampling |
max_tokens | integer | Optional max output tokens |
icelake_parameters | object | Optional Icelake extensions |
Example
Streaming
Setstream: true. Response is text/event-stream with OpenAI-style chunks, ending with:
Response headers
| Header | Meaning |
|---|---|
x-request-id | Support / debugging id |
x-icelake-model-id | Resolved public model id |
x-icelake-balance-credits | Wallet balance after reserve/charge |
x-ratelimit-limit-requests | Configured RPM for the key |