Authorization: ********************curl --location --request GET 'https://api.ccapi.ai//v1/models' \
--header 'Authorization: <api-key>'{
"object": "list",
"data": [
{
"id": "gpt-5",
"object": "model",
"created": 0,
"owned_by": "openai",
"supported_endpoint_types": [
"string"
]
}
]
}