Create stateful model responses with tools, reasoning, and multi-turn state.
Not yet available.
POST /v1/responsesis not served by the gateway yet; this page documents the intended behavior. UsePOST /v1/chat/completionstoday — see the Responses API overview for the migration shape.
The Responses API is a stateful superset of chat completions. It keeps conversation state, runs tools, and returns typed output items — ideal for agents.
Authenticate every request with your key: Authorization: Bearer $OPENDUNES_API_KEY. Responses are billed in Algerian Dinars (DA) and deducted from your balance in real time.
| Method | Path | Description |
|---|---|---|
| POST | /v1/responses | Create stateful model responses with tools, reasoning, and multi-turn state. |
| GET | /v1/responses/{id}/input_items | List the input items of a response. |