https://rl-gym-api.collinear.ai
Validate a model configuration by sending a test completion request.
ModelConfig object (same schema as in Launch Runs).
Response: 200 OK
| Field | Type | Description |
|---|---|---|
success | bool | Whether the test completion succeeded |
message | string | Human-readable result summary or error description |
error_type | string | Error classification: authentication_error, connection_error, timeout, invalid_model, rate_limit, bad_request, or unknown |

