I'm trying to use Retool AI with Bedrock, but I cannot make it work as it requires cross region inference support. Meaning that the model name should be us.anthropic.claude... instead of anthropic.claude... (with 'us.' prefix).
With the prefix it raises Retool issue: Dynamic model "us.anthropic.claude..." is not supported for Retool AI provider "awsbedrock".
Without prefix it is failing in Bedrock with Invocation of model ID anthropic.claude... with on-demand throughput isnβt supported. Retry your request with the ID or ARN of an inference profile that contains this model.
Is there any way to solve it with existing functionality? Or it requires additional support from the Retool side?
Currently, Retool AI does not support cross-region inference using prefixed model names like us.anthropic.claude... for the AWS Bedrock provider. This limitation causes issues when invoking models that require region-specific prefixes or inference profiles. To resolve this, Retool would need to add support for specifying inference profiles or regional model IDs. As a workaround, consider deploying Retool in the same AWS region as the model or reach out to Retool support to request this feature. Until official support is added, there's no direct solution within existing Retool functionality for cross-region Bedrock inference.