Skip to content

feat(aws-bedrock/global.openai.gpt-5.6-sol): add new models [bot] - #2198

Open
models-bot[bot] wants to merge 3 commits into
mainfrom
bot/add-aws-bedrock-global.openai.gpt-5.6-sol-20260820-091652
Open

feat(aws-bedrock/global.openai.gpt-5.6-sol): add new models [bot]#2198
models-bot[bot] wants to merge 3 commits into
mainfrom
bot/add-aws-bedrock-global.openai.gpt-5.6-sol-20260820-091652

Conversation

@models-bot

@models-bot models-bot Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for aws-bedrock/global.openai.gpt-5.6-sol.


Note

Low Risk
Declarative model catalog YAML only; no runtime, auth, or billing-code changes.

Overview
Adds a new AWS Bedrock model definition for global.openai.gpt-5.6-sol.

The catalog entry covers serverless chat/responses with thinking, function calling, prompt caching, and text+image input. Limits are a 1M context window and 128k max output. Per-region token costs include cache read/write and cumulative tiered pricing above 272k tokens, plus a reasoning_effort param (default medium).

Reviewed by Cursor Bugbot for commit 7c6ed90. Bugbot is set up for automated code reviews on this repo. Configure here.

Comment thread providers/aws-bedrock/global.openai.gpt-5.6-sol.yaml
@github-actions

Copy link
Copy Markdown
Contributor

/test-models

@github-actions

Copy link
Copy Markdown
Contributor

/test-models

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 7c6ed90. Configure here.

- high
- xhigh
- max
type: string

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Missing max_tokens param override

Medium Severity

limits now advertise max_tokens / max_output_tokens of 128000, but params only declares reasoning_effort. The model still inherits the provider default max_tokens maxValue of 2048 from default.yaml, so callers merging defaults with model params can reject valid requests up to the real 128k output limit. Comparable high-output Bedrock models and the native OpenAI gpt-5.6-sol entry override the token param maxValue to match their limits.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7c6ed90. Configure here.

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.

1 participant