POST /v1/responses with Authorization: Bearer YOUR_API_KEY.
Parameters
| Parameter | Required | Meaning |
|---|---|---|
model | Yes | Exact currently available model ID. |
input | No | Text or supported multimodal input. |
instructions | No | System-level instructions controlling the model’s role or behavior. |
previous_response_id | No | Previous response ID, only where the selected model and route support continuation. Context billing also depends on that route. |
truncation | No | Truncation policy: auto or disabled, where supported. |