mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 20:20:42 +00:00
docs(providers/bedrock): document Opus 4.7 temperature omission
For 771846c5fa: docs/providers/bedrock.md "Advanced configuration" now
includes a "Claude Opus 4.7 temperature" accordion describing that
OpenClaw automatically omits `temperature` for Opus 4.7 Bedrock refs
(foundation model ids, named profiles, application inference profiles
whose underlying model resolves to Opus 4.7, and dotted `opus-4.7`
variants with regional prefixes), since Bedrock rejects the parameter on
that model. The fix has no user-facing knob, but Opus 4.7 Bedrock users
need to know the request shape changes silently.
This commit is contained in:
@@ -256,6 +256,17 @@ openclaw models list
|
||||
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Claude Opus 4.7 temperature">
|
||||
Bedrock rejects the `temperature` parameter for Claude Opus 4.7. OpenClaw
|
||||
omits `temperature` automatically for any Opus 4.7 Bedrock ref, including
|
||||
foundation model ids, named inference profiles, application inference
|
||||
profiles whose underlying model resolves to Opus 4.7 via
|
||||
`bedrock:GetInferenceProfile`, and dotted `opus-4.7` variants with
|
||||
optional region prefixes (`us.`, `eu.`, `ap.`, `apac.`, `au.`, `jp.`,
|
||||
`global.`). No config knob is required, and the omission applies to both
|
||||
the request options object and the `inferenceConfig` payload field.
|
||||
</Accordion>
|
||||
|
||||
<Accordion title="Guardrails">
|
||||
You can apply [Amazon Bedrock Guardrails](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails.html)
|
||||
to all Bedrock model invocations by adding a `guardrail` object to the
|
||||
|
||||
Reference in New Issue
Block a user