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>"
]Enter your Kubiya API token (format: Bearer
Successful Response
Was this page helpful?