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
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Validate a model configuration with a test completion
https://rl-gym-api.collinear.ai
Validate a model configuration by sending a test completion request.
POST /test-model-config
ModelConfig object (same schema as in Launch Runs).
Response: 200 OK
{
"success": true,
"message": "Model responded successfully",
"error_type": null
}
| 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 |
Was this page helpful?
