AIAny
AI Model2026
Icon for item

Kimi-K2.7-Code-GGUF

Provides a locally runnable GGUF quantized build of Kimi K2.7 Code for multimodal, coding-focused agentic workflows — a 1T-parameter MoE model with 256K context, native int4 support, preserved thinking-mode, and image/video input support.

Introduction

Long-horizon coding tasks and persistent agent workflows strain both context length and the ability to preserve internal reasoning across turns. This GGUF build makes a quantized, locally runnable snapshot of Kimi K2.7 Code available for on-prem inference, keeping the model's thinking-mode semantics and multimodal I/O while reducing memory footprint compared with full-precision weights.

Key Capabilities
  • Portable quantized runtime: GGUF builds and Unsloth Dynamic quantization options enable locally hosted inference with significantly reduced disk/RAM requirements compared with lossless FP runtimes, while retaining the model’s native int4 quantization pipeline.
  • Agentic coding focus: the upstream model is a MoE 1T-parameter architecture (32B activated) optimized for long-horizon coding, multi-step tool calls, and preserve_thinking behavior to carry reasoning across multi-turn sessions.
  • Very long context + vision: 256K token context length and an integrated MoonViT vision encoder (~400M parameters) allow image and video inputs to be part of coding and debugging workflows.
  • Thinking-mode defaults: the model forces thinking/preserve_thinking; recommended inference settings in its docs favor temperature=1.0 and top_p=0.95 for thinking-mode runs.
Who it’s for and tradeoffs

Great fit if you need to run a multimodal coding/agent model locally or in private inference environments and want preserved internal reasoning across multi-turn sessions. Look elsewhere if you require the absolute highest single-turn code-generation scores from closed-source SOTA models, or if you cannot allocate the hundreds of GB of storage/memory that even quantized GGUF variants may require for best performance. Expect engineering work to integrate GGUFs into your chosen runtime (llama.cpp/vLLM/Unsloth) and to tune quantization/offload settings for your hardware.

Information

  • Websitehuggingface.co
  • OrganizationsUnsloth, Moonshot AI
  • Published date2026/06/12

Categories

More Items

Hugging Face
AI Model2026

Runs a 35B-class sparse MoE LLM with SSD-streamed experts, 4-bit quantization, prerouter routing prediction and Recover-LoRA adapters to enable ~2.9–3 GiB active memory and interactive decoding (~15 tok/s) for on-device inference.

Hugging Face
AI Model2026

Integrates a pretrained vision–language model with a BEV perception head and a Planning Expert to provide 3D perception, driving VQA and motion planning for autonomous driving while keeping the base VLM architecture unchanged.

Hugging Face
AI Audio2026

Generates full songs from lyrics and a style prompt, producing vocals and accompaniment and exporting editable symbolic scores for melody/chord control. Uses symbolic planning with agentic multi-turn editing and runs local 48 kHz inference on a 24GB GPU.