LLM Models
Test an LLM model
Send a test request to the specified LLM model to verify that it is available.
Send a test request to the specified LLM model to verify that it is available.
X-API-Key<token>
In: header
Path Parameters
model_uuid*string
Format
uuidRequest 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}