| 1 | # OpenRouter Model
|
| 2 |
|
| 3 | !!! note "OpenRouter Model class"
|
| 4 |
|
| 5 | - [Read on GitHub](https://github.com/swe-agent/mini-swe-agent/blob/main/src/minisweagent/models/openrouter_model.py)
|
| 6 |
|
| 7 | ??? note "Full source code"
|
| 8 |
|
| 9 | ```python
|
| 10 | --8<-- "src/minisweagent/models/openrouter_model.py"
|
| 11 | ```
|
| 12 |
|
| 13 | !!! tip "Guide"
|
| 14 |
|
| 15 | Setting up OpenRouter models is covered in the [quickstart guide](../../models/quickstart.md).
|
| 16 |
|
| 17 | ::: minisweagent.models.openrouter_model
|
| 18 |
|
| 19 | {% include-markdown "../../_footer.md" %}
|
| 20 |
|