Skip to content

feat(openrouter/nex-agi/nex-n2-mini): add new models [bot]#1701

Open
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-openrouter-nex-agi-nex-n2-mini-20260707-000756
Open

feat(openrouter/nex-agi/nex-n2-mini): add new models [bot]#1701
models-bot[bot] wants to merge 2 commits into
mainfrom
bot/add-openrouter-nex-agi-nex-n2-mini-20260707-000756

Conversation

@models-bot

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

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for openrouter/nex-agi/nex-n2-mini.


Note

Low Risk
Metadata-only addition of a model definition YAML; no application or routing logic is modified.

Overview
Adds a new OpenRouter provider catalog file for nex-agi/nex-n2-mini, registering the model as active with serverless provisioning.

The entry defines token pricing (including prompt-cache read cost), a 262144 context and max output window, text + image input, chat mode, and capabilities such as function calling, JSON/structured output, prompt caching, and thinking. Default sampling params (temperature, top_p, top_k) are included, with OpenRouter as the source link.

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

@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 1 potential issue.

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 8f274cd. Configure here.

Comment thread providers/openrouter/nex-agi/nex-n2-mini.yaml
@github-actions

github-actions Bot commented Jul 7, 2026

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 nex-agi/nex-n2-mini success: tool-call:text-text, json-output:text-text:stream, structured-output:text-text, json-output:text-text, params:text-text, params:text-text:stream, tool-call:text-text:stream, structured-output:text-text:stream, reasoning:text-text:stream, reasoning:text-text
Successes (10)

openrouter/nex-agi/nex-n2-mini — tool-call:text-text (success)

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

openrouter/nex-agi/nex-n2-mini — json-output:text-text:stream (success)

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

openrouter/nex-agi/nex-n2-mini — structured-output:text-text (success)

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

openrouter/nex-agi/nex-n2-mini — json-output:text-text (success)

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

openrouter/nex-agi/nex-n2-mini — params:text-text (success)

Output
The capital of France is Paris.

openrouter/nex-agi/nex-n2-mini — params:text-text:stream (success)

Output
The capital of France is Paris.

openrouter/nex-agi/nex-n2-mini — tool-call:text-text:stream (success)

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

openrouter/nex-agi/nex-n2-mini — structured-output:text-text:stream (success)

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

openrouter/nex-agi/nex-n2-mini — reasoning:text-text:stream (success)

Output
Using the standard convention for exponent towers, exponentiation is evaluated **right-to-left**:

\[
3^{3^{3^3}} = 3^{\left(3^{\left(3^3\right)}\righ
... (truncated, 674 chars omitted)

openrouter/nex-agi/nex-n2-mini — reasoning:text-text (success)

Output
Using the standard convention that exponentiation associates **right-to-left**:

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

Step by step:

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