Three things from your dashboard, one API call, done.Documentation Index
Fetch the complete documentation index at: https://docs.zerogpu.ai/llms.txt
Use this file to discover all available pages before exploring further.
1. Grab your credentials
Log into the ZeroGPU dashboard. Copy these three values:| Credential | Where to find it |
|---|---|
| API Key | Dashboard → API Keys |
| Project ID | Dashboard → Project Settings |
| Model | Dashboard → Model selector |
2. Send a request
input as a JSON string instead of a message array. If you see 400 with invalid_type on input, switch shapes — see Responses.
3. Verify it worked
Check the dashboard:- Logs — your request appears with model, status, and latency
- Usage — token counts update in real time
401, your API key is wrong. 403 means bad project ID. See Authentication for details.
Next steps
API Reference
Full request/response spec for
/v1/responses.SDK Examples
Error handling, env vars, and production patterns.

