chore(sync): update OpenRouter model catalog
This commit is contained in:
@@ -13,7 +13,6 @@ open_weights = false
|
||||
[cost]
|
||||
input = 0.26
|
||||
output = 0.78
|
||||
cache_write = 0.325
|
||||
|
||||
[limit]
|
||||
context = 1_000_000
|
||||
|
||||
@@ -12,7 +12,6 @@ open_weights = false
|
||||
[cost]
|
||||
input = 0.065
|
||||
output = 0.26
|
||||
cache_write = 0.08125
|
||||
|
||||
[limit]
|
||||
context = 1_000_000
|
||||
|
||||
@@ -13,7 +13,6 @@ open_weights = false
|
||||
[cost]
|
||||
input = 0.26
|
||||
output = 1.56
|
||||
cache_write = 0.325
|
||||
|
||||
[limit]
|
||||
context = 1_000_000
|
||||
|
||||
@@ -12,6 +12,7 @@ open_weights = false
|
||||
[cost]
|
||||
input = 0.3
|
||||
output = 1.8
|
||||
cache_write = 0.375
|
||||
|
||||
[limit]
|
||||
context = 1_000_000
|
||||
|
||||
@@ -12,10 +12,11 @@ open_weights = true
|
||||
[cost]
|
||||
input = 0.15
|
||||
output = 1
|
||||
cache_read = 0.05
|
||||
|
||||
[limit]
|
||||
context = 262_140
|
||||
output = 262_140
|
||||
context = 262_144
|
||||
output = 262_144
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image", "video"]
|
||||
|
||||
@@ -10,9 +10,10 @@ structured_output = true
|
||||
open_weights = false
|
||||
|
||||
[cost]
|
||||
input = 2.5
|
||||
output = 7.5
|
||||
cache_write = 3.125
|
||||
input = 1.25
|
||||
output = 3.75
|
||||
cache_read = 0.25
|
||||
cache_write = 1.5625
|
||||
|
||||
[limit]
|
||||
context = 1_000_000
|
||||
|
||||
@@ -4,16 +4,15 @@ structured_output = false
|
||||
|
||||
[extends]
|
||||
from = "zai/glm-4.5-air"
|
||||
omit = ["cost.cache_write"]
|
||||
omit = ["cost.cache_read", "cost.cache_write"]
|
||||
|
||||
[cost]
|
||||
input = 0.13
|
||||
output = 0.85
|
||||
cache_read = 0.025
|
||||
input = 0.125
|
||||
output = 0.84
|
||||
|
||||
[limit]
|
||||
context = 131_072
|
||||
output = 98_304
|
||||
context = 131_070
|
||||
output = 131_070
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
|
||||
Reference in New Issue
Block a user