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/gateway/configuration-reference.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2301,13 +2301,13 @@ OpenClaw uses the built-in model catalog. Add custom providers via `models.provi
2301
2301
-`models.providers.*.models.*.contextWindow`: native model context window metadata.
2302
2302
-`models.providers.*.models.*.contextTokens`: optional runtime context cap. Use this when you want a smaller effective context budget than the model's native `contextWindow`.
2303
2303
-`models.providers.*.models.*.compat.supportsDeveloperRole`: optional compatibility hint. For `api: "openai-completions"` with a non-empty non-native `baseUrl` (host not `api.openai.com`), OpenClaw forces this to `false` at runtime. Empty/omitted `baseUrl` keeps default OpenAI behavior.
Copy file name to clipboardExpand all lines: docs/help/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -652,7 +652,7 @@ for usage/billing and raise limits as needed.
652
652
</Accordion>
653
653
654
654
<Accordiontitle="Is AWS Bedrock supported?">
655
-
Yes. OpenClaw has a bundled **Amazon Bedrock (Converse)** provider. With AWS env markers present, OpenClaw can auto-discover the streaming/text Bedrock catalog and merge it as an implicit `amazon-bedrock` provider; otherwise you can explicitly enable `models.bedrockDiscovery.enabled` or add a manual provider entry. See [Amazon Bedrock](/providers/bedrock) and [Model providers](/providers/models). If you prefer a managed key flow, an OpenAI-compatible proxy in front of Bedrock is still a valid option.
655
+
Yes. OpenClaw has a bundled **Amazon Bedrock (Converse)** provider. With AWS env markers present, OpenClaw can auto-discover the streaming/text Bedrock catalog and merge it as an implicit `amazon-bedrock` provider; otherwise you can explicitly enable `plugins.entries.amazon-bedrock.config.discovery.enabled` or add a manual provider entry. See [Amazon Bedrock](/providers/bedrock) and [Model providers](/providers/models). If you prefer a managed key flow, an OpenAI-compatible proxy in front of Bedrock is still a valid option.
"help": "Plugin-owned controls for Amazon Bedrock model auto-discovery."
41
+
},
42
+
"discovery.enabled": {
43
+
"label": "Enable Discovery",
44
+
"help": "When false, OpenClaw keeps the Amazon Bedrock plugin available but skips implicit startup discovery. When true, discovery can run even without AWS auth env markers."
45
+
},
46
+
"discovery.region": {
47
+
"label": "Discovery Region",
48
+
"help": "AWS region to use for Bedrock model discovery. Defaults to AWS_REGION, AWS_DEFAULT_REGION, then us-east-1."
49
+
},
50
+
"discovery.providerFilter": {
51
+
"label": "Provider Filter",
52
+
"help": "Optional Bedrock provider-name allowlist for discovery, such as anthropic or amazon."
53
+
},
54
+
"discovery.refreshInterval": {
55
+
"label": "Discovery Refresh Interval (s)",
56
+
"help": "How long to cache Bedrock discovery results in seconds. Set to 0 to disable caching."
57
+
},
58
+
"discovery.defaultContextWindow": {
59
+
"label": "Default Context Window",
60
+
"help": "Fallback context window to assign to discovered Bedrock models."
61
+
},
62
+
"discovery.defaultMaxTokens": {
63
+
"label": "Default Max Tokens",
64
+
"help": "Fallback max output tokens to assign to discovered Bedrock models."
65
+
},
66
+
"guardrail": {
67
+
"label": "Guardrail",
68
+
"help": "Amazon Bedrock Guardrails settings applied to Bedrock model invocations."
0 commit comments