Intelligent routing using Anthropic Messages API format
model parameter to evolink/auto and use the /v1/messages endpoint.##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_KEY
Use 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