chore(sync): update OpenRouter model catalog (#5245)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
04d021546b
commit
87ea5d2529
@@ -15,13 +15,13 @@ open_weights = true
|
||||
type = "toggle"
|
||||
|
||||
[cost]
|
||||
input = 0.25
|
||||
output = 0.95
|
||||
cache_read = 0.13
|
||||
input = 0.55
|
||||
output = 1.65
|
||||
cache_read = 0.55
|
||||
|
||||
[limit]
|
||||
context = 163_840
|
||||
output = 32_768
|
||||
output = 161_000
|
||||
|
||||
[modalities]
|
||||
input = ["text"]
|
||||
|
||||
@@ -5,10 +5,10 @@ description = "DeepSeek chat model for instruction following, coding, and analys
|
||||
type = "toggle"
|
||||
|
||||
[cost]
|
||||
input = 0.269
|
||||
output = 0.4
|
||||
cache_read = 0.1345
|
||||
input = 0.26
|
||||
output = 0.38
|
||||
cache_read = 0.13
|
||||
|
||||
[limit]
|
||||
context = 163_840
|
||||
output = 65_536
|
||||
output = 163_840
|
||||
|
||||
@@ -11,9 +11,9 @@ type = "effort"
|
||||
values = ["high", "xhigh"]
|
||||
|
||||
[cost]
|
||||
input = 0.07966
|
||||
output = 0.15932
|
||||
cache_read = 0.015932
|
||||
input = 0.07826
|
||||
output = 0.15652
|
||||
cache_read = 0.015652
|
||||
|
||||
[limit]
|
||||
context = 1_048_576
|
||||
|
||||
@@ -11,10 +11,9 @@ type = "effort"
|
||||
values = ["high", "xhigh"]
|
||||
|
||||
[cost]
|
||||
input = 1.6
|
||||
output = 3.2
|
||||
cache_read = 0.135
|
||||
input = 0.54897
|
||||
output = 1.09794
|
||||
cache_read = 0.045748
|
||||
|
||||
[limit]
|
||||
context = 1_048_576
|
||||
output = 393_216
|
||||
|
||||
@@ -7,8 +7,8 @@ field = "reasoning_details"
|
||||
|
||||
[cost]
|
||||
input = 0.27
|
||||
output = 0.95
|
||||
cache_read = 0.03
|
||||
output = 1.08
|
||||
cache_read = 0.027
|
||||
|
||||
[limit]
|
||||
output = 32_768
|
||||
output = 128_000
|
||||
|
||||
@@ -5,9 +5,9 @@ reasoning_options = []
|
||||
field = "reasoning_details"
|
||||
|
||||
[cost]
|
||||
input = 0.5795
|
||||
output = 2.44
|
||||
cache_read = 0.0976
|
||||
input = 0.5605
|
||||
output = 2.36
|
||||
cache_read = 0.0944
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image"]
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
base_model = "openai/gpt-oss-20b"
|
||||
name = "gpt-oss-20b (free)"
|
||||
description = "Open-weight GPT model for self-hosted reasoning and instruction-following workloads"
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "effort"
|
||||
values = ["low", "medium", "high"]
|
||||
|
||||
[cost]
|
||||
input = 0
|
||||
output = 0
|
||||
@@ -7,8 +7,5 @@ type = "toggle"
|
||||
input = 0.26
|
||||
output = 2.08
|
||||
|
||||
[limit]
|
||||
output = 262_144
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image", "video"]
|
||||
|
||||
Reference in New Issue
Block a user