Summaries for every upstream provider wired into CCAPI.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
or
Request Code Samples
curl --location --request GET 'http://prod-cn.your-api-server.com/providers?type' \
--header 'Authorization: Bearer <token>'
Responses
{
"object": "list",
"data": [
{
"name": "string",
"display_name": "string",
"type": "string",
"status": "string",
"is_fundamental": true,
"base_url": "string",
"supports_streaming": true,
"model_count": 0,
"description": "string",
"api_key_configured": true
}
],
"total": 0
}
Modified at 2025-11-12 07:09:16