메인 콘텐츠로 건너뛰기
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