diff --git a/src/content/docs/agent-platform/inference/model-choice.mdx b/src/content/docs/agent-platform/inference/model-choice.mdx index 73eda8e4..407d5f0e 100644 --- a/src/content/docs/agent-platform/inference/model-choice.mdx +++ b/src/content/docs/agent-platform/inference/model-choice.mdx @@ -57,15 +57,20 @@ 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-high` | Default effort | +| Claude Fable 5 | `claude-5-fable-xhigh` | Extra high effort | +| Claude Fable 5 | `claude-5-fable-max` | Max effort | | Claude Sonnet 5 | `claude-5-sonnet-xhigh` | Default effort | | Claude Sonnet 5 | `claude-5-sonnet-high` | High effort | | Claude Sonnet 5 | `claude-5-sonnet-max` | Max effort | | Claude Opus 4.8 | `claude-4-8-opus-xhigh` | Default effort | | Claude Opus 4.8 | `claude-4-8-opus-high` | High effort | | Claude Opus 4.8 | `claude-4-8-opus-max` | Max effort | +| Claude Opus 4.8 | `claude-4-8-opus-xhigh-fast` | Fast mode | | 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 | +| Claude Opus 4.7 | `claude-4-7-opus-xhigh-fast` | Fast mode | | Claude Opus 4.6 | `claude-4-6-opus-high` | Default effort | | Claude Opus 4.6 | `claude-4-6-opus-max` | Max effort | | Claude Sonnet 4.6 | `claude-4-6-sonnet-high` | Default effort | @@ -76,18 +81,9 @@ 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