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

# Model-keyed fallback policies

## Fallback policy follows the requested model

You can now define a separate ordered fallback chain for each requested model. Fabro selects the chain once from the original request and does not jump into another model's policy while failing over.

```toml title="run.toml" theme={"languages":{"custom":["/languages/dot.json","/languages/fabro.json"]}}
[run.model.fallbacks]
"kimi-k3" = ["moonshot:kimi-k3", "openrouter:kimi-k3", "claude-opus"]
```

## More

<Accordion title="Fixes">
  * Forked runs now create a fresh sandbox when they resume
  * Stored run events from older Fabro releases remain readable after event schema changes
  * Modal reasoning-token usage is now included in billing totals
  * Fallback resolution errors now report the underlying unavailable model or provider
</Accordion>
