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
22 changes: 22 additions & 0 deletions providers/firmware/models/qwen-3-6-plus.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Qwen 3.6 Plus"
family = "qwen"
attachment = true
reasoning = true
tool_call = true
temperature = true
release_date = "2026-04-02"
last_updated = "2026-04-03"
open_weights = false

[cost]
input = 0.5
output = 3
cache_read = 0.1

[limit]
context = 1_000_000
output = 64_000

[modalities]
input = ["text", "image", "pdf"]
output = ["text"]
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ reasoning = false
temperature = true
knowledge = "2024-10"
tool_call = true
open_weights = false
open_weights = true

[cost]
input = 1.0
output = 3.2
cache_read = 0.2
input = 1.4
output = 4.4
cache_read = 0.26

[limit]
context = 198_000
Expand Down
Loading