mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Support Claude 4.5 sonnet Japan Cross-region inference in Bedrock plugin #682
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @yosse95ai on GitHub (Sep 30, 2025).
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
We want to use Claude Sonnet 4.5 model with Bedrock plugin.
https://marketplace.dify.ai/plugins/langgenius/bedrock?source=https%253A%252F%252Fd2ujwsmqy99zic.cloudfront.net&language=ja-JP&theme=light
I know Claude plugin can use Claude Sonnet 4.5 by #1788
In addition, we want to use Japan cross region inference mode with Claude Sonnet 4.5 (modelId:
jp.anthropic.claude-sonnet-4-5-20250929-v1:0) in Dify.2. Additional context or comments
Similar issue is https://github.com/langgenius/dify-official-plugins/issues/1788
3. Can you help us with this feature?
@yosse95ai commented on GitHub (Oct 14, 2025):
I understand that in Bedrock Plugin 0.0.40, Claude Sonnet 4.5 is available, but we cannot select the cross-region inference type as either Global or JP.
Dify users want to select JP or Global.
@yosse95ai commented on GitHub (Oct 14, 2025):
I attempted to add the model directly from the settings screen, but an error occurred. My Dify environment is deployed on an ECS instance with access to Bedrock. (by dify-self-hosted-on-aws)
p.s. This approach is correct!
@yosse95ai commented on GitHub (Oct 14, 2025):
I added
bedrock:GetInferenceProfilein task definition role of ApiTask. It was working!@yosse95ai commented on GitHub (Oct 14, 2025):
However, I think it would be better if you could select the inference profile in the Bedrock plugin node on the studio screen.
@dosubot[bot] commented on GitHub (Nov 1, 2025):
Hi, @yosse95ai. I'm Dosu, and I'm helping the dify-official-plugins team manage their backlog and am marking this issue as stale.
Issue Summary:
bedrock:GetInferenceProfilepermission, which resolved the issue.Next Steps:
Thank you for your understanding and contribution!