Skip to content

Commit a114991

Browse files
authored
Merge pull request #1505 from rocuevas9511/feat/deepinfra-qwen-3.5-35b
feat: add Qwen 3.5 35B A3B to deepinfra
2 parents 5ff2035 + 673bc92 commit a114991

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Qwen 3.5 35B A3B"
2+
family = "qwen"
3+
release_date = "2026-02-01"
4+
last_updated = "2026-04-20"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2025-01"
9+
tool_call = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.2
14+
output = 0.95
15+
cached = 0.1
16+
17+
[limit]
18+
context = 262_144
19+
output = 81_920
20+
21+
[modalities]
22+
input = ["text","image","video"]
23+
output = ["text"]

0 commit comments

Comments
 (0)