Skip to content

Commit 9b8ec33

Browse files
fix(provider): add glm-5.2 model entries to provider.json (#3530)
1 parent f3e4758 commit 9b8ec33

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

crates/forge_repo/src/provider/provider.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,16 @@
817817
"response_type": "OpenAI",
818818
"url": "https://api.z.ai/api/paas/v4/chat/completions",
819819
"models": [
820+
{
821+
"id": "glm-5.2",
822+
"name": "GLM-5.2",
823+
"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",
824+
"context_length": 1048576,
825+
"tools_supported": true,
826+
"supports_parallel_tool_calls": true,
827+
"supports_reasoning": true,
828+
"input_modalities": ["text"]
829+
},
820830
{
821831
"id": "glm-5.1",
822832
"name": "GLM-5.1",
@@ -3451,6 +3461,16 @@
34513461
"response_type": "OpenAI",
34523462
"url": "https://api.novita.ai/openai/v1/chat/completions",
34533463
"models": [
3464+
{
3465+
"id": "zai-org/glm-5.2",
3466+
"name": "GLM-5.2",
3467+
"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",
3468+
"context_length": 1048576,
3469+
"tools_supported": true,
3470+
"supports_parallel_tool_calls": true,
3471+
"supports_reasoning": true,
3472+
"input_modalities": ["text"]
3473+
},
34543474
{
34553475
"id": "zai-org/glm-5.1",
34563476
"name": "GLM-5.1",
@@ -3679,6 +3699,16 @@
36793699
"supports_reasoning": true,
36803700
"input_modalities": ["text"]
36813701
},
3702+
{
3703+
"id": "accounts/fireworks/models/glm-5p2",
3704+
"name": "GLM 5.2",
3705+
"description": "GLM 5.2 model",
3706+
"context_length": 1048576,
3707+
"tools_supported": true,
3708+
"supports_parallel_tool_calls": true,
3709+
"supports_reasoning": true,
3710+
"input_modalities": ["text"]
3711+
},
36823712
{
36833713
"id": "accounts/fireworks/models/kimi-k2p7-code",
36843714
"name": "Kimi K2.7 Code",

0 commit comments

Comments
 (0)