Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions crates/forge_repo/src/provider/provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading