* 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
10 lines
217 B
JSON
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
|
|
}
|
|
}
|