-
Notifications
You must be signed in to change notification settings - Fork 3
feat(aws-bedrock/eu.anthropic.claude-sonnet-5): add new models [bot] #1705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,39 @@ | ||
| costs: | ||
| - region: eu-west-3 | ||
| - region: eu-west-2 | ||
| - region: eu-west-1 | ||
| - region: eu-south-2 | ||
| - region: eu-south-1 | ||
| - region: eu-north-1 | ||
| - region: eu-central-2 | ||
| - region: eu-central-1 | ||
| features: | ||
| - function_calling | ||
| - parallel_function_calling | ||
| - tool_choice | ||
| - system_messages | ||
| - prompt_caching | ||
| - cache_control | ||
| - structured_output | ||
| - assistant_prefill | ||
| - json_output | ||
| limits: | ||
| context_window: 1000000 | ||
| max_output_tokens: 128000 | ||
| max_tokens: 128000 | ||
| modalities: | ||
| input: | ||
| - text | ||
| - image | ||
| output: | ||
| - text | ||
| mode: chat | ||
| model: eu.anthropic.claude-sonnet-5 | ||
|
cursor[bot] marked this conversation as resolved.
|
||
| provisioning: serverless | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing unsupported parameter removalMedium Severity The profile has no Reviewed by Cursor Bugbot for commit 9673182. Configure here. |
||
| sources: | ||
| - https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-anthropic-claude-sonnet-5.html | ||
| - https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html | ||
| status: active | ||
| supportedModes: | ||
| - chat | ||
| thinking: true | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing max_tokens param override
Medium Severity
limitsallow 128000 output tokens, but there is no model-levelparamsentry formax_tokens. Provider defaults capmax_tokensat 2048, so tooling can under-report or clamp requests for this model.Reviewed by Cursor Bugbot for commit 9673182. Configure here.