Skip to content

Conversation

ShotaroKataoka
Copy link
Contributor

Description of Changes

This PR adds support for DeepSeek V3 model (deepseek.v3-v1:0) to the Generative AI Use Cases application.

Note: Special thanks to @lastshogun13 for graciously allowing us to proceed with this PR as part of our onboarding process (#1310).

Changes include:

  • Added deepseek.v3-v1:0 to model definitions in packages/cdk/lambda/utils/models.ts
  • Added model metadata in packages/common/src/application/model.ts
  • Updated deployment option documentation (EN, JA, KO) in docs/*/DEPLOY_OPTION.md

Impact on existing users:

  • No breaking changes
  • New model option available for users who have enabled DeepSeek V3 in their AWS Bedrock account

Checklist

  • Modified relevant documentation
  • Verified operation in local environment
  • Executed npm run cdk:test and if there are snapshot differences, execute npm run cdk:test:update-snapshot to update snapshots

Related Issues

Related to #1310

- Added deepseek.v3-v1:0 to model definitions
- Updated documentation (EN, JA, KO)
This solution supports the following text generation models:

```
"deepseek.v3-v1:0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please place it one level above us.deepseek.r1-v1:0, not here.

このソリューションが対応しているテキスト生成モデルは以下です。

```
"deepseek.v3-v1:0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please place it one level above us.deepseek.r1-v1:0, not here.

이 솔루션은 다음 텍스트 생성 모델을 지원합니다:

```
"deepseek.v3-v1:0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please place it one level above us.deepseek.r1-v1:0, not here.

@lastshogun13 lastshogun13 mentioned this pull request Oct 11, 2025
3 tasks
@tbrand tbrand merged commit 855950e into aws-samples:main Oct 14, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants