> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # MessagesFallbackParam Fallback model to try when the primary model fails or refuses. Only the `model` field is supported; per-attempt overrides are rejected. ## Fields | Field | Type | Required | Description | Example | | -------------------- | ----------------- | -------------------- | ----------- | ----------------------------------------- | | `model` | *str* | :heavy\_check\_mark: | N/A | | | `__pydantic_extra__` | Dict\[str, *Any*] | :heavy\_minus\_sign: | N/A | \{
"model": "claude-opus-4-8"
} |