Models
Test Provider Credentials
Validates an LLM provider API key against the server's effective catalog without persisting it.
post/api/v1/providers/{provider}/credentials/test
Path parameters
providerstring required
The provider identifier.
Request body
Response
Credentials validated successfully
Example response
{
"ok": true
}Changes
Changed in 1 of the 135 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○