Skip to content
Merged
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
9 changes: 9 additions & 0 deletions providers/openrouter/qwen/qwen3.6-plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ costs:
- input_cost_per_token: 3.25e-7
output_cost_per_token: 0.00000195
region: "*"
tiered_pricing:
input:
- cost_per_token: 0.0000013
from: 256000
output:
- cost_per_token: 0.0000039
from: 256000
features:
- function_calling
- json_output
Expand All @@ -19,4 +26,6 @@ modalities:
- text
mode: chat
model: qwen/qwen3.6-plus
sources:
- https://openrouter.ai/qwen/qwen3.6-plus
thinking: true
Loading