# gpt_oss | | | |---|---| | **Model type** | `gpt_oss` | | **Class** | `GPTOSSCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/gptoss.py` | ## Description GPT-OSS causal language model with MoE FFN and attention sinks. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```