<!-- CURSOR_SUMMARY -->
> [!NOTE]
> <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is
generating a summary for commit
5e434b7d049c839504c726b096bf5fa4c22f162b. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
This commit is contained in:
Will Chen
2025-10-16 13:13:22 -07:00
committed by GitHub
parent 146e083daf
commit eae22bed90

View File

@@ -212,6 +212,15 @@ export const MODEL_OPTIONS: Record<string, ModelOption[]> = {
temperature: 0,
dollarSigns: 0,
},
{
name: "z-ai/glm-4.6",
displayName: "GLM 4.6",
description: "Z-AI's best coding model",
maxOutputTokens: 32_000,
contextWindow: 200_000,
temperature: 0,
dollarSigns: 2,
},
{
name: "qwen/qwen3-coder",
displayName: "Qwen3 Coder",