diff --git a/src/content/docs/agents/inference/model-choice.mdx b/src/content/docs/agents/inference/model-choice.mdx index 6aae9dc8..9768b749 100644 --- a/src/content/docs/agents/inference/model-choice.mdx +++ b/src/content/docs/agents/inference/model-choice.mdx @@ -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 | @@ -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