v2

OpenAPI 3.1.02026-08-05298342605.2 KB
LLM Providers

Test a custom LLM provider endpoint

Probes an OpenAI-compatible endpoint (Azure AI Foundry, LiteLLM, vLLM, gateways) with the given credential: normalizes common base-URL mistakes, calls GET /models, and returns the model ids the endpoint actually serves — on Azure these are the deployment names. Nothing is stored.

post/v1/llm-providers/test-connection

Request body

apistring required
apiKeystring
modelIdsstring[]

Response

Probe completed (ok=false carries a human hint).