Skip to content

Commit 6f447bf

Browse files
authored
feat: add qwen3.6-plus model from alibaba coding plan (#48)
Add qwen3.6-plus model addition in Alibaba Coding Plan
2 parents 07772c2 + 49019d4 commit 6f447bf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

providers/alibaba-coding-plan.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ api_key_env = "ALIBABA_CODING_PLAN_API_KEY"
1010
base_url = "https://coding-intl.dashscope.aliyuncs.com/v1"
1111
key_required = true
1212

13+
[[models]]
14+
id = "alibaba-coding-plan/qwen3.6-plus"
15+
display_name = "Qwen 3.6 Plus"
16+
tier = "smart"
17+
context_window = 1000000
18+
max_output_tokens = 65536
19+
input_cost_per_m = 0.0
20+
output_cost_per_m = 0.0
21+
supports_tools = true
22+
supports_vision = true
23+
supports_streaming = true
24+
aliases = []
25+
1326
[[models]]
1427
id = "alibaba-coding-plan/qwen3.5-plus"
1528
display_name = "Qwen 3.5 Plus"

0 commit comments

Comments
 (0)