aws-samples / bedrock-claude-chat

AWS-native chatbot using Bedrock + Claude (+Mistral)
MIT No Attribution
828 stars 305 forks source link

[Feature Request] Cross Region Inference #535

Open statefb opened 2 weeks ago

statefb commented 2 weeks ago

Describe the solution you'd like

Some region does not support some models.

Why the solution needed

To enable inference for unsupported regions.

Additional context

Implementation guideline

Related PR: #531 (reverted) Related Issues: #508, #527

Implementation feasibility

Are you willing to discuss the solution with us, decide on the approach, and assist with the implementation?

juan-abia commented 2 weeks ago

If I do cross region inference I get this error: Provider eu model does not support chat.

Any idea how to solve it?

axelpina commented 2 weeks ago

If I do cross region inference I get this error: Provider eu model does not support chat.

Any idea how to solve it?

There's a PR with a fix in progress but it hasn't been merged: https://github.com/aws-samples/bedrock-claude-chat/pull/536