开始调用
- 在 AionRouter 中创建 API 密钥。
- 使用
https://aionrouter.io作为 Base URL。 - 在每个请求中携带
Authorization: Bearer <API_KEY>请求头。
接口调试会向
https://aionrouter.io 发送请求。请使用有效的 API 密钥,并确认密钥具备所需模型的调用权限。Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
使用 AionRouter 的 API。
https://aionrouter.io 作为 Base URL。Authorization: Bearer <API_KEY> 请求头。curl "https://aionrouter.io/v1/models" \
-H "Authorization: Bearer $AIONROUTER_API_KEY"
https://aionrouter.io 发送请求。请使用有效的 API 密钥,并确认密钥具备所需模型的调用权限。