返回所有可用模型(可能按渠道/分组返回)
cURL
curl --request GET \ --url https://aihubmix.com/api/models \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "* (channel_id / group)": [ { "id": "<string>", "name": "<string>", "channel": "<string>", "type": "<string>", "description": "<string>" } ] } }
Documentation IndexFetch the complete documentation index at: https://docs.aihubmix.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt
Use this file to discover all available pages before exploring further.
channel_id -> model[]
group -> model[]