Skip to content

feat(openrouter): update model YAMLs [bot] - #2082

Open
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-openrouter-20260807-022515
Open

feat(openrouter): update model YAMLs [bot]#2082
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/update-openrouter-20260807-022515

Conversation

@models-bot

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

Copy link
Copy Markdown
Contributor

Auto-generated by poc-agent for provider openrouter.


Note

Low Risk
Metadata-only YAML updates with no runtime or routing logic changes.

Overview
Sets status: active on three OpenRouter model definitions so they align with the provider catalog pattern used elsewhere under providers/openrouter/.

Affected models: inclusionai/ling-3.0-flash:free, openai/gpt-5.6-terra, and sakana/fugu-ultra. No pricing, limits, or feature fields change—only lifecycle status metadata after sources.

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

@github-actions

github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

/test-models

@harshiv-26

Copy link
Copy Markdown
Collaborator

Gateway test results

  • Total: 19
  • Passed: 18
  • Failed: 0
  • Validation failed: 0
  • Errored: 0
  • Skipped: 1
  • Success rate: 100.0%
Provider Model Scenarios
openrouter inclusionai/ling-3.0-flash:free skipped: skip-check
openrouter openai/gpt-5.6-terra success: structured-output:text-text:stream, tool-call:text-text, json-output:text-text, structured-output:text-text, params:text-text, json-output:text-text:stream, params:text-text:stream, tool-call:text-text:stream, reasoning:text-text, reasoning:text-text:stream
openrouter sakana/fugu-ultra success: params:text-text, params:text-text:stream, structured-output:text-text:stream, tool-call:text-text:stream, tool-call:text-text, structured-output:text-text, reasoning:text-text:stream, reasoning:text-text
Successes (18)

openrouter/openai/gpt-5.6-terra — 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 — tool-call:text-text (success)

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

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

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

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

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

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

Output
The capital of France is Paris.

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

Output
{
  "colors": [
    { "name": "Red", "hex": "#FF0000" },
    { "name": "Green", "hex": "#00FF00" },
    { "name": "Blue", "hex": "#0000FF" }
  ]
}
VAL
... (truncated, 36 chars omitted)

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

Output
The capital of France is Paris.

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

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

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

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

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

Compute from the top/right:

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

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

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

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

Work from the top/rightmost exponent:

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

openrouter/sakana/fugu-ultra — params:text-text (success)

Output
The capital of France is Paris.

openrouter/sakana/fugu-ultra — params:text-text:stream (success)

Output
The capital of France is Paris.

openrouter/sakana/fugu-ultra — structured-output:text-text:stream (success)

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

openrouter/sakana/fugu-ultra — tool-call:text-text:stream (success)

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

openrouter/sakana/fugu-ultra — tool-call:text-text (success)

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

openrouter/sakana/fugu-ultra — structured-output:text-text (success)

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

openrouter/sakana/fugu-ultra — reasoning:text-text:stream (success)

Output
Assuming `^` means exponentiation, the standard mathematical convention is that powers are evaluated **right-to-left**:

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

... (truncated, 848 chars omitted)

openrouter/sakana/fugu-ultra — reasoning:text-text (success)

Output
By the usual convention, exponentiation is evaluated **right-to-left**, so

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

Now calculate from the top down:

1. Top 
... (truncated, 656 chars omitted)
Skipped (1)

openrouter/inclusionai/ling-3.0-flash:free — skip-check (skipped)

Skip reason
Paid version tested, skipping the free version due to rate limits

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