Tài liệu APIZ

Responses API

Responses là giao thức phù hợp cho Codex custom provider và các ứng dụng agent mới.

Endpoint

POST https://api.apiz.vn/v1/responses

Body tối thiểu

{
  "model": "YOUR_MODEL_ID",
  "input": "Xin chào APIZ",
  "stream": true
}

Chỉ dùng model đã xuất hiện trong /v1/models. Streaming phải được test theo event của Responses API.