File size: 8,817 Bytes
fcc7d72 fe74938 fcc7d72 fe74938 fcc7d72 fe74938 fcc7d72 fe74938 fcc7d72 fe74938 fcc7d72 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 dd94c69 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 82d520a 7ad0908 fe74938 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 | ---
language:
- en
license: mit
library_name: llama-cpp-python
base_model: katanemo/Arch-Router-1.5B
tags:
- routing
- grpo
- reinforcement-learning
- gguf
- lora
- unsloth
- trl
- qwen2
- llama-cpp
- contract-aware
- cost-optimization
- query-classification
model_type: qwen2
pipeline_tag: text-classification
datasets:
- custom
metrics:
- accuracy
model-index:
- name: ModelGate-Router
results:
- task:
type: text-classification
name: Query Complexity Classification
metrics:
- type: accuracy
value: 83.3
name: Overall Accuracy (held-out, GGUF Q8_0)
- type: accuracy
value: 85.7
name: Medium Tier Accuracy
- type: latency
value: 62
name: Avg Latency (ms, CUDA)
---
<p align="center">
<img src="banner.svg" alt="ModelGate Banner" width="100%"/>
</p>
# ModelGate
**Intelligent AI Routing - Built from Your Contracts**
One line of code changed. Millions of premium calls rerouted.
ModelGate is a contract-aware AI control plane that ingests customer contracts, extracts SLA/privacy/routing constraints, and generates an OpenAI-compatible endpoint that automatically routes every request to the optimal model. Simple queries go to cheap models. Complex queries go to premium ones. Contract compliance is enforced per request, automatically.
**3rd Place** at the KSU Social Good Hackathon 2026 - Assurant Track.
### Team Agents Assemble
| | Role |
|---|---|
| **[Aaryan Kapoor](https://www.linkedin.com/in/theaaryankapoor/)** | Lead Architect & AI Engineer |
| **[Pradyumna Kumar](https://www.linkedin.com/in/pradyum-kumar/)** | Platform Architect & Frontend |
| **[Danny Tran](https://www.linkedin.com/in/nam-tr%E1%BA%A7n-02973b2b6/)** | Design & Presentation Lead |
## Why
Over 30 new LLMs launched in the past month alone. No team has time to evaluate them all - so they pick one premium model and send everything to it. The result: 50-90% of enterprise AI spend is wasted on over-provisioned models, and premium models consume 180x more energy per query than small ones.
ModelGate fixes this. You change one line of code - your `base_url` - and we handle model selection, contract compliance, and cost optimization automatically.
## Results
### MMLU Routing Benchmark (60 questions, 6 subjects)
We benchmarked ModelGate against always routing to GPT-5.4 (default reasoning):
| | GPT-5.4 Direct | ModelGate Router | Delta |
|---|---|---|---|
| **Overall Accuracy** | 90% | 85% | -5pp |
| **Hard Accuracy** | 80% | 80% | 0 |
| **Cost** | $0.023 | $0.0095 | **-59%** |
The router sent 68% of queries to Gemini Flash Lite, 17% to GPT-4o-mini, and only 15% to GPT-5.4. Hard questions were routed correctly - the cost savings come from not overpaying on easy ones.
Projected at 10k requests/month: **$1.58 vs $3.83** (59% savings).
### Fine-Tuned Classification Model (GRPO Reinforcement Learning)
We fine-tuned ModelGate-Router (based on Arch-Router-1.5B) using GRPO to fix a critical blind spot: the stock model misclassified 86% of medium-complexity queries as complex.
| Tier | Stock | Fine-Tuned | Delta |
|---|---|---|---|
| Simple | 87.9% | 81.8% | -6.1pp |
| **Medium** | **14.3%** | **85.7%** | **+71.4pp** |
| Complex | 100% | 85.7% | -14.3pp |
| **Overall** | **70.4%** | **83.3%** | **+13.0pp** |
- **Training:** 2.5 minutes, 150 steps, 172 labeled prompts, LoRA rank 32 (2.3% of params)
- **Hardware:** RTX 3080 Laptop, 8GB VRAM
- **Inference:** GGUF Q8_0 quantized to 1.6 GB, runs at **62ms** per classification (3.2x faster than FP16)
- **Eval:** 54 held-out prompts, zero overlap with training data
- **Download:** [ModelGate-Router on HuggingFace](https://huggingface.co/AaryanK/ModelGate)
## Screenshots
### Platform Dashboard
Real-time monitoring of routing decisions, cost savings, model distribution, and request volume.
<p align="center">
<img src="screenshot.png" alt="ModelGate Dashboard" width="100%"/>
</p>
### Model Registry
Browse the OpenRouter catalog and toggle models on/off with one click. Configure which models power your routing.
<p align="center">
<img src="screenshot_2.png" alt="Model Registry" width="100%"/>
</p>
### Customer Onboarding
Upload a contract, review the AI-extracted profile, and start routing - all in under 30 seconds.
<p align="center">
<img src="screenshot_3.png" alt="Customer Onboarding" width="100%"/>
</p>
## How It Works
```
Contract (PDF/text) β LLM extracts constraints β Customer AI Profile β OpenAI-compatible endpoint
β
Prompt received
β
ModelGate-Router classifies
(simple / medium / complex)
β
Route to optimal model
per contract constraints
```
1. **Upload** a customer contract (SLA, privacy docs, compliance requirements)
2. **Extract** - an LLM analyzes the contract and produces a structured customer profile (region restrictions, allowed providers, latency targets, cost sensitivity)
3. **Route** - each request is classified by the fine-tuned 1.5B router (~62ms) and sent to the cheapest model that satisfies all contract constraints
4. **Monitor** - dashboard shows routing decisions, model distribution, cost savings, and per-request traces
## Architecture
```
[Next.js Dashboard :3000] β [FastAPI :8000] β [OpenRouter / Direct APIs]
β
[ModelGate-Router GGUF]
(llama.cpp, CUDA, ~62ms)
```
| Component | Stack |
|---|---|
| Backend | Python, FastAPI, SQLite |
| Frontend | Next.js 16, TypeScript, Tailwind CSS, shadcn/ui, Recharts |
| Classification | ModelGate-Router (fine-tuned), GGUF Q8_0, llama-cpp-python |
| LLM Inference | OpenRouter (multi-provider: OpenAI, Google, Anthropic, etc.) |
| Contract Extraction | LLM-powered (GPT-5.4) |
## Quick Start
### Prerequisites
- Python 3.12 with PyTorch + CUDA
- Node.js 18+
- NVIDIA GPU (for classification model)
- OpenRouter API key
### Setup
```bash
git clone https://github.com/Aaryan-Kapoor/ModelGate-Hackathon
cd ModelGate-Hackathon
# Add your API key
cp .env.example .env
# Edit .env with your OPENROUTER_API_KEY
# Run everything
chmod +x scripts/start.sh
./scripts/start.sh
```
Or manually:
```bash
# Backend
python3.12 -m venv backend/venv --system-site-packages
source backend/venv/bin/activate
pip install -r backend/requirements.txt
python scripts/seed_data.py
uvicorn backend.main:app --port 8000
# Frontend (separate terminal)
cd frontend && npm install && npm run dev
```
### Access
- Dashboard: http://localhost:3000
- API Docs: http://localhost:8000/docs
- Proxy endpoint: `POST http://localhost:8000/v1/{customer_id}/chat/completions`
## Benchmarking
```bash
# Run MMLU benchmark against any OpenAI-compatible endpoint
python scripts/bench_mmlu.py run \
--base-url http://localhost:8000/v1 \
--api-key dummy \
--model auto \
--label router
# Compare two runs
python scripts/bench_mmlu.py compare results/run_a.json results/run_b.json
# Benchmark the classification model (GGUF)
python finetuning/bench_gguf.py
```
## Fine-Tuning
The fine-tuning pipeline lives in `finetuning/`. See [`finetuning/README.md`](finetuning/README.md) for full details.
```bash
# Train (2.5 min on RTX 3080 8GB)
python finetuning/grpo_run_nocot.py
# Export to GGUF
python finetuning/export_gguf.py nocot
# Benchmark stock vs fine-tuned
python finetuning/bench_gguf.py
```
## Project Structure
```
backend/
main.py # FastAPI app
services/
classifier.py # ModelGate-Router inference (llama.cpp)
extractor.py # Contract β Customer AI Profile (LLM)
router_engine.py # Model scoring and selection
provider_registry.py # Model catalog with pricing/capabilities
frontend/ # Next.js dashboard
finetuning/
grpo_run_nocot.py # GRPO training script
grpo_training_data.json # 172 labeled training prompts
grpo_eval_data.json # 54 held-out eval prompts
export_gguf.py # LoRA merge + GGUF conversion
bench_gguf.py # GGUF benchmark (accuracy + latency)
ModelGate-Router.Q8_0.gguf # Production model (1.6 GB)
scripts/
bench_mmlu.py # MMLU benchmark runner
mmlu_questions.json # 60 real MMLU questions from HuggingFace
start.sh # One-command startup
``` |