From 254f5a9fcb6b98ae96a6013b839bacf9ace99965 Mon Sep 17 00:00:00 2001 From: guillaumegay13 <141296636+guillaumegay13@users.noreply.github.com> Date: Fri, 21 Aug 2026 09:08:07 +0000 Subject: [PATCH] chore: sync model lifecycle status from modeldeprecations.dev --- models/alibaba/qwen3-coder-plus.yaml | 3 ++ models/alibaba/qwen3-max.yaml | 1 + models/alibaba/qwen3.6-flash.yaml | 1 + models/alibaba/qwen3.6-max-preview.yaml | 3 ++ models/alibaba/qwen3.7-max.yaml | 1 + models/alibaba/qwen3.7-plus.yaml | 1 + models/bedrock/nova-lite.yaml | 1 + models/bedrock/nova-micro.yaml | 1 + models/bedrock/nova-pro.yaml | 1 + models/vertex/gemini-2.5-flash-lite.yaml | 3 ++ models/vertex/gemini-2.5-flash.yaml | 3 ++ models/vertex/gemini-2.5-pro.yaml | 3 ++ models/vertex/gemini-3.1-flash-lite.yaml | 1 + models/vertex/gemini-3.5-flash-lite.yaml | 1 + models/vertex/gemini-3.5-flash.yaml | 1 + models/vertex/gemini-3.6-flash.yaml | 1 + models/vertex/gemini-3.7-flash.yaml | 1 + models/z-ai/glm-4.5-air-subscription.yaml | 1 + models/z-ai/glm-4.5-air.yaml | 1 + models/z-ai/glm-4.5-airx.yaml | 1 + models/z-ai/glm-4.5-flash.yaml | 1 + models/z-ai/glm-4.5-subscription.yaml | 1 + models/z-ai/glm-4.5-x.yaml | 1 + models/z-ai/glm-4.5.yaml | 1 + models/z-ai/glm-4.6-subscription.yaml | 1 + models/z-ai/glm-4.6.yaml | 1 + models/z-ai/glm-4.7-flash.yaml | 1 + models/z-ai/glm-4.7-flashx.yaml | 1 + models/z-ai/glm-4.7-subscription.yaml | 1 + models/z-ai/glm-4.7.yaml | 1 + models/z-ai/glm-5-subscription.yaml | 1 + models/z-ai/glm-5-turbo-subscription.yaml | 1 + models/z-ai/glm-5-turbo.yaml | 1 + models/z-ai/glm-5.1-subscription.yaml | 1 + models/z-ai/glm-5.1.yaml | 1 + models/z-ai/glm-5.2-subscription.yaml | 1 + models/z-ai/glm-5.2.yaml | 1 + models/z-ai/glm-5.yaml | 1 + node_modules | 1 - .../src/modelparams/_generated/catalog.json | 48 +++++++++++++++++++ packages/modelparams/src/generated/data.ts | 48 +++++++++++++++++++ 41 files changed, 144 insertions(+), 1 deletion(-) delete mode 120000 node_modules diff --git a/models/alibaba/qwen3-coder-plus.yaml b/models/alibaba/qwen3-coder-plus.yaml index d94b9c77..1891b781 100644 --- a/models/alibaba/qwen3-coder-plus.yaml +++ b/models/alibaba/qwen3-coder-plus.yaml @@ -2,6 +2,9 @@ provider: alibaba authType: api_key model: qwen3-coder-plus +status: deprecated +replacement: alibaba/qwen3.7-plus +shutdownOn: 2026-10-10 params: - path: max_tokens type: integer diff --git a/models/alibaba/qwen3-max.yaml b/models/alibaba/qwen3-max.yaml index a0e555e7..28f75f0d 100644 --- a/models/alibaba/qwen3-max.yaml +++ b/models/alibaba/qwen3-max.yaml @@ -2,6 +2,7 @@ provider: alibaba authType: api_key model: qwen3-max +status: active params: - path: max_tokens type: integer diff --git a/models/alibaba/qwen3.6-flash.yaml b/models/alibaba/qwen3.6-flash.yaml index 094fbc95..e76a4ee5 100644 --- a/models/alibaba/qwen3.6-flash.yaml +++ b/models/alibaba/qwen3.6-flash.yaml @@ -2,6 +2,7 @@ provider: alibaba authType: api_key model: qwen3.6-flash +status: active params: - path: max_completion_tokens type: integer diff --git a/models/alibaba/qwen3.6-max-preview.yaml b/models/alibaba/qwen3.6-max-preview.yaml index 6716dc59..c66e6df2 100644 --- a/models/alibaba/qwen3.6-max-preview.yaml +++ b/models/alibaba/qwen3.6-max-preview.yaml @@ -2,6 +2,9 @@ provider: alibaba authType: api_key model: qwen3.6-max-preview +status: deprecated +replacement: alibaba/qwen3.7-max +shutdownOn: 2026-10-10 params: - path: max_completion_tokens type: integer diff --git a/models/alibaba/qwen3.7-max.yaml b/models/alibaba/qwen3.7-max.yaml index 8d485fc7..a52bdefb 100644 --- a/models/alibaba/qwen3.7-max.yaml +++ b/models/alibaba/qwen3.7-max.yaml @@ -2,6 +2,7 @@ provider: alibaba authType: api_key model: qwen3.7-max +status: active params: - path: max_completion_tokens type: integer diff --git a/models/alibaba/qwen3.7-plus.yaml b/models/alibaba/qwen3.7-plus.yaml index 3c2a700d..c1c1e87b 100644 --- a/models/alibaba/qwen3.7-plus.yaml +++ b/models/alibaba/qwen3.7-plus.yaml @@ -2,6 +2,7 @@ provider: alibaba authType: api_key model: qwen3.7-plus +status: active params: - path: max_completion_tokens type: integer diff --git a/models/bedrock/nova-lite.yaml b/models/bedrock/nova-lite.yaml index 6a431388..1576daa9 100644 --- a/models/bedrock/nova-lite.yaml +++ b/models/bedrock/nova-lite.yaml @@ -2,6 +2,7 @@ provider: bedrock authType: api_key model: nova-lite +status: active wireId: amazon.nova-lite-v1:0 params: - path: inferenceConfig.maxTokens diff --git a/models/bedrock/nova-micro.yaml b/models/bedrock/nova-micro.yaml index ae3ea4ce..8fd32302 100644 --- a/models/bedrock/nova-micro.yaml +++ b/models/bedrock/nova-micro.yaml @@ -2,6 +2,7 @@ provider: bedrock authType: api_key model: nova-micro +status: active wireId: amazon.nova-micro-v1:0 params: - path: inferenceConfig.maxTokens diff --git a/models/bedrock/nova-pro.yaml b/models/bedrock/nova-pro.yaml index 0422ef66..5498dd7c 100644 --- a/models/bedrock/nova-pro.yaml +++ b/models/bedrock/nova-pro.yaml @@ -2,6 +2,7 @@ provider: bedrock authType: api_key model: nova-pro +status: active wireId: amazon.nova-pro-v1:0 params: - path: inferenceConfig.maxTokens diff --git a/models/vertex/gemini-2.5-flash-lite.yaml b/models/vertex/gemini-2.5-flash-lite.yaml index 1b8158eb..335e35fa 100644 --- a/models/vertex/gemini-2.5-flash-lite.yaml +++ b/models/vertex/gemini-2.5-flash-lite.yaml @@ -2,6 +2,9 @@ provider: vertex authType: api_key model: gemini-2.5-flash-lite +status: deprecated +replacement: vertex/gemini-3.1-flash-lite +shutdownOn: 2026-10-20 params: - path: generationConfig.maxOutputTokens type: integer diff --git a/models/vertex/gemini-2.5-flash.yaml b/models/vertex/gemini-2.5-flash.yaml index fcb7911f..2de29d88 100644 --- a/models/vertex/gemini-2.5-flash.yaml +++ b/models/vertex/gemini-2.5-flash.yaml @@ -2,6 +2,9 @@ provider: vertex authType: api_key model: gemini-2.5-flash +status: deprecated +replacement: vertex/gemini-3.5-flash-lite +shutdownOn: 2026-10-20 params: - path: generationConfig.maxOutputTokens type: integer diff --git a/models/vertex/gemini-2.5-pro.yaml b/models/vertex/gemini-2.5-pro.yaml index 75960705..0df2e87e 100644 --- a/models/vertex/gemini-2.5-pro.yaml +++ b/models/vertex/gemini-2.5-pro.yaml @@ -2,6 +2,9 @@ provider: vertex authType: api_key model: gemini-2.5-pro +status: deprecated +replacement: vertex/gemini-3.5-flash +shutdownOn: 2026-10-20 params: - path: generationConfig.maxOutputTokens type: integer diff --git a/models/vertex/gemini-3.1-flash-lite.yaml b/models/vertex/gemini-3.1-flash-lite.yaml index 30463247..b588e659 100644 --- a/models/vertex/gemini-3.1-flash-lite.yaml +++ b/models/vertex/gemini-3.1-flash-lite.yaml @@ -2,6 +2,7 @@ provider: vertex authType: api_key model: gemini-3.1-flash-lite +status: active params: - path: generationConfig.maxOutputTokens type: integer diff --git a/models/vertex/gemini-3.5-flash-lite.yaml b/models/vertex/gemini-3.5-flash-lite.yaml index b5fe9009..3b3ff846 100644 --- a/models/vertex/gemini-3.5-flash-lite.yaml +++ b/models/vertex/gemini-3.5-flash-lite.yaml @@ -2,6 +2,7 @@ provider: vertex authType: api_key model: gemini-3.5-flash-lite +status: active params: - path: generationConfig.maxOutputTokens type: integer diff --git a/models/vertex/gemini-3.5-flash.yaml b/models/vertex/gemini-3.5-flash.yaml index 3d7ec4bd..a25fcee4 100644 --- a/models/vertex/gemini-3.5-flash.yaml +++ b/models/vertex/gemini-3.5-flash.yaml @@ -2,6 +2,7 @@ provider: vertex authType: api_key model: gemini-3.5-flash +status: active params: - path: generationConfig.maxOutputTokens type: integer diff --git a/models/vertex/gemini-3.6-flash.yaml b/models/vertex/gemini-3.6-flash.yaml index b1486bb9..a1fb1db6 100644 --- a/models/vertex/gemini-3.6-flash.yaml +++ b/models/vertex/gemini-3.6-flash.yaml @@ -2,6 +2,7 @@ provider: vertex authType: api_key model: gemini-3.6-flash +status: active params: - path: generationConfig.maxOutputTokens type: integer diff --git a/models/vertex/gemini-3.7-flash.yaml b/models/vertex/gemini-3.7-flash.yaml index 98af8fe9..971bdeb9 100644 --- a/models/vertex/gemini-3.7-flash.yaml +++ b/models/vertex/gemini-3.7-flash.yaml @@ -2,6 +2,7 @@ provider: vertex authType: api_key model: gemini-3.7-flash +status: active params: - path: generationConfig.maxOutputTokens type: integer diff --git a/models/z-ai/glm-4.5-air-subscription.yaml b/models/z-ai/glm-4.5-air-subscription.yaml index 12d6261f..9fba0d00 100644 --- a/models/z-ai/glm-4.5-air-subscription.yaml +++ b/models/z-ai/glm-4.5-air-subscription.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: subscription model: glm-4.5-air +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.5-air.yaml b/models/z-ai/glm-4.5-air.yaml index 67bb6273..68e43985 100644 --- a/models/z-ai/glm-4.5-air.yaml +++ b/models/z-ai/glm-4.5-air.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-4.5-air +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.5-airx.yaml b/models/z-ai/glm-4.5-airx.yaml index 3fa7d816..b000b314 100644 --- a/models/z-ai/glm-4.5-airx.yaml +++ b/models/z-ai/glm-4.5-airx.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-4.5-airx +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.5-flash.yaml b/models/z-ai/glm-4.5-flash.yaml index f7a0a0e2..adf433e0 100644 --- a/models/z-ai/glm-4.5-flash.yaml +++ b/models/z-ai/glm-4.5-flash.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-4.5-flash +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.5-subscription.yaml b/models/z-ai/glm-4.5-subscription.yaml index 88ccb866..be775403 100644 --- a/models/z-ai/glm-4.5-subscription.yaml +++ b/models/z-ai/glm-4.5-subscription.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: subscription model: glm-4.5 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.5-x.yaml b/models/z-ai/glm-4.5-x.yaml index 31a4c27e..027b3340 100644 --- a/models/z-ai/glm-4.5-x.yaml +++ b/models/z-ai/glm-4.5-x.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-4.5-x +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.5.yaml b/models/z-ai/glm-4.5.yaml index b93d2ef7..b28d0ddb 100644 --- a/models/z-ai/glm-4.5.yaml +++ b/models/z-ai/glm-4.5.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-4.5 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.6-subscription.yaml b/models/z-ai/glm-4.6-subscription.yaml index e243956d..933ef87f 100644 --- a/models/z-ai/glm-4.6-subscription.yaml +++ b/models/z-ai/glm-4.6-subscription.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: subscription model: glm-4.6 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.6.yaml b/models/z-ai/glm-4.6.yaml index 99ff0a07..3301f344 100644 --- a/models/z-ai/glm-4.6.yaml +++ b/models/z-ai/glm-4.6.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-4.6 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.7-flash.yaml b/models/z-ai/glm-4.7-flash.yaml index 5275eefb..f558b359 100644 --- a/models/z-ai/glm-4.7-flash.yaml +++ b/models/z-ai/glm-4.7-flash.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-4.7-flash +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.7-flashx.yaml b/models/z-ai/glm-4.7-flashx.yaml index cb473fed..a53a1021 100644 --- a/models/z-ai/glm-4.7-flashx.yaml +++ b/models/z-ai/glm-4.7-flashx.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-4.7-flashx +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.7-subscription.yaml b/models/z-ai/glm-4.7-subscription.yaml index 6ea27951..79bbdc8c 100644 --- a/models/z-ai/glm-4.7-subscription.yaml +++ b/models/z-ai/glm-4.7-subscription.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: subscription model: glm-4.7 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-4.7.yaml b/models/z-ai/glm-4.7.yaml index dc963319..889cb7a0 100644 --- a/models/z-ai/glm-4.7.yaml +++ b/models/z-ai/glm-4.7.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-4.7 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-5-subscription.yaml b/models/z-ai/glm-5-subscription.yaml index c4614c70..53d60d3e 100644 --- a/models/z-ai/glm-5-subscription.yaml +++ b/models/z-ai/glm-5-subscription.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: subscription model: glm-5 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-5-turbo-subscription.yaml b/models/z-ai/glm-5-turbo-subscription.yaml index befa4703..3045f096 100644 --- a/models/z-ai/glm-5-turbo-subscription.yaml +++ b/models/z-ai/glm-5-turbo-subscription.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: subscription model: glm-5-turbo +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-5-turbo.yaml b/models/z-ai/glm-5-turbo.yaml index 0e826424..fafce34f 100644 --- a/models/z-ai/glm-5-turbo.yaml +++ b/models/z-ai/glm-5-turbo.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-5-turbo +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-5.1-subscription.yaml b/models/z-ai/glm-5.1-subscription.yaml index c59e1dea..b0eb9423 100644 --- a/models/z-ai/glm-5.1-subscription.yaml +++ b/models/z-ai/glm-5.1-subscription.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: subscription model: glm-5.1 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-5.1.yaml b/models/z-ai/glm-5.1.yaml index 716fee7d..bba79e5c 100644 --- a/models/z-ai/glm-5.1.yaml +++ b/models/z-ai/glm-5.1.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-5.1 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-5.2-subscription.yaml b/models/z-ai/glm-5.2-subscription.yaml index 907bfe50..f66ab71f 100644 --- a/models/z-ai/glm-5.2-subscription.yaml +++ b/models/z-ai/glm-5.2-subscription.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: subscription model: glm-5.2 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-5.2.yaml b/models/z-ai/glm-5.2.yaml index fd347510..0827fa48 100644 --- a/models/z-ai/glm-5.2.yaml +++ b/models/z-ai/glm-5.2.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-5.2 +status: active params: - path: max_tokens type: integer diff --git a/models/z-ai/glm-5.yaml b/models/z-ai/glm-5.yaml index 57889434..82ab4c68 100644 --- a/models/z-ai/glm-5.yaml +++ b/models/z-ai/glm-5.yaml @@ -2,6 +2,7 @@ provider: z-ai authType: api_key model: glm-5 +status: active params: - path: max_tokens type: integer diff --git a/node_modules b/node_modules deleted file mode 120000 index 390b602a..00000000 --- a/node_modules +++ /dev/null @@ -1 +0,0 @@ -/Users/guillaumegay/Documents/Projects/manifest/modelparams.dev-work/node_modules \ No newline at end of file diff --git a/packages/modelparams-python/src/modelparams/_generated/catalog.json b/packages/modelparams-python/src/modelparams/_generated/catalog.json index 3953bb3d..b092437f 100644 --- a/packages/modelparams-python/src/modelparams/_generated/catalog.json +++ b/packages/modelparams-python/src/modelparams/_generated/catalog.json @@ -1127,6 +1127,9 @@ "provider": "alibaba", "authType": "api_key", "model": "qwen3-coder-plus", + "status": "deprecated", + "replacement": "alibaba/qwen3.7-plus", + "shutdownOn": "2026-10-10", "params": [ { "path": "max_tokens", @@ -1179,6 +1182,7 @@ "provider": "alibaba", "authType": "api_key", "model": "qwen3-max", + "status": "active", "params": [ { "path": "max_tokens", @@ -1989,6 +1993,7 @@ "provider": "alibaba", "authType": "api_key", "model": "qwen3.6-flash", + "status": "active", "params": [ { "path": "max_completion_tokens", @@ -2064,6 +2069,9 @@ "provider": "alibaba", "authType": "api_key", "model": "qwen3.6-max-preview", + "status": "deprecated", + "replacement": "alibaba/qwen3.7-max", + "shutdownOn": "2026-10-10", "params": [ { "path": "max_completion_tokens", @@ -2289,6 +2297,7 @@ "provider": "alibaba", "authType": "api_key", "model": "qwen3.7-max", + "status": "active", "params": [ { "path": "max_completion_tokens", @@ -2364,6 +2373,7 @@ "provider": "alibaba", "authType": "api_key", "model": "qwen3.7-plus", + "status": "active", "params": [ { "path": "max_completion_tokens", @@ -9637,6 +9647,7 @@ "authType": "api_key", "model": "nova-lite", "wireId": "amazon.nova-lite-v1:0", + "status": "active", "params": [ { "path": "inferenceConfig.maxTokens", @@ -9696,6 +9707,7 @@ "authType": "api_key", "model": "nova-micro", "wireId": "amazon.nova-micro-v1:0", + "status": "active", "params": [ { "path": "inferenceConfig.maxTokens", @@ -9755,6 +9767,7 @@ "authType": "api_key", "model": "nova-pro", "wireId": "amazon.nova-pro-v1:0", + "status": "active", "params": [ { "path": "inferenceConfig.maxTokens", @@ -24998,6 +25011,9 @@ "provider": "vertex", "authType": "api_key", "model": "gemini-2.5-flash", + "status": "deprecated", + "replacement": "vertex/gemini-3.5-flash-lite", + "shutdownOn": "2026-10-20", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -25130,6 +25146,9 @@ "provider": "vertex", "authType": "api_key", "model": "gemini-2.5-flash-lite", + "status": "deprecated", + "replacement": "vertex/gemini-3.1-flash-lite", + "shutdownOn": "2026-10-20", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -25244,6 +25263,9 @@ "provider": "vertex", "authType": "api_key", "model": "gemini-2.5-pro", + "status": "deprecated", + "replacement": "vertex/gemini-3.5-flash", + "shutdownOn": "2026-10-20", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -25536,6 +25558,7 @@ "provider": "vertex", "authType": "api_key", "model": "gemini-3.1-flash-lite", + "status": "active", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -26016,6 +26039,7 @@ "provider": "vertex", "authType": "api_key", "model": "gemini-3.5-flash", + "status": "active", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -26176,6 +26200,7 @@ "provider": "vertex", "authType": "api_key", "model": "gemini-3.5-flash-lite", + "status": "active", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -26314,6 +26339,7 @@ "provider": "vertex", "authType": "api_key", "model": "gemini-3.6-flash", + "status": "active", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -26452,6 +26478,7 @@ "provider": "vertex", "authType": "api_key", "model": "gemini-3.7-flash", + "status": "active", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -27707,6 +27734,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-4.5", + "status": "active", "params": [ { "path": "max_tokens", @@ -27792,6 +27820,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-4.5-air", + "status": "active", "params": [ { "path": "max_tokens", @@ -27877,6 +27906,7 @@ "provider": "z-ai", "authType": "subscription", "model": "glm-4.5-air", + "status": "active", "params": [ { "path": "max_tokens", @@ -27962,6 +27992,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-4.5-airx", + "status": "active", "params": [ { "path": "max_tokens", @@ -28047,6 +28078,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-4.5-flash", + "status": "active", "params": [ { "path": "max_tokens", @@ -28132,6 +28164,7 @@ "provider": "z-ai", "authType": "subscription", "model": "glm-4.5", + "status": "active", "params": [ { "path": "max_tokens", @@ -28217,6 +28250,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-4.5-x", + "status": "active", "params": [ { "path": "max_tokens", @@ -28302,6 +28336,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-4.6", + "status": "active", "params": [ { "path": "max_tokens", @@ -28387,6 +28422,7 @@ "provider": "z-ai", "authType": "subscription", "model": "glm-4.6", + "status": "active", "params": [ { "path": "max_tokens", @@ -28472,6 +28508,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-4.7", + "status": "active", "params": [ { "path": "max_tokens", @@ -28557,6 +28594,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-4.7-flash", + "status": "active", "params": [ { "path": "max_tokens", @@ -28642,6 +28680,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-4.7-flashx", + "status": "active", "params": [ { "path": "max_tokens", @@ -28727,6 +28766,7 @@ "provider": "z-ai", "authType": "subscription", "model": "glm-4.7", + "status": "active", "params": [ { "path": "max_tokens", @@ -28812,6 +28852,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-5", + "status": "active", "params": [ { "path": "max_tokens", @@ -28897,6 +28938,7 @@ "provider": "z-ai", "authType": "subscription", "model": "glm-5", + "status": "active", "params": [ { "path": "max_tokens", @@ -28982,6 +29024,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-5-turbo", + "status": "active", "params": [ { "path": "max_tokens", @@ -29067,6 +29110,7 @@ "provider": "z-ai", "authType": "subscription", "model": "glm-5-turbo", + "status": "active", "params": [ { "path": "max_tokens", @@ -29152,6 +29196,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-5.1", + "status": "active", "params": [ { "path": "max_tokens", @@ -29237,6 +29282,7 @@ "provider": "z-ai", "authType": "subscription", "model": "glm-5.1", + "status": "active", "params": [ { "path": "max_tokens", @@ -29322,6 +29368,7 @@ "provider": "z-ai", "authType": "api_key", "model": "glm-5.2", + "status": "active", "params": [ { "path": "max_tokens", @@ -29431,6 +29478,7 @@ "provider": "z-ai", "authType": "subscription", "model": "glm-5.2", + "status": "active", "params": [ { "path": "max_tokens", diff --git a/packages/modelparams/src/generated/data.ts b/packages/modelparams/src/generated/data.ts index 06a58a45..cbc805e5 100644 --- a/packages/modelparams/src/generated/data.ts +++ b/packages/modelparams/src/generated/data.ts @@ -1132,6 +1132,9 @@ const GENERATED_CATALOG = [ "provider": "alibaba", "authType": "api_key", "model": "qwen3-coder-plus", + "status": "deprecated", + "replacement": "alibaba/qwen3.7-plus", + "shutdownOn": "2026-10-10", "params": [ { "path": "max_tokens", @@ -1184,6 +1187,7 @@ const GENERATED_CATALOG = [ "provider": "alibaba", "authType": "api_key", "model": "qwen3-max", + "status": "active", "params": [ { "path": "max_tokens", @@ -1994,6 +1998,7 @@ const GENERATED_CATALOG = [ "provider": "alibaba", "authType": "api_key", "model": "qwen3.6-flash", + "status": "active", "params": [ { "path": "max_completion_tokens", @@ -2069,6 +2074,9 @@ const GENERATED_CATALOG = [ "provider": "alibaba", "authType": "api_key", "model": "qwen3.6-max-preview", + "status": "deprecated", + "replacement": "alibaba/qwen3.7-max", + "shutdownOn": "2026-10-10", "params": [ { "path": "max_completion_tokens", @@ -2294,6 +2302,7 @@ const GENERATED_CATALOG = [ "provider": "alibaba", "authType": "api_key", "model": "qwen3.7-max", + "status": "active", "params": [ { "path": "max_completion_tokens", @@ -2369,6 +2378,7 @@ const GENERATED_CATALOG = [ "provider": "alibaba", "authType": "api_key", "model": "qwen3.7-plus", + "status": "active", "params": [ { "path": "max_completion_tokens", @@ -9642,6 +9652,7 @@ const GENERATED_CATALOG = [ "authType": "api_key", "model": "nova-lite", "wireId": "amazon.nova-lite-v1:0", + "status": "active", "params": [ { "path": "inferenceConfig.maxTokens", @@ -9701,6 +9712,7 @@ const GENERATED_CATALOG = [ "authType": "api_key", "model": "nova-micro", "wireId": "amazon.nova-micro-v1:0", + "status": "active", "params": [ { "path": "inferenceConfig.maxTokens", @@ -9760,6 +9772,7 @@ const GENERATED_CATALOG = [ "authType": "api_key", "model": "nova-pro", "wireId": "amazon.nova-pro-v1:0", + "status": "active", "params": [ { "path": "inferenceConfig.maxTokens", @@ -25003,6 +25016,9 @@ const GENERATED_CATALOG = [ "provider": "vertex", "authType": "api_key", "model": "gemini-2.5-flash", + "status": "deprecated", + "replacement": "vertex/gemini-3.5-flash-lite", + "shutdownOn": "2026-10-20", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -25135,6 +25151,9 @@ const GENERATED_CATALOG = [ "provider": "vertex", "authType": "api_key", "model": "gemini-2.5-flash-lite", + "status": "deprecated", + "replacement": "vertex/gemini-3.1-flash-lite", + "shutdownOn": "2026-10-20", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -25249,6 +25268,9 @@ const GENERATED_CATALOG = [ "provider": "vertex", "authType": "api_key", "model": "gemini-2.5-pro", + "status": "deprecated", + "replacement": "vertex/gemini-3.5-flash", + "shutdownOn": "2026-10-20", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -25541,6 +25563,7 @@ const GENERATED_CATALOG = [ "provider": "vertex", "authType": "api_key", "model": "gemini-3.1-flash-lite", + "status": "active", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -26021,6 +26044,7 @@ const GENERATED_CATALOG = [ "provider": "vertex", "authType": "api_key", "model": "gemini-3.5-flash", + "status": "active", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -26181,6 +26205,7 @@ const GENERATED_CATALOG = [ "provider": "vertex", "authType": "api_key", "model": "gemini-3.5-flash-lite", + "status": "active", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -26319,6 +26344,7 @@ const GENERATED_CATALOG = [ "provider": "vertex", "authType": "api_key", "model": "gemini-3.6-flash", + "status": "active", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -26457,6 +26483,7 @@ const GENERATED_CATALOG = [ "provider": "vertex", "authType": "api_key", "model": "gemini-3.7-flash", + "status": "active", "params": [ { "path": "generationConfig.maxOutputTokens", @@ -27712,6 +27739,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-4.5", + "status": "active", "params": [ { "path": "max_tokens", @@ -27797,6 +27825,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-4.5-air", + "status": "active", "params": [ { "path": "max_tokens", @@ -27882,6 +27911,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "subscription", "model": "glm-4.5-air", + "status": "active", "params": [ { "path": "max_tokens", @@ -27967,6 +27997,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-4.5-airx", + "status": "active", "params": [ { "path": "max_tokens", @@ -28052,6 +28083,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-4.5-flash", + "status": "active", "params": [ { "path": "max_tokens", @@ -28137,6 +28169,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "subscription", "model": "glm-4.5", + "status": "active", "params": [ { "path": "max_tokens", @@ -28222,6 +28255,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-4.5-x", + "status": "active", "params": [ { "path": "max_tokens", @@ -28307,6 +28341,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-4.6", + "status": "active", "params": [ { "path": "max_tokens", @@ -28392,6 +28427,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "subscription", "model": "glm-4.6", + "status": "active", "params": [ { "path": "max_tokens", @@ -28477,6 +28513,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-4.7", + "status": "active", "params": [ { "path": "max_tokens", @@ -28562,6 +28599,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-4.7-flash", + "status": "active", "params": [ { "path": "max_tokens", @@ -28647,6 +28685,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-4.7-flashx", + "status": "active", "params": [ { "path": "max_tokens", @@ -28732,6 +28771,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "subscription", "model": "glm-4.7", + "status": "active", "params": [ { "path": "max_tokens", @@ -28817,6 +28857,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-5", + "status": "active", "params": [ { "path": "max_tokens", @@ -28902,6 +28943,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "subscription", "model": "glm-5", + "status": "active", "params": [ { "path": "max_tokens", @@ -28987,6 +29029,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-5-turbo", + "status": "active", "params": [ { "path": "max_tokens", @@ -29072,6 +29115,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "subscription", "model": "glm-5-turbo", + "status": "active", "params": [ { "path": "max_tokens", @@ -29157,6 +29201,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-5.1", + "status": "active", "params": [ { "path": "max_tokens", @@ -29242,6 +29287,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "subscription", "model": "glm-5.1", + "status": "active", "params": [ { "path": "max_tokens", @@ -29327,6 +29373,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "api_key", "model": "glm-5.2", + "status": "active", "params": [ { "path": "max_tokens", @@ -29436,6 +29483,7 @@ const GENERATED_CATALOG = [ "provider": "z-ai", "authType": "subscription", "model": "glm-5.2", + "status": "active", "params": [ { "path": "max_tokens",