Skip to content

feat(openrouter/openai/gpt-5.6-terra-pro): add new models [bot]#1727

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-openrouter-openai-gpt-5.6-terra-pro-20260710-000907
Open

feat(openrouter/openai/gpt-5.6-terra-pro): add new models [bot]#1727
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-openrouter-openai-gpt-5.6-terra-pro-20260710-000907

Conversation

@models-bot

@models-bot models-bot Bot commented Jul 10, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for openrouter/openai/gpt-5.6-terra-pro.


Note

Low Risk
Metadata-only addition with no runtime or application logic changes; incorrect pricing or limits would only affect routing/cost display until corrected.

Overview
Registers OpenRouter model openai/gpt-5.6-terra-pro via a new provider YAML (auto-generated by the model-addition agent).

The entry defines chat mode, serverless provisioning, token pricing (including prompt-cache read/create), a ~1.05M context window, 128k max output, multimodal inputs (text, image, PDF), tool/function-calling features, and thinking support, with source link to OpenRouter.

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

@github-actions

Copy link
Copy Markdown
Contributor

/test-models

@harshiv-26

Copy link
Copy Markdown
Collaborator

Gateway test results

  • Total: 10
  • Passed: 10
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 0
  • Success rate: 100.0%
Provider Model Scenarios
openrouter openai/gpt-5.6-terra-pro success: params:text-text:stream, tool-call:text-text, structured-output:text-text:stream, json-output:text-text:stream, params:text-text, structured-output:text-text, tool-call:text-text:stream, json-output:text-text, reasoning:text-text, reasoning:text-text:stream
Successes (10)

openrouter/openai/gpt-5.6-terra-pro — params:text-text:stream (success)

Output
The capital of France is Paris.

openrouter/openai/gpt-5.6-terra-pro — tool-call:text-text (success)

Output
Function: get_weather
Arguments: {"location":"London"}
VALIDATION: tool-call SUCCESS

openrouter/openai/gpt-5.6-terra-pro — structured-output:text-text:stream (success)

Output
{"name":"Science fair","date":"Friday","participants":["Alice","Bob"]}
VALIDATION: structured-output stream SUCCESS

openrouter/openai/gpt-5.6-terra-pro — json-output:text-text:stream (success)

Output
{"red":"#FF0000","green":"#00FF00","blue":"#0000FF"}
VALIDATION: json-output stream SUCCESS

openrouter/openai/gpt-5.6-terra-pro — params:text-text (success)

Output
The capital of France is Paris.

openrouter/openai/gpt-5.6-terra-pro — structured-output:text-text (success)

Output
{"name":"Science fair","date":"Friday","participants":["Alice","Bob"]}
VALIDATION: structured-output SUCCESS

openrouter/openai/gpt-5.6-terra-pro — tool-call:text-text:stream (success)

Output
{"location":"London"}
VALIDATION: tool-call stream SUCCESS

openrouter/openai/gpt-5.6-terra-pro — json-output:text-text (success)

Output
{"red":"#FF0000","green":"#00FF00","blue":"#0000FF"}
VALIDATION: json-output SUCCESS

openrouter/openai/gpt-5.6-terra-pro — reasoning:text-text (success)

Output
Exponentiation is conventionally evaluated **right to left**:

\[
3^3^3^3 = 3^{(3^{(3^3)})}.
\]

Work from the top/right:

\[
3^3 = 27
\]

\[
3^{27} =
... (truncated, 549 chars omitted)

openrouter/openai/gpt-5.6-terra-pro — reasoning:text-text:stream (success)

Output
Exponentiation is evaluated **right to left**:

\[
3^{3^{3^3}} = 3^{\left(3^{(3^3)}\right)}
\]

Step by step:

1. Compute the top exponent:

\[
3^3 = 
... (truncated, 583 chars omitted)

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