Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions providers/openrouter/models/qwen/qwen-plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "Qwen: Qwen-Plus"
family = "qwen"
release_date = "2025-01-25"
last_updated = "2025-01-25"
attachment = false
reasoning = false
temperature = true
knowledge = "2024-04"
tool_call = true
structured_output = false
open_weights = false

[cost]
input = 0.26
output = 0.78
cache_read = 0.052
cache_write = 0.325

[limit]
context = 1_000_000
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
2 changes: 2 additions & 0 deletions providers/openrouter/models/qwen/qwen3-coder-flash.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ open_weights = false
[cost]
input = 0.30
output = 1.50
cache_read = 0.039
cache_write = 0.24375

[limit]
context = 128_000
Expand Down
25 changes: 25 additions & 0 deletions providers/openrouter/models/qwen/qwen3-coder-plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "Qwen3 Coder Plus"
family = "qwen"
release_date = "2025-09-23"
last_updated = "2025-09-23"
attachment = false
reasoning = false
temperature = true
knowledge = "2025-04"
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.65
output = 3.25
cache_read = 0.13
cache_write = 0.8125

[limit]
context = 1_000_000
output = 65_536

[modalities]
input = ["text"]
output = ["text"]
2 changes: 2 additions & 0 deletions providers/openrouter/models/qwen/qwen3-max.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ open_weights = false
# output = 5
input = 1.20
output = 6.00
cache_read = 0.156
cache_write = 0.975

[limit]
context = 262_144
Expand Down
2 changes: 2 additions & 0 deletions providers/openrouter/models/qwen/qwen3.6-plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ open_weights = false
[cost]
input = 0.325
output = 1.95
cache_read = 0.0325
cache_write = 0.40625

[limit]
context = 1_000_000
Expand Down
Loading