diff --git a/crates/forge_repo/src/provider/provider.json b/crates/forge_repo/src/provider/provider.json index 2d3353bafd..54de3eea65 100644 --- a/crates/forge_repo/src/provider/provider.json +++ b/crates/forge_repo/src/provider/provider.json @@ -817,6 +817,16 @@ "response_type": "OpenAI", "url": "https://api.z.ai/api/paas/v4/chat/completions", "models": [ + { + "id": "glm-5.2", + "name": "GLM-5.2", + "description": "Flagship foundation model built for long-horizon tasks with truly usable 1M-token context, delivering stable long-task execution and reliable adherence to engineering standards", + "context_length": 1048576, + "tools_supported": true, + "supports_parallel_tool_calls": true, + "supports_reasoning": true, + "input_modalities": ["text"] + }, { "id": "glm-5.1", "name": "GLM-5.1", @@ -3451,6 +3461,16 @@ "response_type": "OpenAI", "url": "https://api.novita.ai/openai/v1/chat/completions", "models": [ + { + "id": "zai-org/glm-5.2", + "name": "GLM-5.2", + "description": "GLM-5.2 is Z.AI's latest flagship model, meticulously engineered for long-horizon autonomous tasks with 1M context window and 128K maximum output", + "context_length": 1048576, + "tools_supported": true, + "supports_parallel_tool_calls": true, + "supports_reasoning": true, + "input_modalities": ["text"] + }, { "id": "zai-org/glm-5.1", "name": "GLM-5.1", @@ -3679,6 +3699,16 @@ "supports_reasoning": true, "input_modalities": ["text"] }, + { + "id": "accounts/fireworks/models/glm-5p2", + "name": "GLM 5.2", + "description": "GLM 5.2 model", + "context_length": 1048576, + "tools_supported": true, + "supports_parallel_tool_calls": true, + "supports_reasoning": true, + "input_modalities": ["text"] + }, { "id": "accounts/fireworks/models/kimi-k2p7-code", "name": "Kimi K2.7 Code",