[Feat] Add GPT-5.6 Sol to Amazon Bedrock - #1575
zoomote[bot] wants to merge 1 commit into
Conversation
Review statusThis PR was opened by an automated account. A human maintainer must verify the change intent, provenance, and validation before merging. Current step: Required CI passed. Waiting for automated review of the latest commit. If automated review does not start, a maintainer must restart it. Review-state labels are managed by this workflow; do not edit them manually. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
What changed
Why this change was made
Zoo Code's Bedrock provider already uses the Converse API supported by GPT-5.6 Sol, but the model was absent from the shared catalog. Selecting its model ID manually therefore fell back to unrelated default Claude metadata, and the model was unavailable in provider settings.
Closes #1572.
Impact
Users can select GPT-5.6 Sol in Amazon Bedrock settings and route requests through
us.openai.gpt-5.6-solorglobal.openai.gpt-5.6-solusing the existing inference controls. No documentation update is required because the model picker and controls are generated from the shared catalog.