Turn idle GPU hours into revenue. Any OpenAI-compatible server, any model. The pool routes developer requests to you and pays per token.
/v1/chat/completions endpoint. It only needs to be reachable from your machine — the tunnel handles public exposure.bash# Install cloudflared (one-time) # macOS: brew install cloudflared # Linux: https://github.com/cloudflare/cloudflared/releases # Start a tunnel pointing at your local model server: cloudflared tunnel --url http://localhost:11434 # cloudflared prints a URL like: # https://my-gpu-xxxxx.cfargotunnel.com
bash# Or use the CLI (coming soon): policate-pool register \ --endpoint https://my-gpu-xxxxx.cfargotunnel.com \ --model qwen2.5-coder-7b \ --price-floor 0.30 \ --max-concurrent 4
The pool runs a 50-case benchmark against your endpoint. If pass-rate ≥ 80% and p95 < 3000ms, your provider goes active and starts receiving traffic.
Ready to earn?
Register your provider →