Skip to content
@zerogpu

ZeroGPU

Distributed AI inference infrastructure. Lower cost, lower latency, infinite scale.

ZeroGPU logo

ZeroGPU

Distributed AI inference for geo-aware edge compute.
Run production workloads with lower cost and lower latency — horizontal scale across edge devices, one familiar API surface.

Open ZeroGPU platform   ZeroGPU website   ZeroGPU documentation

npm version PyPI version Router repository stars ZeroGPU SDK monorepo

ZeroGPU platform — Get Started, project and API keys, and multi-language request snippets


Why ZeroGPU

  • Lower cost — Inference on idle edge compute instead of always renting centralized GPU capacity.
  • Geo-aware routing — Requests land on nearby capacity so latency stays predictable for real users.
  • Edge-native models — Nano language models (NLMs) tuned for edge and cloud, not only downsized cloud stacks.
  • OpenAI-compatible APIPOST /v1/responses and POST /v1/chat/completions with request shapes you already know.
  • Cloud fallback — When edge is unavailable, the same API path falls back to cloud without a second integration story.
  • Typed SDKs — Official clients on npm (zerogpu-api) and PyPI (pip install zerogpu-apiimport zerogpu), plus Go, Ruby, Java, Rust, C#, PHP, and Swift in the SDK monorepo.

API at a glance

Base URL https://api.zerogpu.ai/v1
Primary paths POST /v1/responses · POST /v1/chat/completions
Headers x-api-key, Content-Type: application/json (optional: x-project-id)
Reference Responses API · Chat completions
curl https://api.zerogpu.ai/v1/responses \
  -H "x-api-key: $ZEROGPU_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "llama-3.1-8b-instruct-fast",
    "input": "Summarize: NASA announced that its Artemis III mission is now scheduled for late 2026 ..."
  }'

Set ZEROGPU_API_KEY the same way you do in the platform dashboard snippets. Full authentication, models, and error semantics live in docs.zerogpu.ai.


Highlighted repositories

Repository What you’ll find there
zerogpu/SDK Official Fern-generated API clients, smoke tests, and publishing workflows for npm/PyPI packages.
zerogpu/docs Documentation source and deep links into docs.zerogpu.ai.
zerogpu/zerogpu-router Task router for AI agents — Claude Code and OpenClaw plugins that offload summarization, classification, PII redaction, and extraction to nano models via the zerogpu CLI, with per-call cost savings.

Pinned Loading

  1. docs docs Public

    ZeroGPU documentation

    MDX 2 1

Repositories

Showing 10 of 17 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…