Skip to main content

Create a response

POST 

/v1/responses

OpenAI Responses, on any model in the catalog. Send model and input; set stream: true for the typed response.* event stream. Turns are stored for 30 days unless store: false and chain by previous_response_id. conversation, prompt and context_management are refused with a 400. The response's model echoes the alias you sent.

Request

Responses

The response object; status is completed, incomplete, or failed.

Response Headers
    X-MindsHub-Chain-Truncated

    Present when a previous_response_id chain was cut short (expired, deleted, or past the 25-turn walk).

    X-MindsHub-Clamped-Params

    Parameters adjusted to the model's range, as name=requested>applied. Absent when nothing was clamped.

    X-MindsHub-Dropped-Params

    Comma-separated parameters the target model could not take and that were dropped. Absent when nothing was dropped.