From 273cb0cfbe4a9dd25563e1a39175299df7f26c78 Mon Sep 17 00:00:00 2001 From: "xiaojie.zj" <799732469@qq.com> Date: Tue, 4 Aug 2026 13:04:31 +0800 Subject: [PATCH] chore(zenmux): mark 20 offline models as deprecated Models taken offline in ZenMux (visible=2): - anthropic/claude-3.5-haiku - anthropic/claude-3.5-sonnet - anthropic/claude-3.7-sonnet - deepseek/deepseek-chat - google/gemini-3-pro-preview - inclusionai/ling-1t - inclusionai/ring-1t - kuaishou/kat-coder-pro-v1 - kuaishou/kat-coder-pro-v1-free - moonshotai/kimi-k2-0905 - moonshotai/kimi-k2-thinking - moonshotai/kimi-k2-thinking-turbo - stepfun/step-3 - volcengine/doubao-seed-code - x-ai/grok-4 - x-ai/grok-4-fast - x-ai/grok-4.1-fast - x-ai/grok-4.1-fast-non-reasoning - x-ai/grok-code-fast-1 - xiaomi/mimo-v2-flash-free --- providers/zenmux/models/anthropic/claude-3.5-haiku.toml | 2 ++ providers/zenmux/models/anthropic/claude-3.5-sonnet.toml | 2 ++ providers/zenmux/models/anthropic/claude-3.7-sonnet.toml | 2 ++ providers/zenmux/models/deepseek/deepseek-chat.toml | 2 ++ providers/zenmux/models/google/gemini-3-pro-preview.toml | 2 ++ providers/zenmux/models/inclusionai/ling-1t.toml | 2 ++ providers/zenmux/models/inclusionai/ring-1t.toml | 2 ++ providers/zenmux/models/kuaishou/kat-coder-pro-v1-free.toml | 2 ++ providers/zenmux/models/kuaishou/kat-coder-pro-v1.toml | 2 ++ providers/zenmux/models/moonshotai/kimi-k2-0905.toml | 2 ++ providers/zenmux/models/moonshotai/kimi-k2-thinking-turbo.toml | 2 ++ providers/zenmux/models/moonshotai/kimi-k2-thinking.toml | 2 ++ providers/zenmux/models/stepfun/step-3.toml | 2 ++ providers/zenmux/models/volcengine/doubao-seed-code.toml | 2 ++ providers/zenmux/models/x-ai/grok-4-fast.toml | 2 ++ providers/zenmux/models/x-ai/grok-4.1-fast-non-reasoning.toml | 2 ++ providers/zenmux/models/x-ai/grok-4.1-fast.toml | 2 ++ providers/zenmux/models/x-ai/grok-4.toml | 2 ++ providers/zenmux/models/x-ai/grok-code-fast-1.toml | 2 ++ providers/zenmux/models/xiaomi/mimo-v2-flash-free.toml | 2 ++ 20 files changed, 40 insertions(+) diff --git a/providers/zenmux/models/anthropic/claude-3.5-haiku.toml b/providers/zenmux/models/anthropic/claude-3.5-haiku.toml index 826640b1dc..f6026a87b6 100644 --- a/providers/zenmux/models/anthropic/claude-3.5-haiku.toml +++ b/providers/zenmux/models/anthropic/claude-3.5-haiku.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.80 output = 4.00 diff --git a/providers/zenmux/models/anthropic/claude-3.5-sonnet.toml b/providers/zenmux/models/anthropic/claude-3.5-sonnet.toml index 304f1a34ec..068d9d487b 100644 --- a/providers/zenmux/models/anthropic/claude-3.5-sonnet.toml +++ b/providers/zenmux/models/anthropic/claude-3.5-sonnet.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 3.00 output = 15.00 diff --git a/providers/zenmux/models/anthropic/claude-3.7-sonnet.toml b/providers/zenmux/models/anthropic/claude-3.7-sonnet.toml index 0fe8e9569f..6213dec33f 100644 --- a/providers/zenmux/models/anthropic/claude-3.7-sonnet.toml +++ b/providers/zenmux/models/anthropic/claude-3.7-sonnet.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 3.00 output = 15.00 diff --git a/providers/zenmux/models/deepseek/deepseek-chat.toml b/providers/zenmux/models/deepseek/deepseek-chat.toml index 6169d09ad4..cda065b4c4 100644 --- a/providers/zenmux/models/deepseek/deepseek-chat.toml +++ b/providers/zenmux/models/deepseek/deepseek-chat.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.28 output = 0.42 diff --git a/providers/zenmux/models/google/gemini-3-pro-preview.toml b/providers/zenmux/models/google/gemini-3-pro-preview.toml index 46c7b07bca..1a2e5805ea 100644 --- a/providers/zenmux/models/google/gemini-3-pro-preview.toml +++ b/providers/zenmux/models/google/gemini-3-pro-preview.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 2.00 output = 12.00 diff --git a/providers/zenmux/models/inclusionai/ling-1t.toml b/providers/zenmux/models/inclusionai/ling-1t.toml index c493c895a8..b256180a1e 100644 --- a/providers/zenmux/models/inclusionai/ling-1t.toml +++ b/providers/zenmux/models/inclusionai/ling-1t.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.56 output = 2.24 diff --git a/providers/zenmux/models/inclusionai/ring-1t.toml b/providers/zenmux/models/inclusionai/ring-1t.toml index bcd52e121b..148e585994 100644 --- a/providers/zenmux/models/inclusionai/ring-1t.toml +++ b/providers/zenmux/models/inclusionai/ring-1t.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.56 output = 2.24 diff --git a/providers/zenmux/models/kuaishou/kat-coder-pro-v1-free.toml b/providers/zenmux/models/kuaishou/kat-coder-pro-v1-free.toml index a2427a6e80..e6023eec43 100644 --- a/providers/zenmux/models/kuaishou/kat-coder-pro-v1-free.toml +++ b/providers/zenmux/models/kuaishou/kat-coder-pro-v1-free.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.00 output = 0.00 diff --git a/providers/zenmux/models/kuaishou/kat-coder-pro-v1.toml b/providers/zenmux/models/kuaishou/kat-coder-pro-v1.toml index 7c0670c58e..26ea38a9fb 100644 --- a/providers/zenmux/models/kuaishou/kat-coder-pro-v1.toml +++ b/providers/zenmux/models/kuaishou/kat-coder-pro-v1.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.30 output = 1.20 diff --git a/providers/zenmux/models/moonshotai/kimi-k2-0905.toml b/providers/zenmux/models/moonshotai/kimi-k2-0905.toml index 288c2c9cfa..b11964569b 100644 --- a/providers/zenmux/models/moonshotai/kimi-k2-0905.toml +++ b/providers/zenmux/models/moonshotai/kimi-k2-0905.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.60 output = 2.50 diff --git a/providers/zenmux/models/moonshotai/kimi-k2-thinking-turbo.toml b/providers/zenmux/models/moonshotai/kimi-k2-thinking-turbo.toml index d09902bba7..d6cf2fb175 100644 --- a/providers/zenmux/models/moonshotai/kimi-k2-thinking-turbo.toml +++ b/providers/zenmux/models/moonshotai/kimi-k2-thinking-turbo.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 1.15 output = 8.00 diff --git a/providers/zenmux/models/moonshotai/kimi-k2-thinking.toml b/providers/zenmux/models/moonshotai/kimi-k2-thinking.toml index 79616e7228..bc4976008c 100644 --- a/providers/zenmux/models/moonshotai/kimi-k2-thinking.toml +++ b/providers/zenmux/models/moonshotai/kimi-k2-thinking.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.60 output = 2.50 diff --git a/providers/zenmux/models/stepfun/step-3.toml b/providers/zenmux/models/stepfun/step-3.toml index d7127afd06..e0b694ae09 100644 --- a/providers/zenmux/models/stepfun/step-3.toml +++ b/providers/zenmux/models/stepfun/step-3.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.21 output = 0.57 diff --git a/providers/zenmux/models/volcengine/doubao-seed-code.toml b/providers/zenmux/models/volcengine/doubao-seed-code.toml index a82f26b50b..9f260def52 100644 --- a/providers/zenmux/models/volcengine/doubao-seed-code.toml +++ b/providers/zenmux/models/volcengine/doubao-seed-code.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.17 output = 1.12 diff --git a/providers/zenmux/models/x-ai/grok-4-fast.toml b/providers/zenmux/models/x-ai/grok-4-fast.toml index bdbe2a6576..2f5558228f 100644 --- a/providers/zenmux/models/x-ai/grok-4-fast.toml +++ b/providers/zenmux/models/x-ai/grok-4-fast.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.20 output = 0.50 diff --git a/providers/zenmux/models/x-ai/grok-4.1-fast-non-reasoning.toml b/providers/zenmux/models/x-ai/grok-4.1-fast-non-reasoning.toml index b1b6ac69d2..83b2963735 100644 --- a/providers/zenmux/models/x-ai/grok-4.1-fast-non-reasoning.toml +++ b/providers/zenmux/models/x-ai/grok-4.1-fast-non-reasoning.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.20 output = 0.50 diff --git a/providers/zenmux/models/x-ai/grok-4.1-fast.toml b/providers/zenmux/models/x-ai/grok-4.1-fast.toml index 07b9e3bad0..5c77a19cec 100644 --- a/providers/zenmux/models/x-ai/grok-4.1-fast.toml +++ b/providers/zenmux/models/x-ai/grok-4.1-fast.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.20 output = 0.50 diff --git a/providers/zenmux/models/x-ai/grok-4.toml b/providers/zenmux/models/x-ai/grok-4.toml index 3999283ae9..5336d5d2cf 100644 --- a/providers/zenmux/models/x-ai/grok-4.toml +++ b/providers/zenmux/models/x-ai/grok-4.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 3.00 output = 15.00 diff --git a/providers/zenmux/models/x-ai/grok-code-fast-1.toml b/providers/zenmux/models/x-ai/grok-code-fast-1.toml index 5b69bcd658..19791a1d01 100644 --- a/providers/zenmux/models/x-ai/grok-code-fast-1.toml +++ b/providers/zenmux/models/x-ai/grok-code-fast-1.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.20 output = 1.50 diff --git a/providers/zenmux/models/xiaomi/mimo-v2-flash-free.toml b/providers/zenmux/models/xiaomi/mimo-v2-flash-free.toml index d21cc6bfb3..34bbedf6a8 100644 --- a/providers/zenmux/models/xiaomi/mimo-v2-flash-free.toml +++ b/providers/zenmux/models/xiaomi/mimo-v2-flash-free.toml @@ -8,6 +8,8 @@ tool_call = true knowledge = "2025-01-01" open_weights = false +status = "deprecated" + [cost] input = 0.00 output = 0.00