feat(models): Add family and interleaved fields to Kimi K2.5 and GLM 4.7 FlashX configuration files
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user