feat(siliconflow-cn): add Qwen3.5 model family

New models:

- Qwen/Qwen3.5-4B
- Qwen/Qwen3.5-9B
- Qwen/Qwen3.5-27B
- Qwen/Qwen3.5-35B-A3B
- Qwen/Qwen3.5-122B-A10B
- Qwen/Qwen3.5-397B-A17B

Signed-off-by: Kai Liu <kraml.liu@gmail.com>
This commit is contained in:
Kai Liu
2026-03-08 20:02:53 +08:00
parent 559ccd6966
commit b279f33d9b
6 changed files with 132 additions and 0 deletions
@@ -0,0 +1,22 @@
name = "Qwen/Qwen3.5-122B-A10B"
family = "qwen"
release_date = "2026-02-26"
last_updated = "2026-02-26"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = true
[cost]
input = 0.29
output = 2.32
[limit]
context = 262_144
output = 65_536
[modalities]
input = ["text", "image", "video"]
output = ["text"]
@@ -0,0 +1,22 @@
name = "Qwen/Qwen3.5-27B"
family = "qwen"
release_date = "2026-02-25"
last_updated = "2026-02-25"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = true
[cost]
input = 0.26
output = 2.09
[limit]
context = 262_144
output = 65_536
[modalities]
input = ["text", "image", "video"]
output = ["text"]
@@ -0,0 +1,22 @@
name = "Qwen/Qwen3.5-35B-A3B"
family = "qwen"
release_date = "2026-02-25"
last_updated = "2026-02-25"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = true
[cost]
input = 0.23
output = 1.86
[limit]
context = 262_144
output = 65_536
[modalities]
input = ["text", "image", "video"]
output = ["text"]
@@ -0,0 +1,22 @@
name = "Qwen/Qwen3.5-397B-A17B"
family = "qwen"
release_date = "2026-02-16"
last_updated = "2026-02-16"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = true
[cost]
input = 0.29
output = 1.74
[limit]
context = 262_144
output = 65_536
[modalities]
input = ["text", "image", "video"]
output = ["text"]
@@ -0,0 +1,22 @@
name = "Qwen/Qwen3.5-4B"
family = "qwen"
release_date = "2026-03-03"
last_updated = "2026-03-03"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = true
[cost]
input = 0
output = 0
[limit]
context = 262_144
output = 65_536
[modalities]
input = ["text", "image", "video"]
output = ["text"]
@@ -0,0 +1,22 @@
name = "Qwen/Qwen3.5-9B"
family = "qwen"
release_date = "2026-03-03"
last_updated = "2026-03-03"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-04"
tool_call = true
open_weights = true
[cost]
input = 0.22
output = 1.74
[limit]
context = 262_144
output = 65_536
[modalities]
input = ["text", "image", "video"]
output = ["text"]