What is GPU Network
GPU Network is a decentralized GPU inference mesh. Two sides participate. Providers run a small node on any GPU-equipped machine (Mac, Linux box, or even a browser tab) and earn GPU Points for every completed task. Consumers send OpenAI-compatible chat-completion requests and get streamed responses through the mesh.
Why it matters
Most AI inference today is concentrated in a handful of hyperscalers. Outages, rate limits, and policy changes ripple to every dependent product. Meanwhile, hundreds of millions of consumer GPUs sit idle outside business hours. GPU routes the unused supply directly to the demand and scores every contribution as Season 0 points, bound to the provider's wallet.
How it works
- Consumer →
POST /v1/chat/completionswith a bearer key - Orchestrator → queues the task and selects a live provider that has the requested model
- Provider → runs inference locally (Ollama / WebGPU) and streams chunks back
- Provider accrues GPU Points; consumer pays in credits
- Points convert to API credits any time; lifetime score ranks the leaderboard
Project status
- OpenAI-compatible API with SSE streaming — shipped
- Wallet-native auth via MetaMask / WalletConnect — shipped
- Provider via
curl /install | sh— shipped - Browser nodes via WebGPU — shipped
- Multi-model catalogue + nodes-available routing — shipped
- Daily faucet + points→credits conversion — shipped
- Season 0 leaderboard — shipped
- Split-model inference + on-chain settlement (optional) — roadmap