Intelligent Model Routing (Claude Format)
EvoLink Auto
EvoLink Auto - Claude Format
Intelligent routing using Anthropic Messages API format
POST
Intelligent Model Routing (Claude Format)
Smart Model Routing
Call EvoLink Auto intelligent model routing using Anthropic Messages API format.Key Features
- Claude Native Format: Fully compatible with Anthropic Messages API
- Intelligent Routing: Automatically selects a suitable model
- Transparent Response: Response includes the actual model name used
Set the
model parameter to evolink/auto and use the /v1/messages endpoint.BaseURL: The default BaseURL is
https://direct.evolink.ai, which has better support for text models and long-lived connections. https://api.evolink.ai is the primary endpoint for multimodal services and serves as a fallback address for text models.Authorizations
##All APIs require Bearer Token authentication##
Get API Key:
Visit API Key Management to get your API Key
Add to request header:
Authorization: Bearer YOUR_API_KEYBody
application/json
Use intelligent routing
Available options:
evolink/auto Example:
"evolink/auto"
Conversation messages
Minimum array length:
1Example:
[
{
"role": "user",
"content": "Introduce the history of artificial intelligence"
}
]Maximum tokens to generate
Required range:
x >= 1Example:
1024
Sampling temperature
Required range:
0 <= x <= 2Example:
0.7
Nucleus sampling parameter
Required range:
0 <= x <= 1Example:
0.9
Top-K sampling
Required range:
x >= 1Example:
40
Enable streaming