OpenRouter Model
!!! note "OpenRouter Model class"
- [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/models/openrouter_model.py)
??? note "Full source code"
```python
--8<-- "src/minisweagent/models/openrouter_model.py"
```
!!! tip "Guide"
Setting up OpenRouter models is covered in the [quickstart guide](../../models/quickstart.md).
::: minisweagent.models.openrouter_model
{% include-markdown "../../_footer.md" %}