跳轉到主要內容
GET
/
api
/
user
/
available_models
可用模型
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 Index

Fetch the complete documentation index at: https://docs.aihubmix.com/llms.txt

Use this file to discover all available pages before exploring further.

請求參數

請求標頭

請求的身份驗證。本 API 使用 AIHubMix Manage Key 進行身份驗證。
請求的內容類型。此參數必須設定為 application/json。

回應參數

data
array
模型清單。
model
string
模型名稱。
developer_id
integer
模型開發者 ID。
order
integer
模型排序。
success
boolean
是否成功。
message
string
訊息(可能為空)。如果請求失敗,會傳回失敗原因。

最後更新:2026-06-01