Endpoint
This free route accepts Anthropic Messages requests and routes only to
Anthropic-compatible platforms. To keep the Anthropic format while calling
OpenAI or Gemini models, use the
Anthropic Format Converter.
Install SDKs
- Python
- Node.js
- Go
Code Examples
- cURL
- Python
- Node.js
- Go
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | Yes | Model ID (e.g., claude-sonnet-4-5-20250929) |
messages | array | Yes | Array of message objects |
max_tokens | integer | Yes | Maximum tokens to generate |
temperature | number | No | Sampling temperature (0-1) |
stream | boolean | No | Enable streaming response |
Response Format
Related Docs
Routing & Protocols
Native-route constraints and converter routes
Anthropic Overview
Headers, models, and route family overview
Anthropic Format Converter
Keep Anthropic format while calling other providers