curl --request GET \
--url https://api.openworklabs.com/v1/llm-provider-catalog{
"providers": [
{}
]
}Lists the provider catalog from models.dev so an organization can choose which LLM providers to configure.
curl --request GET \
--url https://api.openworklabs.com/v1/llm-provider-catalog{
"providers": [
{}
]
}Provider catalog returned successfully.
Show child attributes
Was this page helpful?