feat(aws-bedrock-mantle/anthropic.claude-haiku-4-5): add new models [bot]#1450
Conversation
|
/test-models |
Gateway test results
Failures (10)
Error
Error
Error
Error
Error
Error
Error
Error
Error
Error |
|
/test-models |
Gateway test results
Successes (8)
Output
Output
Output
Output
Output
Output
Output
Output |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0e9b32c. Configure here.
| region: ap-northeast-1 | ||
| features: | ||
| - function_calling | ||
| - parallel_function_calling |
There was a problem hiding this comment.
Incorrect parallel_function_calling feature flag for Bedrock Haiku
High Severity
The parallel_function_calling feature is listed but no existing AWS Bedrock configuration for any Haiku model includes this feature. Across the entire aws-bedrock provider, parallel_function_calling only appears on Opus and Fable models. This flag was likely copied from the direct Anthropic API definition (anthropic/claude-haiku-4-5.yaml) rather than the Bedrock-specific configurations. This mismatch may cause the gateway to attempt parallel tool calls that the Bedrock endpoint doesn't support, contributing to the 0% test pass rate.
Reviewed by Cursor Bugbot for commit 0e9b32c. Configure here.
| - cache_control | ||
| - system_messages | ||
| - tool_choice | ||
| # - structured_output is not supported |
There was a problem hiding this comment.
Missing structured_output feature despite Bedrock support
Medium Severity
The comment claims structured_output is "not supported," but the equivalent model in aws-bedrock (eu.anthropic.claude-haiku-4-5-20251001-v1:0.yaml) and the direct Anthropic API version both include structured_output as a supported feature. This omission may prevent the gateway from correctly offering structured output capabilities for this model.
Reviewed by Cursor Bugbot for commit 0e9b32c. Configure here.


Auto-generated by model-addition-agent for
aws-bedrock-mantle/anthropic.claude-haiku-4-5.Note
Low Risk
Catalog-only YAML addition with no runtime or auth changes; incorrect pricing or limits would affect routing/cost display only.
Overview
Adds a new aws-bedrock-mantle provider definition for
anthropic.claude-haiku-4-5, registering it as an active serverless chat model with extended thinking enabled.The entry includes per-region token pricing (including prompt-cache and batch rates) for five regions, 200k / 64k input/output limits, text and image inputs, and capability flags such as tool use and prompt caching. Structured output is explicitly marked as unsupported in the feature list.
Reviewed by Cursor Bugbot for commit 0e9b32c. Bugbot is set up for automated code reviews on this repo. Configure here.