Skip to content
Open
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
10 changes: 10 additions & 0 deletions crates/forge_repo/src/provider/provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -1298,6 +1298,16 @@
"response_type": "OpenAI",
"url": "https://api.z.ai/api/coding/paas/v4/chat/completions",
"models": [
{
"id": "glm-5.3",
"name": "GLM-5.3",
"description": "Latest flagship model with 50% better coding performance than GLM-5.2 on Z.ai Code Bench, 1M context window, 128K maximum output, and always-on reasoning with low/high/max effort levels",
"context_length": 1048576,
"tools_supported": true,
"supports_parallel_tool_calls": true,
"supports_reasoning": true,
"input_modalities": ["text"]
},
{
"id": "glm-5.2",
"name": "GLM-5.2",
Expand Down
Loading