One customer per machine
No shared queues or hidden multi-tenant workers during a bare-metal rental window.
Dedicated Mac Studio and Mac mini capacity for AI inference, coding agents, CI/CD, model testing, and private workloads. You rent the whole machine, not a slice of someone else's queue.
Most customers should start with one dedicated machine. API access and multi-Mac cluster work are added only when the workload needs it.
gpu-io.net starts with a simpler security promise: one owned Mac, one customer, a documented reset, and Swedish-operated access paths.
No shared queues or hidden multi-tenant workers during a bare-metal rental window.
Owner SSH, VNC, and ARD recovery are kept separate from customer accounts for reset and abuse response.
Customer users, SSH keys, caches, and temporary data are removed between rentals and checked by audit scripts.
Rental hosts are separated from management networks. Cluster traffic is enabled only for assigned customer packages.
The first product is intentionally simple: rent a complete Apple Silicon machine with predictable access. Inference API is available when you do not need root.
$990 / month
$400 / month
gpu-io.net is not a decentralized network. It is a small, operated fleet of owned Macs with clear access boundaries.
Each machine is assigned to one customer during the rental window. SSH and remote desktop are prepared before handoff.
Rental hosts use separate runtime accounts, break-glass admin, launchd recovery, and a documented wipe/reset process between customers.
Traffic can be routed through controlled exit nodes when needed. Bare-metal customers can also bring their own VPN stack.
MLX, Ollama, LiteLLM, Python, Node, Xcode tools, model cache, and monitoring can be installed by request.
For smaller jobs, gpu-io.net can expose an OpenAI-compatible endpoint backed by local Apple Silicon. Model availability depends on license, fit, and customer workload.
curl https://api.gpu-io.net/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen3.5-27b",
"messages": [
{"role": "user", "content": "Build a launch plan"}
],
"stream": true
}'
Conservative defaults for Apple Silicon. Bare-metal customers can run their own stack.
Start with the workload, model, access level, and rental window. We will answer with the safest machine setup instead of over-selling a cluster.