You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/providers/anthropic.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,12 @@ Anthropic's current public docs:
160
160
</Tab>
161
161
</Tabs>
162
162
163
-
## Thinking defaults (Claude 4.8 and 4.6)
163
+
## Thinking defaults (Claude Fable 5, 4.8, and 4.6)
164
+
165
+
`anthropic/claude-fable-5` always uses adaptive thinking and defaults to `high`
166
+
effort. Because Anthropic does not allow thinking to be disabled for this model,
167
+
`/think off` and `/think minimal` use `low` effort. OpenClaw also omits custom
168
+
temperature values for Fable 5 requests.
164
169
165
170
Claude Opus 4.8 keeps thinking off by default in OpenClaw. When you explicitly enable adaptive thinking with `/think high|xhigh|max`, OpenClaw sends Anthropic's Opus 4.8 effort values; Claude 4.6 models default to `adaptive`.
adaptive thinking, and supported effort mapping. `/think off` and
318
+
`/think minimal` map to `low`; unsupported temperature and forced tool
319
+
choice controls are omitted. Streaming output is held until Bedrock
320
+
returns a terminal status so mid-stream refusals do not expose partial text.
321
+
Fable supports only the standard service tier; OpenClaw ignores configured
322
+
`flex`, `priority`, and `reserved` tiers for this model.
323
+
324
+
AWS requires an explicit `provider_data_share` data-retention opt-in before
325
+
Fable is available. Prompts and completions are shared with Anthropic and
326
+
retained for up to 30 days for trust and safety. Review and configure
327
+
[Bedrock data retention](https://docs.aws.amazon.com/bedrock/latest/userguide/data-retention.html)
328
+
before enabling the model.
329
+
330
+
</Accordion>
331
+
313
332
<Accordiontitle="Guardrails">
314
333
You can apply [Amazon Bedrock Guardrails](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html)
315
334
to all Bedrock model invocations by adding a `guardrail` object to the
0 commit comments