Skip to content

Commit 9460d98

Browse files
committed
fix: replace broken extends with concrete glm-4.6v-flash def
zhipuai/glm-4.6v-flash.toml is a symlink to zai/models/glm-4.6v-flash.toml which does not exist, causing validate to fail with 'Unable to resolve extends.from'. Inline the concrete definition instead.
1 parent 91db9d8 commit 9460d98

1 file changed

Lines changed: 23 additions & 2 deletions

File tree

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
1-
[extends]
2-
from = "zhipuai/glm-4.6v-flash"
1+
name = "GLM-4.6V Flash"
2+
family = "glm"
3+
release_date = "2025-12-08"
4+
last_updated = "2025-12-08"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = true
11+
status = "beta"
12+
13+
[cost]
14+
input = 0.00
15+
output = 0.00
16+
17+
[limit]
18+
context = 128_000
19+
output = 16_000
20+
21+
[modalities]
22+
input = ["text", "image"]
23+
output = ["text"]

0 commit comments

Comments
 (0)