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
This commit is contained in:
Khalid Bashir
2026-06-13 13:14:16 +05:00
parent 94c5a7fd47
commit 82235202fb

View File

@@ -1820,6 +1820,23 @@
"zero_allowed": true,
"dynamic_allowed": true
}
},
{
"id": "kimi-k2.7-code",
"object": "model",
"created": 1780396800,
"owned_by": "moonshot",
"type": "kimi",
"display_name": "Kimi K2.7 Code",
"description": "Kimi K2.7 Code - Moonshot AI's latest coding-focused model",
"context_length": 262144,
"max_completion_tokens": 65536,
"thinking": {
"min": 1024,
"max": 32000,
"zero_allowed": false,
"dynamic_allowed": true
}
}
],
"antigravity": [