Create a response

OpenAI Responses-compatible endpoint for stateful conversations.

Authentication

AuthorizationBearer

Pass your EmpirioLabs API key as a bearer token. The Anthropic-style x-api-key header is also accepted on every endpoint.

Request

This endpoint expects an object.
modelstringRequired
inputstring or list of objectsRequired
enable_thinkingbooleanOptional
Enable model reasoning on models that advertise this parameter.
thinking_budgetintegerOptional>=1
Maximum tokens reserved for model reasoning on models that advertise this parameter.

Response

Response object.