curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/models/providers \
--header 'Authorization: Bearer <token>'[
"<string>"
]Get list of unique model providers.
Returns a list of all unique provider names from available models.
curl --request GET \
--url https://control-plane.kubiya.ai/api/v1/models/providers \
--header 'Authorization: Bearer <token>'[
"<string>"
]Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.
Enter your Kubiya API token (format: Bearer )
Successful Response
Was this page helpful?