Skip to main content

1. Grab your credentials

Log into the ZeroGPU dashboard and copy these three values:

2. Send a request

Store your API key in environment variables. Never commit it to version control or expose it in client-side code.

3. See a complete example

A full request - here the llama-3.1-8b-instruct-fast model summarizing a passage:
🎉 The model returns the summary:

4. Verify it worked

Check the dashboard:
  • Logs: your request appears with model, status, and latency.
  • Usage: token counts update in real time.
If you get a 401, your API key is wrong. A 403 means a bad project ID - see Authentication.

Next steps

API Reference

How ZeroGPU works