# gemma4_text | | | |---|---| | **Model type** | `gemma4_text` | | **Class** | `Gemma4CausalLMModel` | | **Task** | `gemma4-text-generation` | | **Source** | `models/gemma4.py` | ## Description Gemma 4 text-only causal language model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```