Openai Responses

OpenAI Responses API compatibility endpoint.

Translates Responses API format to native, delegates to create_response().

Request

This endpoint expects an object.
modelstringRequired
inputstring or list of objectsRequired
instructionsstring or nullOptional
temperaturedouble or nullOptional
top_pdouble or nullOptional
max_output_tokensinteger or nullOptional
streambooleanOptionalDefaults to false
toolslist of maps from strings to any or nullOptional
tool_choicestring or map from strings to any or nullOptional

Response

Successful Response

Errors