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 매개변수를 evolink/auto로 설정하고 /v1/messages 엔드포인트를 사용하세요.https://direct.evolink.ai이며, 텍스트 모델 지원이 더 우수하고 장시간 연결을 지원합니다. https://api.evolink.ai는 멀티모달 서비스의 주력 엔드포인트이며, 텍스트 모델에 대해서는 대체 주소로 사용됩니다.##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