# cohere2 | | | |---|---| | **Model type** | `cohere2` | | **Class** | `CohereCausalLMModel` | | **Task** | `text-generation` | | **Source** | `models/cohere.py` | ## Description Cohere and Cohere2 causal language model. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```