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>" } ] } }
Returns a list of all available models (potentially grouped by channel/group)
channel_id -> model[]
group -> model[]