返回当前用户允许使用的模型列表
cURL
curl --request GET \ --url https://aihubmix.com/api/user/available_models \ --header 'Authorization: Bearer <token>'
{ "data": [ { "model": "<string>", "developer_id": 123, "order": 123 } ], "success": true, "message": "<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.