Skip to content

Commit 8c56eca

Browse files
authored
Merge pull request #2683 from skyitachi/add-siliconflow-glm-5.2
feat(siliconflow): add zai-org/GLM-5.2
2 parents a571899 + 3cc1c18 commit 8c56eca

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
base_model = "zhipuai/glm-5.2"
2+
3+
[interleaved]
4+
field = "reasoning_content"
5+
6+
[cost]
7+
input = 1.4
8+
output = 4.4
9+
cache_input = 0.26
10+
cache_write = 0
11+
12+
[limit]
13+
context = 205_000
14+
output = 205_000
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
base_model = "zhipuai/glm-5.2"
2+
3+
[interleaved]
4+
field = "reasoning_content"
5+
6+
[cost]
7+
input = 1.4
8+
output = 4.4
9+
cache_input = 0.26
10+
cache_write = 0
11+
12+
[limit]
13+
context = 205_000
14+
output = 205_000

0 commit comments

Comments
 (0)