Peerwave

Peerwave

Discover

Download

Docs

Discord

API Reference

Build AI-powered applications using Peerwave's decentralized inference network. Your users pay for their own usage meaning your infrastructure is free. They can get started anonymously and authenticating them is seamless allowing you to reach the widest audience possible.

This API is in beta and is subject to change.

Quick Start

Try the API immediately with anonymous access. No signup required, just make requests to our endpoints and start building.

curl -X POST https://api.peerwave.ai/api/chat \ -H "Content-Type: application/json" \ -d '{ "model": "cheapest", "messages": [ { "role": "user", "content": "Hello!" } ] }'