List available CometAPI models
Use GET /api/models to fetch the CometAPI model catalog with model IDs, providers, and capabilities for routing chat, image, and video requests.
Get models list
This endpoint retrieves information about all available models. It is a public catalog endpoint and does not require anAuthorization header.
-
Method:
GET -
URL:
https://api.cometapi.com/api/models
Response
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.