{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/StatusReasonEnum", "title": "StatusReasonEnum", "enum": [ "trial_limit_reached", "model_not_allowed", "provider_key_deleted" ], "type": "string", "description": "* `trial_limit_reached` - Trial evaluation limit reached\n* `model_not_allowed` - Model not available on the trial plan\n* `provider_key_deleted` - Provider API key was deleted" }