Skip to content

Commit 8223520

Browse files
author
Khalid Bashir
committed
feat: add Kimi K2.7 Code model (kimi-k2.7-code)
Add kimi-k2.7-code to the model registry with: - 262K context length, 65K max completion tokens - Thinking support (dynamic, 1024-32000 budget) - zero_allowed=false (K2.7 Code does not support non-thinking mode) Closes #3826
1 parent 94c5a7f commit 8223520

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

internal/registry/models/models.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,6 +1820,23 @@
18201820
"zero_allowed": true,
18211821
"dynamic_allowed": true
18221822
}
1823+
},
1824+
{
1825+
"id": "kimi-k2.7-code",
1826+
"object": "model",
1827+
"created": 1780396800,
1828+
"owned_by": "moonshot",
1829+
"type": "kimi",
1830+
"display_name": "Kimi K2.7 Code",
1831+
"description": "Kimi K2.7 Code - Moonshot AI's latest coding-focused model",
1832+
"context_length": 262144,
1833+
"max_completion_tokens": 65536,
1834+
"thinking": {
1835+
"min": 1024,
1836+
"max": 32000,
1837+
"zero_allowed": false,
1838+
"dynamic_allowed": true
1839+
}
18231840
}
18241841
],
18251842
"antigravity": [

0 commit comments

Comments
 (0)