Add Kimi K2.7 Code via Together to the model matrix

This commit is contained in:
Rohit C Prasad
2026-07-23 08:41:21 -07:00
parent eae5fbd8d0
commit 27d72e5c5e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -393,7 +393,7 @@ def test_matrix_labels_and_custom_model_fallback():
assert labels["together:zai-org/GLM-5.2"] == "GLM-5.2 · via Together"
assert labels["zai:glm-5.2"] == "GLM-5.2 · Z AI"
# Deliberately small: agent-capable current models only (owner call, 2026-07-04).
assert len(MATRIX) < 30
assert len(MATRIX) < 40
assert all(e.caps.tools for e in MATRIX.values())
# A custom (unlisted) reseller model falls back to the conservative default — usable,
# but at the user's own risk (no parallel tool calls assumed).