使用 Anthropic Messages API 格式的智能路由
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 是多模态主力地址,对文本模型作为备用地址使用。##所有接口均需要使用Bearer Token进行认证##
获取 API Key:
访问 API Key 管理页面 获取您的 API Key
使用时在请求头中添加:
Authorization: Bearer YOUR_API_KEY
使用智能路由
evolink/auto "evolink/auto"
对话消息列表
1[
{
"role": "user",
"content": "介绍一下人工智能的发展历史"
}
]
最大生成 token 数
x >= 11024
采样温度
0 <= x <= 20.7
核采样参数
0 <= x <= 10.9
Top-K 采样
x >= 140
是否流式返回