Tài liệu APIZ

Streaming SSE

APIZ chuyển tiếp sự kiện theo từng phần qua HTTPS.

Kiểm tra bằng cURL

curl -N --no-buffer https://api.apiz.vn/v1/chat/completions \
  -H "Authorization: Bearer $APIZ_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"YOUR_MODEL_ID","messages":[{"role":"user","content":"Xin chao"}],"stream":true}'

Response cần có Content-Type: text/event-stream, nhiều frame dữ liệu và marker kết thúc đúng giao thức.