From 0894de420e0b9bbe41ea214558cb9c9014edb9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9F=8E=E4=BA=8C?= Date: Thu, 29 Jan 2026 10:36:04 +0800 Subject: [PATCH] feat(models): Add family and interleaved fields to Kimi K2.5 and GLM 4.7 FlashX configuration files --- providers/zenmux/models/moonshotai/kimi-k2.5.toml | 4 ++++ providers/zenmux/models/z-ai/glm-4.7-flashx.toml | 4 ++++ 2 files changed, 8 insertions(+) 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"]