Skip to content

Commit 4f9aea4

Browse files
authored
Merge pull request #606 from qychen2001/add/siliconflow-models-2025-01-06
Add 3 new SiliconFlow models (GLM-4.7, GLM-4.6V, DeepSeek-V3.2)
2 parents 1c23f5b + 524fd46 commit 4f9aea4

3 files changed

Lines changed: 66 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "deepseek-ai/DeepSeek-V3.2"
2+
family = "deepseek-v3-2"
3+
release_date = "2025-12-03"
4+
last_updated = "2025-12-03"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.27
14+
output = 0.42
15+
16+
[limit]
17+
context = 164_000
18+
output = 164_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "zai-org/GLM-4.6V"
2+
family = "glm-4-6v"
3+
release_date = "2025-12-07"
4+
last_updated = "2025-12-07"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = false
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.30
14+
output = 0.90
15+
16+
[limit]
17+
context = 131_000
18+
output = 131_000
19+
20+
[modalities]
21+
input = ["text","image"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "zai-org/GLM-4.7"
2+
family = "glm-4-7"
3+
release_date = "2025-12-22"
4+
last_updated = "2025-12-22"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = false
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.60
14+
output = 2.20
15+
16+
[limit]
17+
context = 205_000
18+
output = 205_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)