diff --git a/providers/zenmux/models/moonshotai/kimi-k2.5.toml b/providers/zenmux/models/moonshotai/kimi-k2.5.toml index 1494a3ae1..db4395670 100644 --- a/providers/zenmux/models/moonshotai/kimi-k2.5.toml +++ b/providers/zenmux/models/moonshotai/kimi-k2.5.toml @@ -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"] diff --git a/providers/zenmux/models/z-ai/glm-4.7-flashx.toml b/providers/zenmux/models/z-ai/glm-4.7-flashx.toml index 14ab81437..7414af549 100644 --- a/providers/zenmux/models/z-ai/glm-4.7-flashx.toml +++ b/providers/zenmux/models/z-ai/glm-4.7-flashx.toml @@ -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"]