여기서 시작하기
사용 가능한 CometAPI 모델 나열
GET /api/models를 사용해 model ID, provider, 기능 정보를 포함한 CometAPI 모델 카탈로그를 가져와 채팅, 이미지, 비디오 요청 라우팅에 활용하세요.
GET
cURL
모델 목록 가져오기
이 엔드포인트는 사용 가능한 모든 모델에 대한 정보를 조회합니다. 공개 카탈로그 엔드포인트이므로Authorization 헤더가 필요하지 않습니다.
-
메서드:
GET -
URL:
https://api.cometapi.com/api/models
응답
200 - application/json
Public model catalog response.
Whether the catalog request completed successfully.
Model catalog records. Each item describes one model ID and the public metadata available for routing, capability selection, and pricing review.
Catalog page number returned by the service. A value of 0 means the unpaginated public catalog response.
Number of records requested for a paginated catalog response. A value of 0 means the service returned the default public catalog response.
Total number of catalog records available at request time.