跳转到主要内容

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.

엔드포인트: GET /v1/models
  • 사용자 로그인 시, 사용자 그룹에서 사용 가능한 모델을 조회합니다. 로그인하지 않은 경우, 기본 그룹에서 사용 가능한 모델을 조회합니다.
  • 헤더에 Authorization 필드가 있는 경우, 시스템은 해당 토큰에 구성된 모델 목록을 쿼리합니다.
응답 예시:
{
  "data": [
    {
      "id": "gpt-4o-mini",
      "object": "model",
      "created": 1626777600,
      "owned_by": "OpenAI",
      "permission": [
        {
          "id": "modelperm-LwHkVFn8AcMItP432fKKDIKJ",
          "object": "model_permission",
          "created": 1626777600,
          "allow_create_engine": true,
          "allow_sampling": true,
          "allow_logprobs": true,
          "allow_search_indices": false,
          "allow_view": true,
          "allow_fine_tuning": false,
          "organization": "*",
          "group": null,
          "is_blocking": false
        }
      ],
      "root": "gpt-4o-mini",
      "parent": null
    }
  ]
}

응답

상태 코드설명세부사항데이터 모델
200OK없음인라인

응답 데이터 구조

상태 코드 200
이름유형필수제약한국어 이름설명
» data[object]true없음없음
»» idstringtrue없음모델 ID없음
»» objectstringtrue없음model없음
»» createdintegertrue없음생성 시간없음
»» owned_bystringtrue없음개발자없음
»» permission[object]¦nulltrue없음없음
»»» idstringtrue없음없음
»»» objectstringtrue없음없음
»»» createdintegertrue없음없음
»»» allow_create_enginebooleantrue없음없음
»»» allow_samplingbooleantrue없음없음
»»» allow_logprobsbooleantrue없음없음
»»» allow_search_indicesbooleantrue없음없음
»»» allow_viewbooleantrue없음없음
»»» allow_fine_tuningbooleantrue없음없음
»»» organizationstringtrue없음없음
»»» groupnulltrue없음없음
»»» is_blockingbooleantrue없음없음
»» rootstringtrue없음모델 이름없음
»» parentnulltrue없음부모 노드없음