182 Downloads Updated 1 week ago
ollama run treyleo16/kimi-k3
Updated 1 week ago
1 week ago
5ccc66e1e9f2 · 36kB ·
Kimi K3 is Moonshot AI’s flagship open-weights frontier model engineered for long-horizon software engineering, complex reasoning, and multimodal agentic workflows. As a 3-trillion-parameter-class sparse Mixture-of-Experts (MoE) model, Kimi K3 delivers frontier-level performance with variable reasoning effort and native visual understanding.
Operates across extended development sessions with high autonomy—navigating large repositories, compiling system code, optimizing low-level GPU kernels, and resolving distributed race conditions without losing contextual coherence.
Combines standard transformer mechanics with Kimi Delta Attention across 93 layers. This hybrid approach preserves long-range sequence coherence across its 1M context window without incurring quadratic throughput degradation.
Integrates MoonViT-V2 to parse complex visual artifacts directly alongside code. It processes architectural diagrams, UI mockups, terminal screenshots, and CAD assets within the same logical context window.
Features built-in reasoning traces enabled by default. Supports dynamic inference depth via the reasoning_effort flag (low, high, max), allowing latency tuning based on problem difficulty.
| Parameter | Specification |
|---|---|
| Model ID | kimi-k3 |
| Context Window | 1,048,576 tokens |
| Input Modalities | Text, Code, Images (Vision) |
| Output Modalities | Text, Code, Structured JSON, Thinking Tokens |
| Native Tools | Function Calling, Vision Parsing, Terminal/CLI Execution |
Running Kimi K3 locally requires enterprise GPU clusters or high-bandwidth unified memory systems:
| Quantization Format | Size | Hardware Target |
|---|---|---|
| UD-IQ1_S (1-bit) | ~594 GB | Apple Silicon Mac Studio (512GB+) / 8x H100 Node |
| UD-IQ2_XXS (2-bit) | ~711 GB | 8x H100 Enterprise Node Cluster |
| UD-Q8_K_XL (Lossless) | ~1.56 TB | Multi-Node Enterprise Data Center Cluster |