Skip to content

Conversation

mattgillard
Copy link
Contributor

This week AWS added a new cross region inference profile for sonnet 4.5 in Australia only (split across Sydney and Melbourne). This PR adds this logic to deal with it.
I tested it locally and it works fine (existing "ap" logic is unchanged just moved to the else statement).

@mattgillard
Copy link
Contributor Author

aws bedrock list-inference-profiles --query "inferenceProfileSummaries[?contains(inferenceProfileName, 'AU')]"

[
    {
        "inferenceProfileName": "AU AU Anthropic Claude Sonnet 4.5",
        "description": "Routes requests to AU Anthropic Claude Sonnet 4.5 in ap-southeast-2 and ap-southeast-4.",
        "createdAt": "2025-10-03T21:19:52+00:00",
        "updatedAt": "2025-10-03T21:19:52+00:00",
        "inferenceProfileArn": "arn:aws:bedrock:ap-southeast-2:1234567890:inference-profile/au.anthropic.claude-sonnet-4-5-20250929-v1:0",
        "models": [
            {
                "modelArn": "arn:aws:bedrock:ap-southeast-2::foundation-model/anthropic.claude-sonnet-4-5-20250929-v1:0"
            },
            {
                "modelArn": "arn:aws:bedrock:ap-southeast-4::foundation-model/anthropic.claude-sonnet-4-5-20250929-v1:0"
            }
        ],
        "inferenceProfileId": "au.anthropic.claude-sonnet-4-5-20250929-v1:0",
        "status": "ACTIVE",
        "type": "SYSTEM_DEFINED"
    }
]

@rekram1-node
Copy link
Collaborator

mind resolving merge conflict?

@mattgillard
Copy link
Contributor Author

mind resolving merge conflict?

this is done!

Copy link
Contributor Author

@mattgillard mattgillard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Conflict resolved

@rekram1-node rekram1-node merged commit e29d1d3 into sst:dev Oct 15, 2025
3 checks passed
@rekram1-node
Copy link
Collaborator

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants