Fix: Change Z.ai context window to account for max_token subtraction (#1185)

This commit is contained in:
amysguan
2026-02-27 17:11:00 -08:00
committed by GitHub
parent ec3cbbcaee
commit d196c5eb5d

View File

@@ -790,7 +790,8 @@
"isFeatured": true,
"free": true,
"updateArgs": {
"context_window": 200000,
"context_window": 180000,
"max_output_tokens": 16000,
"parallel_tool_calls": true
}
},
@@ -801,7 +802,8 @@
"description": "zAI's latest coding model (legacy)",
"free": true,
"updateArgs": {
"context_window": 200000,
"context_window": 180000,
"max_output_tokens": 16000,
"parallel_tool_calls": true
}
},