feat(openrouter/openai/gpt-5.6-terra): add new models [bot]#1728
feat(openrouter/openai/gpt-5.6-terra): add new models [bot]#1728models-bot[bot] wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 964f4f4. Configure here.
| cache_read_input_token_cost: 2.5e-7 | ||
| input_cost_per_token: 2.5e-6 | ||
| output_cost_per_token: 1.5e-5 | ||
| region: "*" |
There was a problem hiding this comment.
Missing long-context tiered pricing
Medium Severity
The costs entry only lists base per-token rates, but gpt-5.6-terra uses cumulative long-context pricing above 272k tokens (as in providers/openai/gpt-5.6-terra.yaml and providers/openrouter/openai/gpt-5.4.yaml). With a 1.05M context_window, spend estimates for large prompts can be materially wrong.
Reviewed by Cursor Bugbot for commit 964f4f4. Configure here.
|
/test-models |
Gateway test results
Successes (10)
Output
Output
Output
Output
Output
Output
Output
Output
Output
Output |


Auto-generated by model-addition-agent for
openrouter/openai/gpt-5.6-terra.Note
Low Risk
Declarative model metadata only; no runtime, auth, or application logic changes.
Overview
Adds a new OpenRouter provider definition for
openai/gpt-5.6-terraatproviders/openrouter/openai/gpt-5.6-terra.yaml, following the existing catalog pattern (auto-generated by model-addition-agent).The entry registers chat mode with thinking enabled, 1.05M context and 128k max output, pdf/image/text inputs, and standard tool features (function calling, JSON/structured output, prompt caching). Pricing includes per-token input/output plus cache read/create costs, with OpenRouter as the source URL.
Reviewed by Cursor Bugbot for commit cd9cd5d. Bugbot is set up for automated code reviews on this repo. Configure here.