From 936978d5fcff3fb163fc9fff82a192827737e205 Mon Sep 17 00:00:00 2001 From: "warp-factories[bot]" Date: Tue, 1 Sep 2026 19:47:27 +0000 Subject: [PATCH] docs: add Claude Fable 5.1 to the model catalog Adds the Claude Fable 5.1 variants (low/medium/high/xhigh/max) to the Anthropic model table in model-choice.mdx, ordered ahead of Claude Fable 5, and extends the ZDR/data-retention caution to cover both Fable 5 and 5.1 since both require data retention per the Fable tooltip mapping in warp-server's admin UI strings. Refs QUALITY-1959 --- src/content/docs/agents/inference/model-choice.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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