# mistral4_gguf | | | |---|---| | **Model type** | `mistral4_gguf` | | **Class** | `Mistral4GGUFCausalLMModel` | | **Task** | `mistral4-gguf-text-generation` | | **Source** | `models/gguf_mistral4.py` | ## Description Mistral4 GGUF decoder with MLA, mandatory shared/routed MoE, and latent cache. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```