From 1282d02109da8087d97fb20e4438c548fbcdca40 Mon Sep 17 00:00:00 2001 From: "warp-agent-staging[bot]" <240773466+warp-agent-staging[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 19:48:48 +0000 Subject: [PATCH] docs: add Claude Fable 5.1 to the model choice page Add Claude Fable 5.1 and its five effort variants (claude-5-1-fable-low/medium/high/xhigh/max) to the Anthropic model table in model-choice.mdx, ordered above the existing Claude Fable 5 rows per the newest-first convention. Model IDs and the default-effort variant (high) were verified against warp-server authoritative sources (model/types/ai/types.go, logic/ai/llm/model_choice.go, logic/ai/llm/llm_role.go) and the enabled claude_5_1_fable feature flag. Extend the ZDR data-retention caution below the table to cover Claude Fable 5.1: warp-server's requiresDataRetentionWorkspace and defaultDisabledForEnterpriseLlmIds lists both Fable 5 and Fable 5.1, so the same off-by-default-for-Enterprise / not-available-under-ZDR behavior applies to the new model. Other docs surfaces that mention Fable (pricing-faqs, security-overview, admin-panel, byollm-gemini-enterprise) already use generic provider-retention-requirement language with no version-specific model names, so they already cover Fable 5.1 without changes. Co-Authored-By: Warp --- 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..ded9b89f 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 models 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