Skip to content

Commit 7ba7237

Browse files
committed
feat: add GLM-5-Turbo model in OpenRouter AI provider
1 parent 6e1ca23 commit 7ba7237

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name = "GLM-5-Turbo"
2+
family = "glm"
3+
release_date = "2026-03-16"
4+
last_updated = "2026-03-16"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = false
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 1.20
17+
output = 4.00
18+
cache_read = 0.24
19+
cache_write = 0
20+
21+
[limit]
22+
context = 200_000
23+
output = 131_072
24+
25+
[modalities]
26+
input = ["text"]
27+
output = ["text"]

0 commit comments

Comments
 (0)