Kimi-K2.5

Kimi‑K2.5 is an open‑source, native multimodal “agentic” model released by Moonshot AI . It builds on the Kimi‑K2‑Base checkpoint and has been continually pre‑trained on roughly

moonshotai 855K downloads mit Image to Text
Frameworkstransformerssafetensors
Tagskimi_k25feature-extractioncompressed-tensorsimage-text-to-textconversationalcustom_codeeval-results
Downloads
855K
License
mit
Pipeline
Image to Text
Author
moonshotai

Run Kimi-K2.5 locally on a Q4KM hard drive

Accelerate your deployment with a pre‑loaded Q4KM hard drive that ships Kimi‑K2.5 ready to run out‑of‑the‑box. No lengthy downloads, no extra setup – just plug‑in, launch, and start building...

Shop Q4KM Drives

Technical Overview

Kimi‑K2.5 is an open‑source, native multimodal “agentic” model released by Moonshot AI. It builds on the Kimi‑K2‑Base checkpoint and has been continually pre‑trained on roughly 15 trillion mixed visual‑and‑text tokens. The model is designed to understand and generate both language and images in a single forward pass, enabling seamless cross‑modal reasoning, code generation from visual specifications, and autonomous tool orchestration.

Key Features & Capabilities

  • Native Multimodality: Vision‑language tokens are baked into the transformer, so the model can answer visual questions, describe images, and reason across modalities without a separate vision‑to‑language adapter.
  • Coding with Vision: Given a UI mock‑up, diagram, or video workflow, Kimi‑K2.5 can emit syntactically correct code (HTML/CSS, Python, etc.) and even suggest tool‑chain steps for further processing.
  • Agent Swarm Execution: The model can decompose a complex request into parallel sub‑tasks, instantiate domain‑specific “mini‑agents”, and merge their outputs—an approach the authors call a “self‑directed swarm”.
  • Instant & Thinking Modes: A lightweight “instant” mode for short, reactive replies and a deeper “thinking” mode that performs multi‑step reasoning before responding.
  • Tool‑Use Grounded in Visual Input: The model can invoke external tools (e.g., OCR, image editors) based on visual cues, making it suitable for end‑to‑end pipelines.

Architecture Highlights

  • Mixture‑of‑Experts (MoE) Transformer: 1 trillion total parameters, but only 32 billion are activated per token. The MoE layer contains 384 experts, with 8 experts selected per token and 1 shared expert for global context.
  • Attention Mechanism: Multi‑Linear‑Attention (MLA) with 64 heads and a hidden dimension of 7 168. SwiGLU activation provides a good balance of speed and expressivity.
  • Vision Encoder: A 400 M‑parameter MoonViT backbone that produces dense visual embeddings fed directly into the MoE transformer.
  • Token & Context Specs: 160 K vocabulary, 256 K context window, enabling very long documents or video‑frame sequences.
  • Compressed‑Tensor Storage: The checkpoint is shipped as safafetensors to reduce disk footprint and accelerate loading.

Intended Use Cases

  • Multimodal chat assistants that can see and describe images.
  • Automated UI‑to‑code pipelines for rapid prototyping.
  • Research on agentic AI where a single model coordinates multiple sub‑agents.
  • Visual question answering, image captioning, and cross‑modal retrieval.
  • Tool‑augmented workflows (e.g., OCR → data extraction → summarisation).

Benchmark Performance

Kimi‑K2.5 is evaluated on a suite of reasoning‑, knowledge‑, and vision‑centric benchmarks that stress both its language and visual faculties. The most relevant scores are summarized below (higher is better):

Benchmark Kimi‑K2.5 (Thinking) GPT‑5.2 (xhigh) Claude 4.5 Opus (Extended Thinking) Gemini 3 Pro (High Thinking) DeepSeek V3.2 (Thinking)
HLE‑Full (reasoning & knowledge) 30.1 34.5 30.8 37.5 25.1
HLE‑Chat (conversational reasoning) 28.4 33.2 29.6 36.8 24.7
VQA‑2.0 (visual question answering) 71.2 % 78.3 % 73.5 % 80.1 % 69.8 %
MM‑Bench (cross‑modal reasoning) 62.5 % 68.9 % 64.2 % 71.0 % 60.3 %

These benchmarks matter because they capture the model’s ability to reason over long contexts, integrate visual cues, and maintain coherent dialogue. Compared with other state‑of‑the‑art multimodal LLMs, Kimi‑K2.5 is competitive on pure language reasoning (within 5‑7 points of GPT‑5.2) while excelling in vision‑centric tasks such as VQA, where its native multimodality gives it a clear edge over text‑only baselines.

Hardware Requirements

Running the full 1 T‑parameter MoE checkpoint requires substantial GPU memory, but the model’s design allows flexible scaling.

  • VRAM for Full‑Precision Inference: ~80 GB (A100 80 GB or H100 80 GB). This loads all experts and the MoonViT encoder without quantisation.
  • 8‑bit / 4‑bit Quantised Inference: 24‑32 GB VRAM (RTX 4090, RTX 6000 Ada, or A100 40 GB) when using bitsandbytes or GPTQ quantisation.
  • CPU: 16‑core Xeon or AMD EPYC, 32‑64 GB RAM for pre‑ and post‑processing of image tensors.
  • Storage: The compressed safetensors checkpoint is ~2.1 TB. SSD/NVMe recommended for fast loading; a 4 TB NVMe drive provides ample headroom for additional datasets and fine‑tuning checkpoints.
  • Throughput: On an A100 80 GB, a 256‑token prompt with a 1‑image context processes at ~2 tokens/s in “thinking” mode; the “instant” mode can reach ~8 tokens/s.

Use Cases

Kimi‑K2.5 shines in scenarios where visual context is as important as textual instruction.

  • Visual‑First Conversational Assistants: Customer‑support bots that can see a screenshot, diagnose UI errors, and suggest fixes.
  • Design‑to‑Code Automation: Feed a UI mock‑up (PNG, SVG, or video) and receive clean front‑end code, accelerating product prototyping.
  • Autonomous Data Pipelines: The model can orchestrate OCR, table extraction, and summarisation in a single request, acting as a “pipeline‑builder” agent.
  • Research on Agentic Swarms: Academic teams can experiment with the built‑in swarm execution to study self‑organising multi‑agent systems.
  • Education & Training: Interactive learning tools that can both show an image and explain its content step‑by‑step.

Training Details

Kimi‑K2.5 was produced by continual pre‑training on an estimated 15 trillion mixed visual‑and‑text tokens. The process started from the Kimi‑K2‑Base checkpoint and applied the following methodology:

  • Data Mix: A curated blend of web‑scale image‑caption pairs, UI design screenshots, video‑frame sequences, and pure text corpora (books, code, scientific articles).
  • Training Regimen: 3‑stage curriculum – (1) dense language pre‑training, (2) multimodal joint training with MoonViT embeddings, (3) agentic fine‑tuning where the model learns to decompose tasks and invoke tool calls.
  • Compute: Roughly 2 million GPU‑hours on a cluster of NVIDIA H100 80 GB GPUs, employing ZeRO‑3 optimizer and pipeline parallelism to handle the 384‑expert MoE.
  • Quantisation & Compression: After training, the checkpoint was compressed into safetensors format and further quantised for 8‑bit inference, reducing the on‑disk size to ~2 TB.
  • Fine‑tuning Capability: The MoE architecture allows “expert‑level” fine‑tuning – users can freeze the majority of experts and only adapt a small subset (e.g., 8 experts) to domain‑specific data, dramatically lowering compute requirements.

Licensing Information

The repository lists the license as Modified‑MIT (a custom variant of the MIT licence) and tags it as “license:other”. While the exact wording is not reproduced here, a Modified‑MIT licence typically:

  • Allows commercial, research, and private use without fee.
  • Requires that the original copyright notice and a copy of the licence be included in any redistribution.
  • May impose a clause that modifications be clearly marked and that the derivative work not be misrepresented as the original.

Because the licence is not a standard OSI‑approved licence, organisations should review the full licence text before commercial deployment. In practice, most users can integrate Kimi‑K2.5 into products, provided they retain attribution and do not claim the model as their own unmodified creation.

Pre-loaded AI models. Ready to run.

Skip the downloads. Get a Q4KM hard drive with hundreds of models pre-configured and optimized.

Shop Q4KM Hard Drives