Skip to content
Open
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
6 changes: 3 additions & 3 deletions providers/openrouter/models/qwen/qwen3.6-flash.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ structured_output = true
open_weights = false

[cost]
input = 0.1875
output = 1.125
cache_write = 0.234375
input = 0.12375
output = 0.7425
cache_write = 0.1545

[limit]
context = 1_000_000
Expand Down
6 changes: 3 additions & 3 deletions providers/openrouter/models/qwen/qwen3.6-plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ knowledge = "2025-04"
open_weights = false

[cost]
input = 0.325
output = 1.95
cache_write = 0.40625
input = 0.1794
output = 1.07315
cache_write = 0.2236

[limit]
context = 1_000_000
Expand Down