Skip to main content
POST
Test Model

Authorizations

Authorization
string
header
required

Raw dev token passed as Authorization: Bearer fabro_dev_... when server.auth.methods includes dev-token.

Path Parameters

id
string
required

The canonical model ID or an alias.

Query Parameters

provider
string

Pin the test to this provider's offering. When omitted, the server selects among ready providers by catalog priority.

LLM provider identifier.

Example:

"anthropic"

mode
enum<string>

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.

model_id
string
required

The canonical model ID that was tested.

Example:

"claude-opus-4-6"

provider
string
required

LLM provider identifier.

Example:

"anthropic"

status
enum<string>
required

Whether the model responded successfully, failed, or was skipped because its provider is not configured.

Available options:
ok,
error,
skip
error_message
string | null

Error details when status is "error".