Skip to content

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

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

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

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-luna.


Note

Low Risk
Catalog-only YAML for a new Bedrock model; no runtime, auth, or billing-code changes.

Overview
Adds Bedrock model catalog entry global.openai.gpt-5.6-luna with per-region token costs (including cache and cumulative tiered pricing from 272k tokens), a ~1.05M context window, chat/responses modes, thinking, and reasoning_effort.

Supports text/image input, tools, JSON output, and prompt caching as serverless.

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

Comment thread providers/aws-bedrock/global.openai.gpt-5.6-luna.yaml
@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 2 potential issues.

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 5e54ca8. Configure here.

supportedModes:
- chat
- responses
thinking: true

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Inherited max tokens cap too low

High Severity

limits advertise 128000 max output, but this file never overrides max_tokens. Provider default.yaml therefore keeps maxValue: 2048, so callers inherit a cap far below what global.openai.gpt-5.6-luna actually supports.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5e54ca8. Configure here.

- tool_choice
- system_messages
- json_output
- prompt_caching

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 structured output feature

Medium Severity

features omits structured_output even though sibling GPT-5.6 Luna configs (openai, Azure, Databricks, and aws-bedrock-mantle) declare it and this model lists responses in supportedModes.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 5e54ca8. Configure here.

@github-actions

Copy link
Copy Markdown
Contributor

/test-models

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