Gebruik GET /api/models om de volledige CometAPI-modelcatalogus op te halen met ID’s, providers en mogelijkheden voor het routeren van chat-, image- en videoverzoeken.
curl --request GET \
--url https://api.cometapi.com/api/models{
"data": [
{
"id": "<string>",
"object": "<string>",
"created": 123,
"owned_by": "<string>",
"permission": [
{
"id": "<string>",
"object": "<string>",
"created": 123,
"allow_create_engine": true,
"allow_sampling": true,
"allow_logprobs": true,
"allow_search_indices": true,
"allow_view": true,
"allow_fine_tuning": true,
"organization": "<string>",
"group": null,
"is_blocking": true
}
],
"root": "<string>",
"parent": null
}
],
"success": true
}Documentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorization-header.
GET
https://api.cometapi.com/api/models
curl --request GET \
--url https://api.cometapi.com/api/models{
"data": [
{
"id": "<string>",
"object": "<string>",
"created": 123,
"owned_by": "<string>",
"permission": [
{
"id": "<string>",
"object": "<string>",
"created": 123,
"allow_create_engine": true,
"allow_sampling": true,
"allow_logprobs": true,
"allow_search_indices": true,
"allow_view": true,
"allow_fine_tuning": true,
"organization": "<string>",
"group": null,
"is_blocking": true
}
],
"root": "<string>",
"parent": null
}
],
"success": true
}