Test Model
Models
Test Model
Tests a model by sending a simple prompt and reporting pass/fail.
POST
Test Model
Authorizations
Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
Path Parameters
The model identifier.
Query Parameters
Test mode for the single-model test endpoint. Defaults to basic.
Single-model test mode.
Available options:
basic, deep Response
Test result
Result of testing a model in basic or deep mode.
The model identifier that was tested.
Example:
"claude-opus-4-6"
Whether the model responded successfully, failed, or was skipped because its provider is not configured.
Available options:
ok, error, skip Error details when status is "error".