Create a Response

Generate model output with the OpenAI-compatible Responses API.

Use the Responses API shape for text or structured model input and a unified output object.

POST/openai/v1/responses

Request Body

FieldTypeRequiredDescription
modelstringYesModel identifier routed by AnyInt.
inputstring or arrayYesText or structured input items.
streambooleanNoReturn server-sent events when supported.

Response

A completed request returns a response object with an identifier, status, and generated output.

Compatibility Alias

Existing clients may continue to use /v1/responses. New integrations should use /openai/v1/responses.