From 77330e78c6a5a2e3ad6b2e502a3a4c1ede98693e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=9F=8E=E4=BA=8C?= Date: Sun, 8 Feb 2026 11:21:58 +0800 Subject: [PATCH] fix: Update model configurations to adjust reasoning and interleaved fields --- providers/zenmux/models/moonshotai/kimi-k2.5.toml | 3 +++ providers/zenmux/models/openai/gpt-5.2-codex.toml | 2 +- providers/zenmux/models/openai/gpt-5.2.toml | 2 +- providers/zenmux/models/stepfun/step-3.5-flash.toml | 2 +- providers/zenmux/models/z-ai/glm-4.7-flashx.toml | 3 +++ 5 files changed, 9 insertions(+), 3 deletions(-) diff --git a/providers/zenmux/models/moonshotai/kimi-k2.5.toml b/providers/zenmux/models/moonshotai/kimi-k2.5.toml index 089d29a28..346b22b6f 100644 --- a/providers/zenmux/models/moonshotai/kimi-k2.5.toml +++ b/providers/zenmux/models/moonshotai/kimi-k2.5.toml @@ -17,6 +17,9 @@ cache_read = 0.10 context = 262_000 output = 64_000 +[interleaved] +field = "reasoning_content" + [modalities] input = ["text", "image", "video"] output = ["text"] diff --git a/providers/zenmux/models/openai/gpt-5.2-codex.toml b/providers/zenmux/models/openai/gpt-5.2-codex.toml index ff0494df4..24a18e2d6 100644 --- a/providers/zenmux/models/openai/gpt-5.2-codex.toml +++ b/providers/zenmux/models/openai/gpt-5.2-codex.toml @@ -3,7 +3,7 @@ release_date = "2026-01-15" last_updated = "2026-01-15" attachment = true reasoning = true -temperature = true +temperature = false tool_call = true knowledge = "2025-01-01" open_weights = false diff --git a/providers/zenmux/models/openai/gpt-5.2.toml b/providers/zenmux/models/openai/gpt-5.2.toml index dd99eb6d3..2bd275d4d 100644 --- a/providers/zenmux/models/openai/gpt-5.2.toml +++ b/providers/zenmux/models/openai/gpt-5.2.toml @@ -3,7 +3,7 @@ release_date = "2025-12-11" last_updated = "2025-12-11" attachment = true reasoning = true -temperature = true +temperature = false tool_call = true knowledge = "2025-01-01" open_weights = false diff --git a/providers/zenmux/models/stepfun/step-3.5-flash.toml b/providers/zenmux/models/stepfun/step-3.5-flash.toml index 921de592c..b0d12eb93 100644 --- a/providers/zenmux/models/stepfun/step-3.5-flash.toml +++ b/providers/zenmux/models/stepfun/step-3.5-flash.toml @@ -2,7 +2,7 @@ name = "Step 3.5 Flash" release_date = "2026-02-02" last_updated = "2026-02-02" attachment = false -reasoning = true +reasoning = false temperature = true tool_call = true knowledge = "2025-01-01" 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 93f001eb3..c5d12456a 100644 --- a/providers/zenmux/models/z-ai/glm-4.7-flashx.toml +++ b/providers/zenmux/models/z-ai/glm-4.7-flashx.toml @@ -17,6 +17,9 @@ cache_read = 0.01 context = 200_000 output = 64_000 +[interleaved] +field = "reasoning_content" + [modalities] input = ["text"] output = ["text"]