Merge pull request #1860 from bas3line/sync-routing-run-models-2
Sync routing.run model catalog
This commit is contained in:
@@ -13,4 +13,4 @@ output = 3.00
|
||||
|
||||
[limit]
|
||||
context = 202_752
|
||||
output = 202_752
|
||||
output = 65_536
|
||||
|
||||
@@ -13,4 +13,4 @@ output = 3.00
|
||||
|
||||
[limit]
|
||||
context = 202_752
|
||||
output = 202_752
|
||||
output = 65_536
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
name = "MiMo V2.5"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
|
||||
[extends]
|
||||
from = "xiaomi/mimo-v2.5-pro"
|
||||
|
||||
[interleaved]
|
||||
field = "reasoning_content"
|
||||
|
||||
[cost]
|
||||
input = 0.45
|
||||
output = 1.35
|
||||
|
||||
[limit]
|
||||
context = 1_000_000
|
||||
output = 262_144
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image", "video"]
|
||||
output = ["text"]
|
||||
@@ -0,0 +1,18 @@
|
||||
name = "Qwen3.6 27B 202K"
|
||||
attachment = false
|
||||
reasoning = false
|
||||
|
||||
[extends]
|
||||
from = "alibaba/qwen3.6-27b"
|
||||
|
||||
[cost]
|
||||
input = 1.10
|
||||
output = 3.30
|
||||
|
||||
[limit]
|
||||
context = 202_000
|
||||
output = 32_768
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
@@ -1,4 +1,5 @@
|
||||
name = "Qwen3.6 27B"
|
||||
attachment = false
|
||||
reasoning = false
|
||||
|
||||
[extends]
|
||||
@@ -9,9 +10,9 @@ input = 1.10
|
||||
output = 3.30
|
||||
|
||||
[limit]
|
||||
context = 262_144
|
||||
output = 262_144
|
||||
context = 202_000
|
||||
output = 32_768
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image", "video"]
|
||||
input = ["text"]
|
||||
output = ["text"]
|
||||
|
||||
Reference in New Issue
Block a user