メインコンテンツへスキップ
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 を使用して認証します。
リクエストの content type。このパラメータは application/json に設定する必要があります。

レスポンスパラメータ

data
array
モデル一覧。
model
string
モデル名。
developer_id
integer
モデル開発者 ID。
order
integer
モデルの並び順。
success
boolean
成功したかどうかを示します。
message
string
メッセージ(空の場合あり)。リクエスト失敗時には失敗理由が返されます。

最終更新日:2026-06-01