> **15 Specialists — Zero Cloud.**
---
license: other
license_name: Hayula Research License v1.0
license_link: https://hayula.xyz/license
language: [ar, en]
library_name: transformers
tags: [arabic, hayula, rushd]
---
# hayulalab/Rushd-Router-8B
**Multi-Specialist Query Router**
Routes queries to the appropriate Rushd specialist. 99% routing accuracy on held-out set.
| Property | Value |
|----------|-------|
| Base Model | Qwen3-8B + LoRA (r=16) |
| Performance | 99% routing accuracy |
| License | Research Only — No Commercial Use |
## Usage
```python
from mlx_lm import load, generate
model, tokenizer = load("Qwen/Qwen3-8B", adapter_path="hayulalab/Rushd-Router-8B")
response = generate(model, tokenizer, prompt="Your query here")
```
## License
1@misc{hayula-lab,
2 author = {Hayula Lab},
3 title = {Hayula Agent OS — Open Source AI Agent Ecosystem},
4 year = {2026},
5 publisher = {HuggingFace},
6 url = {https://hayula.xyz}
7}
1@misc{hayula-rushd-router-8b,
2 author = {Hayula Lab},
3 title = {hayulalab/Rushd-Router-8B},
4 year = {2026},
5}