Intelligent routing using Anthropic Messages API format
Documentation Index
Fetch the complete documentation index at: https://docs.evolink.ai/llms.txt
Use this file to discover all available pages before exploring further.
model parameter to evolink/auto and use the /v1/messages endpoint.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.##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_KEYUse intelligent routing
evolink/auto "evolink/auto"
Conversation messages
1[
{
"role": "user",
"content": "Introduce the history of artificial intelligence"
}
]Maximum tokens to generate
x >= 11024
Sampling temperature
0 <= x <= 20.7
Nucleus sampling parameter
0 <= x <= 10.9
Top-K sampling
x >= 140
Enable streaming