Merge pull request #3064 from anomalyco/automation/sync-models-openrouter

chore(sync): update OpenRouter model catalog
This commit is contained in:
Aiden Cline
2026-07-06 15:57:58 -05:00
committed by GitHub
3 changed files with 33 additions and 8 deletions
@@ -7,17 +7,17 @@ attachment = false
reasoning = false
temperature = true
tool_call = false
structured_output = false
structured_output = true
knowledge = "2023-12-31"
open_weights = true
[cost]
input = 0.0509
output = 0.335
input = 0.05
output = 0.33
[limit]
context = 80_000
output = 80_000
context = 131_072
output = 131_072
[modalities]
input = ["text"]
@@ -6,9 +6,9 @@ reasoning_options = []
field = "reasoning_details"
[cost]
input = 0.12
output = 0.48
input = 0
output = 0
[limit]
context = 196_608
context = 8_000
output = 196_608
@@ -0,0 +1,25 @@
name = "Nex-N2-Mini"
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
family = "agi"
release_date = "2026-06-24"
last_updated = "2026-06-24"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true
reasoning_options = []
[cost]
input = 0.025
output = 0.1
cache_read = 0.0025
[limit]
context = 262_144
output = 262_144
[modalities]
input = ["text", "image"]
output = ["text"]