Skip to main content
Code: model_disabled HTTP status: 403 Type: invalid_request

When it fires

The model 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 from GET /v1/models — the listing only returns currently-active models, so any slug in data[*].id is safe.