List LLM Providers
List all LLM providers registered in the catalog, alphabetically by name.
Response Body
application/json
curl -X GET "https://example.com/v1/llm/providers"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "type": "string", "model": "string", "endpoint": "string", "description": "string" }]