POST /v1/responses for all models that advertise this endpoint.
The Responses API uses the same OpenAI SDK methods (
client.responses.create). Any code written for OpenAI’s Responses API works with Routeway by changing base_url and api_key.Quick Example
- Python
- Node.js
- cURL
Which Models Support It?
Not every model on Routeway supports the Responses API. Check the model’sendpoints array via GET /v1/models:
/v1/responses is listed, the model is compatible. See Models for the full list.
What’s in This Section
Request & Response
The full anatomy of a Responses API request and response — input formats, output structure, and key parameters.
Multi-turn Conversations
Use
previous_response_id to build stateful conversations without resending full message history.Built-in Tools
Leverage web search, file search, and code interpreter without defining custom function schemas.