model_disabled
HTTP status: 403
Type: invalid_request
When it fires
Themodel slug resolves to a registered model that is currently inactive (is_active = false). Returned by POST /v1/chat/completions and POST /v1/embeddings.
How to recover
Pick a different model fromGET /v1/models — the listing only returns currently-active models, so any slug in data[*].id is safe.
