Test LLM connection
LLM Gateway
Test LLM connection
Test that a registered model + credential combination works by sending a minimal LLM completion call. Returns HTTP 200 with success/failure for LLM-level results. Returns 4xx for invalid inputs (unknown model, unknown credential, malformed request) before any LLM call is made.
POST
Test LLM connection
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
LLM call was attempted — check success field for result
Response object for standard API responses.