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
7 changes: 7 additions & 0 deletions providers/alibaba-cn/models/qwen-plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ knowledge = "2024-04"
tool_call = true
open_weights = false

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "budget_tokens"
max = 81_920

[cost]
input = 0.115
output = 0.287
Expand Down
7 changes: 7 additions & 0 deletions providers/alibaba-cn/models/qwen3.5-plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ knowledge = "2025-04"
tool_call = true
open_weights = false

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "budget_tokens"
max = 81_920

[cost]
input = 0.573
output = 3.44
Expand Down
7 changes: 7 additions & 0 deletions providers/alibaba/models/qwen-plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ knowledge = "2024-04"
tool_call = true
open_weights = false

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "budget_tokens"
max = 81_920

[cost]
input = 0.4
output = 1.2
Expand Down
7 changes: 7 additions & 0 deletions providers/alibaba/models/qwen3.5-plus.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ knowledge = "2025-04"
tool_call = true
open_weights = false

[[reasoning_options]]
type = "toggle"

[[reasoning_options]]
type = "budget_tokens"
max = 81_920

[cost]
input = 0.4
output = 2.4
Expand Down
Loading