Make your first call
Find your API key and project ID in the ZeroGPU dashboard.What you can run
Text classification
Text generation
PII detection
Summarization
What you get
Lower cost and latency
Specialized small and nano models on distributed compute. ~10x faster and 50%+ cheaper on production tasks.
One OpenAI-compatible API
POST /v1/responses; integrate with minimal code changes.Built for production
Token usage, latency, and volume per request, with project isolation for dev, staging, and production.
How it works
1
Create a project
One organization, multiple projects. Each gets its own API key and dashboard.
2
Send requests
POST to
/v1/responses with your key, project ID, and model. Response comes back as structured JSON.3
Monitor everything
Token usage, request volume, latency, error rates: all visible in the dashboard. Debug individual requests in Logs.

