AI Orchestrator - Smart routing between Ollama (free) and RunPod (GPU)
Go to file
Jeff Emmett 047a98575b Initial commit: AI Orchestrator with Ollama + RunPod smart routing
- FastAPI server with dashboard
- Smart routing: Ollama (free) for text, RunPod (GPU) for images/video
- Docker + docker-compose with Traefik labels
- Endpoints: text, chat, image, video, comfyui, whisper
- Cost tracking and savings estimation

🤖 Generated with Claude Code
2025-11-26 19:11:58 -08:00
.env.example Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
.gitignore Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
Dockerfile Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
docker-compose.yml Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
requirements.txt Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
server.py Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00
test_api.py Initial commit: AI Orchestrator with Ollama + RunPod smart routing 2025-11-26 19:11:58 -08:00