> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aurous-labs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# model_disabled

> The model exists but has been deactivated.

**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`](/api-reference/openapi#tag/models) — the listing only returns currently-active models, so any slug in `data[*].id` is safe.
