Models
Test Model
Tests a model by sending a simple prompt and reporting pass/fail.
post/api/v1/models/{id}/test
Path parameters
idstring required
The canonical model ID or an alias.
Query parameters
providerstring
LLM provider identifier.
Example:anthropic
Pin the test to this provider's offering. When omitted, the server selects among ready providers by catalog priority.
mode'basic' | 'deep'
Single-model test mode.
Test mode for the single-model test endpoint. Defaults to basic.
Response
Test result
Example response
{
"model_id": "claude-opus-4-6",
"provider": "anthropic"
}