The system automatically selects the most suitable model to process the request
model parameter to evolink/auto, and the system will automatically select the most suitable model for you.Get your API Key:
Visit the API Key Management Page to get your API Key
Add the following to your request headers:
Authorization: Bearer YOUR_API_KEYUse smart routing
evolink/auto "evolink/auto"
List of conversation messages
1[
{
"role": "user",
"content": "Introduce the history of artificial intelligence"
}
]Sampling temperature, controls the randomness of the output
Notes:
0 <= x <= 20.7
Nucleus Sampling parameter
Notes:
Recommendation: Do not adjust both temperature and top_p simultaneously
0 <= x <= 10.9
Top-K sampling parameter
Notes:
x >= 140
Whether to return the response in streaming mode
true: Stream response, returning content in real-time chunksfalse: Wait for the complete response before returningfalse
Request successful
Unique identifier for the chat completion
"chatcmpl-20260308112637503180122ABCD1234"
The model actually used
"gpt-5.4"
Response type
chat.completion "chat.completion"
Creation timestamp
1741428397
List of generated choices
Token usage statistics