Chat completions
Единственный нужный эндпоинт.
POST /v1/chat/completions
| Параметр | Тип | Обязательно |
|---|---|---|
| model | string | Да |
| messages | array | Да |
| stream | boolean | Нет |
| temperature | number | Нет |
| max_tokens | integer | Нет |
| top_p | number | Нет |
Установите stream: true, чтобы получать server-sent events (SSE), токен за токеном.