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>" } ] } }
返回所有可用模型(可能按渠道/分组返回)
channel_id -> model[]
group -> model[]