Warning
r0uter is under active development. The project is not yet fully functional and may not work as expected out of the box. If you'd like to contribute, feel free to open a pull request. Found a bug, vulnerability, or something unusual? Please open an issue.
r0uter is a simple and fast model router for LLMs. The goal is to build a routing engine using a tiny classification model that will take a string a input and map tags to a large language model.
| Prompt | Tag | Model |
|---|---|---|
| What's 13+37? | math | mathstral:latest |
| Write the Two Sum algorithm. | code | qwen2.5-coder:latest |
| What is the capital of France? | general | qwen3:latest |
Find the documentation in the Grimoire. You can read it here.
Coming soon...