Kimi-K3
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.
它将一个高度量化的 270 亿参数模型、推测解码和 256K 上下文窗口整合到单一、易于部署的 Docker 方案中,并针对 ARM64 NVIDIA GPU 进行了优化。
A production-ready vLLM deployment wrapper for Qwen3.6-27B — an NVFP4-quantized dense model (~27B params) with DFlash speculative decoding.
This repo bundles a ready-to-run Docker container, a custom chat template, and start/stop scripts so you can spin up a fully OpenAI-compatible inference server in minutes.
| Feature | Details |
|---|---|
| Model | Qwen3.6-27B-NVFP4 — NVFP4 quantised dense (~27B params) |
| Vision | Supports image input (multimodal) |
| Quantization | ModelOpt (--quantization modelopt) |
| Inference Engine | vLLM (nightly aarch64) with Flash Attention backend |
| Speculative Decoding | DFlash, draft model z-lab/Qwen3.6-27B-DFlash, 10 speculative tokens |
| Context Window | Up to 262 144 tokens (256K) |
| OpenAI-Compatible API | /v1/chat/completions, /v1/completions, /v1/models |
| Served Model Name | qwen36-27b-nvidia-nvfp4-dflash |
| Tool Use | Qwen3-coder tool-call parser, auto tool choice enabled |
| Thinking/Reasoning | CoT / chain-of-thought with `` block support (configurable) |
| Reasoning Parser | Qwen3-specific parser via --reasoning-parser qwen3 |
| Streaming | Full SSE streaming support |
| Prefix Caching | Enabled via --enable-prefix-caching |
| Chunked Prefill | Enabled via --enable-chunked-prefill |
| KV Cache | bfloat16 (--kv-cache-dtype bfloat16) |
| Custom Chat Template | Full Jinja template with tool use and thinking support |
| ARM64 Native | vLLM nightly aarch64 image |
256 tokens output · 1–4 concurrent streams · total 33.7 s
| Concurrency | TTFT | Streams | Aggregate (tok/s) | Stream (tok/s) |
|---|---|---|---|---|
| ×1 | 133 ms | 1/1 | 45.6 | 45.6 |
| ×2 | 566 ms | 2/2 | 71.7 | 37.1 |
| ×3 | 718 ms | 3/3 | 86.0 | 33.9 |
| ×4 | 771 ms | 4/4 | 102.4 | 29.8 |
Aggregate — total tok/s across all concurrent streams. Stream — per-stream average.
Deep-context throughput benchmark (salted prompts to avoid prefix cache):
| Config | Val
Qwen3.6-27B (NVFP4) DFlash for DGX Spark
根据分类、Topic 和编程语言匹配的相似项目。
Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

A comprehensive guide for building and configuring a high-end local machine to run state-of-the-art LLMs, with detailed hardware choices, BIOS tuning, and Docker-based model serving.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.