Skip to main content
Version: v5.2

Providers

Use the Providers API to list the supported LLM provider keys configured for AI Service.

List providers

Endpoint

GET /aisvc/api/v1/providers

Request

No query parameters.

Request example
GET /aisvc/api/v1/providers

Response

Codes

CodeDescription
200Success
401Unauthorized
500Server Error

Response body example

[
"openai"
]