From 5c1b75cc2bf2cd1c9e025953ba84e89e646871bd Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Tue, 23 Jun 2026 00:51:12 +0000 Subject: [PATCH 1/2] docs: hide Claude Fable 5 from model-choice page Claude Fable 5 was removed from the product. This removes it from the rendered Agent model choice docs (the three Anthropic table rows and the data-retention caution) while keeping the content in an MDX comment so it can be restored with a one-line uncomment when the model returns. Co-Authored-By: Oz --- .../docs/agent-platform/inference/model-choice.mdx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/content/docs/agent-platform/inference/model-choice.mdx b/src/content/docs/agent-platform/inference/model-choice.mdx index 8cfd1a52..90c16607 100644 --- a/src/content/docs/agent-platform/inference/model-choice.mdx +++ b/src/content/docs/agent-platform/inference/model-choice.mdx @@ -57,9 +57,6 @@ All Auto models perform well across all agent workflows and are ideal if you pre | Model | `model_id` | Variant | | --- | --- | --- | -| Claude Fable 5 | `claude-5-fable-xhigh` | Default effort | -| Claude Fable 5 | `claude-5-fable-high` | High effort | -| Claude Fable 5 | `claude-5-fable-max` | Max effort | | Claude Opus 4.7 | `claude-4-7-opus-xhigh` | Default effort | | Claude Opus 4.7 | `claude-4-7-opus-high` | High effort | | Claude Opus 4.7 | `claude-4-7-opus-max` | Max effort | @@ -73,9 +70,18 @@ All Auto models perform well across all agent workflows and are ideal if you pre | Claude Sonnet 4.5 | `claude-4-5-sonnet-thinking` | Thinking on | | Claude Haiku 4.5 | `claude-4-5-haiku` | — | +{/* Claude Fable 5 was removed from the product and may return in a future release. + To restore it, re-add the three Claude Fable 5 rows to the Anthropic table above + and uncomment the caution below. */} +{/* +| Claude Fable 5 | `claude-5-fable-xhigh` | Default effort | +| Claude Fable 5 | `claude-5-fable-high` | High effort | +| Claude Fable 5 | `claude-5-fable-max` | Max effort | + :::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). ::: +*/} #### Google From 144b7e855fdfe1613483a525986bef2d503a8b89 Mon Sep 17 00:00:00 2001 From: Hong Yi Chen Date: Mon, 22 Jun 2026 23:05:28 -0700 Subject: [PATCH 2/2] docs: add GLM 5.2 to Agent model choice page (#247) GLM 5.2 (model_id glm-5.2-fireworks) is supported and enabled in production (fireworks_glm_52 flag), but the model-choice page only listed GLM 5.1. Add a GLM 5.2 row to the Fireworks-hosted models table. Co-authored-by: Oz --- src/content/docs/agent-platform/inference/model-choice.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/agent-platform/inference/model-choice.mdx b/src/content/docs/agent-platform/inference/model-choice.mdx index 90c16607..86640939 100644 --- a/src/content/docs/agent-platform/inference/model-choice.mdx +++ b/src/content/docs/agent-platform/inference/model-choice.mdx @@ -106,6 +106,7 @@ Warp also supports leading open source models hosted via Fireworks AI, so you ca | Model | `model_id` | | --- | --- | +| GLM 5.2 | `glm-5.2-fireworks` | | GLM 5.1 | `glm-5.1-fireworks` | | Kimi K2.5 | `kimi-k25-fireworks` | | Kimi K2.6 | `kimi-k26-fireworks` |