Create an account
Visit api.pinaivu.com and sign up for a free account. You can register with an email address or a supported OAuth provider. Once your account is created, you will land in the dashboard.
Get your API key
In the dashboard, navigate to API Keys and click Generate. Pinaivu will create a new key that begins with
sk-pnv-.Copy the key immediately — it is only shown once. Treat it like a password: do not share it and do not commit it to version control. Store it in an environment variable or a secrets manager.Make your first request
Use the A successful response looks like this:
curl command below to send a chat completion request. Replace sk-pnv-... with your actual key.Verify your inference
Notice the
request_id field in the response — for example, pnv_req_9xKz2mTqL8vR4wYn. Copy that value and visit explorer.pinaivu.com.Paste the request_id into the search bar. The explorer shows you:- Which GPU node served your request
- The payment settlement record
- The coordinator’s signed routing receipt — your cryptographic proof of inference
The Pinaivu gateway is fully OpenAI-compatible. Any application or SDK that supports a custom
base_url can be pointed at https://api.pinaivu.com/v1 with your sk-pnv- key and will work without any other code changes.