# longcat_flash | | | |---|---| | **Model type** | `longcat_flash` | | **Class** | `LongcatFlashCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/longcat_flash.py` | ## Description LongCat Flash causal LM with dual-sublayer MLA + MoE architecture. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```