Endpoint
This free route accepts OpenAI Responses requests and routes only to
OpenAI-compatible platforms. Cross-protocol routing for the Responses API is
not available yet. If you need cross-protocol routing today, use the
OpenAI Format Converter with Chat Completions.
Code Examples
- cURL
- Python
- TypeScript
Common Request Fields
| Field | Type | Required | Description |
|---|---|---|---|
model | string | Yes | OpenAI-compatible model ID |
input | string or array | Yes | Text or structured input items |
instructions | string | No | Developer or system instruction |
stream | boolean | No | Enable streaming output |
tools | array | No | Built-in or custom tools |
temperature | number | No | Sampling temperature |
max_output_tokens | integer | No | Maximum output tokens |
Response Shape
Related Docs
Routing & Protocols
Understand native route constraints
OpenAI Overview
OpenAI-compatible endpoints on PipeLLM
OpenAI Migration Guide
Official guidance on Responses vs Chat Completions