Skip to main content
GET
cURL

모델 목록 가져오기

이 엔드포인트는 사용 가능한 모든 모델에 대한 정보를 조회합니다. 공개 카탈로그 엔드포인트이므로 Authorization 헤더가 필요하지 않습니다.
  • 메서드: GET
  • URL: https://api.cometapi.com/api/models

응답

200 - application/json

Public model catalog response.

success
boolean
필수

Whether the catalog request completed successfully.

data
object[]
필수

Model catalog records. Each item describes one model ID and the public metadata available for routing, capability selection, and pricing review.

page
integer

Catalog page number returned by the service. A value of 0 means the unpaginated public catalog response.

page_size
integer

Number of records requested for a paginated catalog response. A value of 0 means the service returned the default public catalog response.

total
integer

Total number of catalog records available at request time.