Direct Responses
Generate Responses API outputs directly from the selected model without Gloo governance.
Error Reference: Responses
Authorizations
Headers
Body
Request body for the Responses API (POST /ai/v2/direct/responses).
String prompt or array of input items
Image generation options (quality, size) mapped onto OpenAI's image_generation tool; ignored by providers without quality controls.
Response
Successful Responses API result. If stream is false or omitted, the response is JSON. If stream=true, the response is a named Server-Sent Events stream.
A non-streaming Responses API result.
"response"Unix timestamp when the response was created.
completed, failed, in_progress, incomplete Items generated by the model, such as assistant messages, images, function calls, or reasoning summaries.
An assistant message produced by the model.
- Message
- Image Generation
- Function Call
- Reasoning
Token usage for the response.
Sampling parameters ignored because the selected model does not support them.

