Kimi-K3
Kimi-K3
Kimi-K3 is a Moonshot AI vision-language model with a MoonViT3d vision tower and a Kimi Linear Mixture-of-Experts language backbone.
Architecture
KimiK3ForConditionalGenerationcombines the MoonViT3d vision tower and multimodal projector with the Kimi Linear language backbone.KimiK3ForCausalLMexposes the text-only Kimi Linear backbone.
Example HF Models
Example Recipes
Try with NeMo AutoModel
1. Clone and install from source (full instructions):
2. Run the text-only recipe from inside the repo:
Run with Docker
1. Pull the container and mount a checkpoint directory:
2. Navigate to the AutoModel directory:
3. Run the recipe:
See the Installation Guide and LLM Fine-Tuning Guide.