-
Notifications
You must be signed in to change notification settings - Fork 363
Qwen3 model #1311
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
Qwen3 model #1311
Conversation
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.
There is a problem with the operation check
kazuhitogo
left a comment
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.
There is a problem with the operation check
|
Adjusted their maxTokens parameters based on actual testing to ensure they all work correctly. The token limits were verified through systematic testing with AWS Bedrock:
All models have been tested and confirmed working with these configurations. Note: The lower token limit for qwen3-coder-480b-a35b was determined through direct Bedrock API testing. The reason for this limitation is currently unknown. |
kazuhitogo
left a comment
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.
LGTM, Thank you.

Description of Changes
This PR adds support for Qwen3 model (
qwen.qwen3-235b-a22b-2507-v1:0,qwen.qwen3-32b-v1:0,qwen.qwen3-coder-480b-a35b-v1:0,qwen.qwen3-coder-30b-a3b-v1:0, ) to the Generative AI Use Cases application.Changes include:
packages/cdk/lambda/utils/models.ts)packages/common/src/application/model.ts)MODEL_FEATURE.TEXT_DOC)docs/*/DEPLOY_OPTION.md)us-west-2region specificationImpact on existing users:
Checklist
npm run cdk:testand if there are snapshot differences, executenpm run cdk:test:update-snapshotto update snapshotsRelated Issues
N/A