> ## 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">
  リクエストの content type。このパラメータは 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
