curl --request POST \
--url https://api.example.com/api/v1/models/{id}/test \
--header 'Authorization: Bearer <token>'{
"model_id": "claude-opus-4-6",
"status": "ok",
"error_message": "<string>"
}Tests a model by sending a simple prompt and reporting pass/fail.
curl --request POST \
--url https://api.example.com/api/v1/models/{id}/test \
--header 'Authorization: Bearer <token>'{
"model_id": "claude-opus-4-6",
"status": "ok",
"error_message": "<string>"
}Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.
The model identifier.
Test mode for the single-model test endpoint. Defaults to basic.
Single-model test mode.
basic, deep Test result
Result of testing a model in basic or deep mode.
The model identifier that was tested.
"claude-opus-4-6"
Whether the model responded successfully, failed, or was skipped because its provider is not configured.
ok, error, skip Error details when status is "error".