LangBot Docs
LLM Models

Test an LLM model

Send a test request to the specified LLM model to verify that it is available.

POST
/api/v1/provider/models/llm/{model_uuid}/test

Send a test request to the specified LLM model to verify that it is available.

Authorization

X-API-Key<token>

In: header

Path Parameters

model_uuid*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/api/v1/provider/models/llm/497f6eca-6276-4993-bfeb-53cbbbba6f08/test" \  -H "Content-Type: application/json" \  -d '{}'
{  "code": 0}