-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
type: bugSomething isn't working.Something isn't working.
Description
Bug Description
When using Forge with the Bedrock provider, selecting Claude Sonnet 4.5 works correctly. However, selecting Claude Opus 4.6 fails with:
ERROR: ValidationException: The provided model identifier is invalid.
The model identifier being sent is anthropic.claude-opus-4-6-v1:0, but the correct Bedrock model ID is anthropic.claude-opus-4-6-v1 (without the :0 suffix).
Steps to Reproduce
- Configure Forge to use the Bedrock provider
- Set the model to Claude Opus 4.6
- Attempt any prompt
Expected Behavior
Request succeeds using model ID anthropic.claude-opus-4-6-v1
Actual Behavior
Request fails with ValidationException because the :0 suffix is appended to the model ID
Error Logs
Forge Version
2.1.0
Operating System
macOS
OS Version
MacOS Tahoe 26.2
AI Provider
None
Model
claude-opus-4.6
Installation Method
Other
Configuration
I installed forge via `curl -fsSL https://forgecode.dev/cli | sh`Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't working.Something isn't working.