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.
Tài liệu APIZ
Responses là giao thức phù hợp cho Codex custom provider và các ứng dụng agent mới.
POST https://api.apiz.vn/v1/responses
{
"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.