From fe93fab02d148101ba73baa6c981138a60bbbc29 Mon Sep 17 00:00:00 2001 From: Amit Singh Date: Mon, 20 Apr 2026 22:30:11 +0530 Subject: [PATCH] feat(models): add glm-5v-turbo vision model with tool and reasoning support --- crates/forge_repo/src/provider/provider.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/crates/forge_repo/src/provider/provider.json b/crates/forge_repo/src/provider/provider.json index 204f69d8c6..ad9023d6fc 100644 --- a/crates/forge_repo/src/provider/provider.json +++ b/crates/forge_repo/src/provider/provider.json @@ -1006,6 +1006,16 @@ "supports_parallel_tool_calls": false, "supports_reasoning": false, "input_modalities": ["text"] + }, + { + "id": "glm-5v-turbo", + "name": "GLM-5V Turbo", + "description": "Vision-capable model with attachment support, reasoning, and tool calling capabilities", + "context_length": 200000, + "tools_supported": true, + "supports_parallel_tool_calls": true, + "supports_reasoning": true, + "input_modalities": ["text", "image"] } ], "auth_methods": ["api_key"]