Skip to content

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

Merged
architkumar-truefoundry merged 3 commits into
mainfrom
bot/add-openrouter-openai-gpt-5.6-luna-pro-20260710-000901
Jul 14, 2026
Merged

feat(openrouter/openai/gpt-5.6-luna-pro): add new models [bot]#1725
architkumar-truefoundry merged 3 commits into
mainfrom
bot/add-openrouter-openai-gpt-5.6-luna-pro-20260710-000901

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


Note

Low Risk
Adds declarative model metadata only; no runtime, auth, or application logic changes.

Overview
Adds a new OpenRouter provider entry for openai/gpt-5.6-luna-pro via providers/openrouter/openai/gpt-5.6-luna-pro.yaml (auto-generated by the model-addition agent).

The config marks the model active and serverless, with chat mode, thinking enabled, and standard tool/API features (function calling, JSON/structured output, prompt caching). Pricing includes cache read/create token costs; limits are a 1.05M context window and 128k max output. Inputs support text, image, and PDF; output is text only.

Reviewed by Cursor Bugbot for commit 1ead349. 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-luna-pro success: params:text-text, structured-output:text-text, json-output:text-text:stream, json-output:text-text, tool-call:text-text, tool-call:text-text:stream, structured-output:text-text:stream, params:text-text:stream, reasoning:text-text, reasoning:text-text:stream
Successes (10)

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

Output
The capital of France is Paris.

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

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

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

Output
{"colors":[{"name":"Red","hex":"#FF0000"},{"name":"Green","hex":"#00FF00"},{"name":"Blue","hex":"#0000FF"}]}
VALIDATION: json-output stream SUCCESS

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

Output
{
  "colors": [
    {
      "name": "Red",
      "hex": "#FF0000"
    },
    {
      "name": "Green",
      "hex": "#00FF00"
    },
    {
      "name"
... (truncated, 77 chars omitted)

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

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

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

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

openrouter/openai/gpt-5.6-luna-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-luna-pro — params:text-text:stream (success)

Output
The capital of France is **Paris**.

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

Output
Exponentiation is conventionally evaluated **right to left**, so

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

Step by step:

1. Evaluate t
... (truncated, 440 chars omitted)

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

Output
Exponentiation is conventionally evaluated **right to left**, so

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

Step by step:

\[
3^3=27
\]

T
... (truncated, 406 chars omitted)

@github-actions

Copy link
Copy Markdown
Contributor

/test-models

@architkumar-truefoundry
architkumar-truefoundry merged commit 47d70a9 into main Jul 14, 2026
8 checks passed
@architkumar-truefoundry
architkumar-truefoundry deleted the bot/add-openrouter-openai-gpt-5.6-luna-pro-20260710-000901 branch July 14, 2026 03:56
@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-luna-pro success: params:text-text:stream, tool-call:text-text, json-output:text-text:stream, structured-output:text-text, params:text-text, structured-output:text-text:stream, tool-call:text-text:stream, json-output:text-text, reasoning:text-text, reasoning:text-text:stream
Successes (10)

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

Output
The capital of France is **Paris**.

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

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

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

Output
{
  "colors": [
    {
      "name": "Red",
      "hex": "#FF0000"
    },
    {
      "name": "Green",
      "hex": "#00FF00"
    },
    {
      "name"
... (truncated, 84 chars omitted)

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

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

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

Output
Paris.

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

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

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

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

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

Output
Exponentiation is conventionally evaluated **right to left**, so

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

Step by step:

1. Evaluate t
... (truncated, 460 chars omitted)

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

Output
Exponentiation is conventionally evaluated **right to left**, so

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

Step by step:

\[
3^3=27
\]

... (truncated, 316 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.

3 participants