> ## 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.

# 可用模型

> 傳回目前使用者可使用的模型清單

## 請求參數

### 請求標頭

<ResponseField type="string" required>
  請求的身份驗證。本 API 使用 AIHubMix Manage Key 進行身份驗證。
</ResponseField>

<ResponseField type="string">
  請求的內容類型。此參數必須設定為 application/json。
</ResponseField>

## 回應參數

<ResponseField name="data" type="array">
  模型清單。

  <ResponseField name="model" type="string">
    模型名稱。
  </ResponseField>

  <ResponseField name="developer_id" type="integer">
    模型開發者 ID。
  </ResponseField>

  <ResponseField name="order" type="integer">
    模型排序。
  </ResponseField>
</ResponseField>

<ResponseField name="success" type="boolean">
  是否成功。
</ResponseField>

<ResponseField name="message" type="string">
  訊息（可能為空）。如果請求失敗，會傳回失敗原因。
</ResponseField>

***

最後更新：2026-06-01
