Skip to content

Commit 5d100a8

Browse files
author
dpuyosa
committed
[venice] Add Z-AI GLM-5 Turbo and GLM-5V Turbo models
- Add Z-AI GLM-5 Turbo (text-only, reasoning, tool_call) - Add Z-AI GLM-5V Turbo (vision, reasoning, tool_call)
1 parent f072623 commit 5d100a8

2 files changed

Lines changed: 46 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 = "GLM 5 Turbo"
2+
family = "glm"
3+
attachment = false
4+
reasoning = true
5+
tool_call = true
6+
structured_output = true
7+
temperature = true
8+
release_date = "2026-03-15"
9+
last_updated = "2026-04-12"
10+
open_weights = true
11+
12+
[cost]
13+
input = 1.2
14+
output = 4
15+
cache_read = 0.24
16+
17+
[limit]
18+
context = 200_000
19+
output = 32_768
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "GLM 5V Turbo"
2+
family = "glmv"
3+
attachment = true
4+
reasoning = true
5+
tool_call = true
6+
structured_output = true
7+
temperature = true
8+
release_date = "2026-04-01"
9+
last_updated = "2026-04-12"
10+
open_weights = false
11+
12+
[cost]
13+
input = 1.5
14+
output = 5
15+
cache_read = 0.3
16+
17+
[limit]
18+
context = 200_000
19+
output = 32_768
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]

0 commit comments

Comments
 (0)