cURL
curl --request POST \ --url https://api.example.com/api/v2/generate/stream
Потоковая генерация текста через Server-Sent Events
model
prompt
params
data: {"type": "generation_start", "id": 18473, "model": "gpt-5"} data: {"type": "content_delta", "delta": "Привет"} data: {"type": "content_delta", "delta": "!"} data: {"type": "generation_end", "id": 18473, "tokens_spent": 3} data: [DONE]