Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/content/docs/agents/inference/model-choice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ All Auto models perform well across all agent workflows and are ideal if you pre
| Claude Opus 5 | `claude-5-opus-xhigh` | Extra high effort |
| Claude Opus 5 | `claude-5-opus-xhigh-fast` | Fast mode |
| Claude Opus 5 | `claude-5-opus-max` | Max effort |
| Claude Fable 5.1 | `claude-5-1-fable-high` | Default effort |
| Claude Fable 5.1 | `claude-5-1-fable-low` | Low effort |
| Claude Fable 5.1 | `claude-5-1-fable-medium` | Medium effort |
| Claude Fable 5.1 | `claude-5-1-fable-xhigh` | Extra high effort |
| Claude Fable 5.1 | `claude-5-1-fable-max` | Max effort |
| Claude Fable 5 | `claude-5-fable-high` | Default effort |
| Claude Fable 5 | `claude-5-fable-low` | Low effort |
| Claude Fable 5 | `claude-5-fable-medium` | Medium effort |
Expand Down Expand Up @@ -107,7 +112,7 @@ All Auto models perform well across all agent workflows and are ideal if you pre
| Claude Haiku 4.5 | `claude-4-5-haiku` | — |

:::caution
Anthropic requires data retention for Claude Fable 5 for safety, abuse monitoring, and compliance reasons, so it is **not available under Zero Data Retention (ZDR)**. This requirement is specific to Claude Fable 5 and doesn't change the ZDR behavior of any other supported model. For Enterprise teams, the model is off by default and a workspace admin must enable it — see the [Admin Panel](/enterprise/team-management/admin-panel/#models-settings) and the [Security overview](/enterprise/security-and-compliance/security-overview/#zero-data-retention-zdr).
Anthropic requires data retention for Claude Fable 5 and Claude Fable 5.1 for safety, abuse monitoring, and compliance reasons, so these models are **not available under Zero Data Retention (ZDR)**. This requirement is specific to the Claude Fable family and doesn't change the ZDR behavior of any other supported model. For Enterprise teams, these models are off by default and a workspace admin must enable them — see the [Admin Panel](/enterprise/team-management/admin-panel/#models-settings) and the [Security overview](/enterprise/security-and-compliance/security-overview/#zero-data-retention-zdr).
:::

#### Google
Expand Down
Loading