v1
latestOpenAPI 3.0.32026-07-26451985.7 KBResponses
Sends input to an OpenAI compatible Responses model and returns a unified response object. Supports text and chat-style input, streaming, tools, and (for supported reasoning models) "thinking" via the reasoning object. To send a request to a closed source provider, prefix your model with their provider name, e.g. openai/gpt-5.1.
post/models/v2/openai/v1/responses
Headers
Authorizationstring required
Token for authentication
Request body
Example request
{
"reasoning": {
"effort": "medium"
}
}Response
Successful response