Model Providers
List all model providers
List all model providers, including the number of LLM and embedding models associated with each provider.
List all model providers, including the number of LLM and embedding models associated with each provider.
X-API-Key<token>
In: header
Response Body
application/json
curl -X GET "https://example.com/api/v1/provider/providers"{ "code": 0, "data": { "providers": [ { "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "name": "OpenAI", "requester": "openai-chat-completions", "base_url": "https://api.openai.com/v1", "api_keys": [ "string" ], "llm_count": 0, "embedding_count": 0, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z" } ] }}