You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add AWS icon for Bedrock models in chat (reusing existing aws.svg)
- Parse Bedrock model names (e.g., global.anthropic.claude-sonnet-4-5-20250929-v1:0 β Sonnet 4.5)
- Handle both old (claude-3-5-sonnet) and new (claude-sonnet-4-5) naming formats
- Show Bedrock-specific configuration help in Settings instead of API Key/Base URL fields
- Add /provider bedrock suggestions with region, bedrockApiKey, accessKeyId, secretAccessKey
- Support bedrockApiKey in providers.jsonc (maps to AWS_BEARER_TOKEN_BEDROCK)
_Generated with mux_
Model IDs follow the Bedrock format: `[region.]vendor.model-name-version`. mux automatically parses these for display (e.g., `us.anthropic.claude-sonnet-4-20250514-v1:0` displays as "Sonnet 4").
184
+
185
+
**Authentication Options:**
186
+
187
+
Bedrock supports multiple authentication methods, tried in order:
188
+
189
+
1.**Bearer Token** (simplest) β A single API key for Bedrock access
190
+
2.**Explicit Credentials** β Access Key ID + Secret Access Key in config
0 commit comments