Create Model Response
POST
/v1/responses
- Non-streaming endpoint compatible with the OpenAI Responses API
- Some models (e.g. o3-pro, codex-mini-latest) support only the Response format
- Pass conversation content via
modelandinput - Official docs: Create a model response
Authorizations
bearer
Type
HTTP (bearer)
Request Body
application/json
model
string
Required
ID of the model to use. See the model endpoint compatibility table for which models work with the Responses API.
input
object[]
Required
Text, image, and other inputs for the model to generate a response.
Expand
Responses
application/json
object
id
string
Required
object
string
Required
created
integer
Required
choices
object[]
Required
usage
object
Required