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?