AIAny
AI Model2026
Icon for item

unsloth/Kimi-K3-GGUF

GGUF-quantized build of Moonshot AI's Kimi K3 for local inference: MXFP4-aware quantization, image-text-to-text pipeline support, native vision and a 1,048,576-token context window. Intended for local GGUF runtimes (vLLM, SGLang, TokenSpeed) with Kimi K3 license constraints.

Introduction

Making a frontier, 2.8T-parameter multimodal agent usable outside the cloud is the core payoff: this GGUF build packages the Kimi K3 weights and quantization metadata so researchers and engineers can run the model locally with GGUF-compatible runtimes. The main practical gain is access to Kimi K3’s native vision + long-context agentic capabilities without the platform-only API lock-in — but it comes with substantial hardware and license trade-offs.

Key Capabilities
  • MXFP4-aware GGUF build: quantization-aware weights target broad GGUF runtimes so you can run a quantized Kimi K3 image-text-to-text pipeline locally; this reduces storage and runtime requirements compared with full-precision weights while preserving the model’s multi-modal interface.
  • Native multimodality and long context: supports text and images with a 1,048,576-token context window, enabling long-horizon reasoning, codebase navigation, and multi-step vision-in-the-loop workflows.
  • Agentic feature set: preserves the model’s agentic behaviors (thinking/reasoning content and tool-oriented outputs) and is compatible with agent frameworks that accept preserved reasoning fields.
  • Deployment guidance included: recommended runtimes are vLLM, SGLang and TokenSpeed; the model card documents quantization, tool-aware message formats, and API patterns for preserved thinking.
Who it's for and trade-offs

Great fit if you need local access to a frontier multimodal agentic model (research prototyping, offline evaluation, privacy-sensitive inference) and can provision substantial disk and memory for quantized weights. Look elsewhere if you need a lightweight CPU-only model, a permissive commercial license, or a turnkey hosted API: full-precision variants and lossless Q8 modes require terabytes of storage and specialized inference hardware; the Kimi K3 License also imposes usage constraints that must be reviewed before deployment.

Where it fits

This artifact sits between raw upstream weights and small local LLMs: it lowers the barrier to locally running a 3T-class agent by packaging quantized GGUF weights and runtime notes, but it is not an easy drop-in for commodity devices — expect to use GPUs and GGUF-capable inference engines for practical performance.

Information

  • Websitehuggingface.co
  • OrganizationsMoonshot AI, unsloth
  • Authorsunsloth
  • Published date2026/07/27

Categories

More Items

Hugging Face
AI Model2026

A GGUF-local variant of Qwen3.6-35B that applies a non-training 'Genesis' tensor-repair process and Hermes-agent fine-tuning to enable uncensored, multimodal (text+image) local inference. Highlights: MoE 35B spec, large native context, Hermes function-calling dataset transfer, and recommended quantization/runtime settings.

Hugging Face
AI Model2026

4-bit NVFP4 (W4A4) quantized pack of Upstage Solar Open2 250B for vLLM serving on NVIDIA Blackwell GPUs, preserving MoE routing and near-BF16 quality while cutting model size from 500.6 GB to 153.3 GB.

Presents a 2.8T-parameter Mixture-of-Experts multimodal model with a 1-million-token context window and 104 billion activated parameters, targeting long-horizon agentic RL, coding, reasoning, and vision. Key innovations include Kimi Delta Attention, Attention Residuals, Stable LatentMoE (16 of 896 experts active per token), ~2.5× scaling efficiency over Kimi K2, and a public weight release.