launch: update ctx length for glm-5.1 and gemma4 (#15411)

Also adds glm-5.1 in recommended models
This commit is contained in:
Parth Sareen
2026-04-08 12:11:50 -07:00
committed by GitHub
parent d64812eb5d
commit 55308f1421
3 changed files with 34 additions and 30 deletions

View File

@@ -736,6 +736,8 @@ func TestLookupCloudModelLimit(t *testing.T) {
{"glm-4.7", false, 0, 0},
{"glm-4.7:cloud", true, 202_752, 131_072},
{"glm-5:cloud", true, 202_752, 131_072},
{"glm-5.1:cloud", true, 202_752, 131_072},
{"gemma4:31b-cloud", true, 262_144, 131_072},
{"gpt-oss:120b-cloud", true, 131_072, 131_072},
{"gpt-oss:20b-cloud", true, 131_072, 131_072},
{"kimi-k2.5", false, 0, 0},