Routes tasks to cheapest available backend: local (free) → cloud GPU ($0.01) → quantum ($0.10).
Base: https://edge-router.gpupulse.dev/api/v1 (or localhost:3825)
curl -X POST "$BASE/route" -H "Content-Type: application/json" \
-d '{"task_type": "inference"}'
curl -X POST "$BASE/execute" -H "Content-Type: application/json" \
-d '{"task_type": "inference", "payload": {"model": "llama3.2:1b", "prompt": "hello"}}'
inference → local first, cloud fallbacktraining → cloud GPUquantum → Wukong 72Qauto → cheapest availableGET /backends — list + statusGET /stats — routing statisticsGET /health — health check共 1 个版本