feat(models): Add family and interleaved fields to Kimi K2.5 and GLM 4.7 FlashX configuration files

This commit is contained in:
城二
2026-01-29 10:36:04 +08:00
parent 82ddcad9f8
commit 0894de420e
2 changed files with 8 additions and 0 deletions
@@ -1,4 +1,5 @@
name = "Kimi K2.5"
family = "kimi"
release_date = "2026-01-25"
last_updated = "2026-01-25"
attachment = true
@@ -17,6 +18,9 @@ cache_read = 0.10
context = 262_144
output = 262_144
[interleaved]
field = "reasoning_content"
[modalities]
input = ["text", "image", "video"]
output = ["text"]
@@ -1,4 +1,5 @@
name = "GLM 4.7 FlashX"
family = "glm"
release_date = "2026-01-19"
last_updated = "2026-01-19"
attachment = true
@@ -17,6 +18,9 @@ cache_read = 0.014
context = 200_000
output = 128_000
[interleaved]
field = "reasoning_content"
[modalities]
input = ["text"]
output = ["text"]