List LLM Credential Bindings
List which registered providers the caller currently has a key bound to. Only reports binding status (provider name + bound=true) - key values are never returned. Providers with no binding are omitted rather than listed with bound=false.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Query Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
curl -X GET "https://example.com/v1/llm/credentials"[ { "provider": "string", "bound": true, "endpoint": "string", "modelName": "string" }]{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}