Test Model
Tests a model by sending a simple prompt and reporting pass/fail.
Path parameters
The canonical model ID or an alias.
Query parameters
LLM provider identifier.
Pin the test to this provider's offering. When omitted, the server selects among ready providers by catalog priority.
Single-model test mode.
Test mode for the single-model test endpoint. Defaults to basic.
Native reasoning-effort level requested for an LLM call.
Optional native reasoning-effort level for the model test.
Response
Test result
Example response
{
"model_id": "claude-opus-4-6",
"provider": "anthropic"
}Changes
Changed in 4 of the 134 revisions of this API.115
- ○
added the new optional
queryrequest parameterreasoning_effortnew-optional-request-parameter
- ○
- ○
added the new optional
queryrequest parameterprovidernew-optional-request-parameter
- ○
added the required property
providerto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
providerfrom the response with the200statusresponse-required-property-removed
- ●
deleted the
queryrequest parameterproviderrequest-parameter-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional
queryrequest parameterprovidernew-optional-request-parameter
- ○
added the required property
providerto the response with the200statusresponse-required-property-added
- ○