Files
letta-server/tests/model_settings/bedrock-claude-4-5-opus.json
Ari Webb 9dbf428c1f feat: enable bedrock for anthropic models (#8847)
* feat: enable bedrock for anthropic models

* parallel tool calls in ade

* attempt add to ci

* update tests

* add env vars

* hardcode region

* get it working

* debugging

* add bedrock extra

* default env var [skip ci]

* run ci

* reasoner model update

* secrets

* clean up log

* clean up
2026-01-19 15:54:44 -08:00

10 lines
217 B
JSON

{
"handle": "bedrock/us.anthropic.claude-opus-4-5-20251101-v1:0",
"model_settings": {
"provider_type": "bedrock",
"temperature": 1.0,
"max_output_tokens": 16000,
"parallel_tool_calls": false
}
}