Skip to content
Merged
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 |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 [SUGGESTION] The PR description notes there's no explicit "default" flag in the server catalog for Fable 5.1 (or Fable 5) — high is inferred here by matching the Fable 5 row shape. That's a reasonable inference, but since a wrong "Default effort" label would misinform readers about actual out-of-the-box behavior, it's worth a quick confirmation against the client's actual default selection (e.g. the model picker default) before merge, rather than relying solely on precedent-matching with Fable 5.

| 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 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
Expand Down
Loading