Quickstart
Go from zero to a working API call in under five minutes.
Authentication
Learn how to create and use your Pinaivu API key securely.
How It Works
Understand the coordinator, GPU nodes, and routing receipts.
API Reference
Explore the full OpenAI-compatible API surface.
Get up and running in three steps
Get an API key
Sign up at api.pinaivu.com, navigate to API Keys in the dashboard, and click Generate. Your key starts with
sk-pnv- — copy it and store it somewhere safe.Make your first request
Point any OpenAI-compatible client at
https://api.pinaivu.com/v1 and pass your Pinaivu key as the Bearer token. The gateway accepts the same request format as the OpenAI Chat Completions API.Verify your inference
Every response includes a
request_id. Visit explorer.pinaivu.com, paste in your request_id, and see exactly which node served your request, how it was paid, and the signed proof of inference.