Closed statefb closed 3 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?
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
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
us
andeu
only)aws bedrock list-inference-profiles --profile <profile-name>
enableBedrockCrossRegionInference
option tocdk.json
with the default value false?bedrockRegion
is not included in the supported region, model id without cross region inference should be chosen. Also warning log should be added.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?