Learn once.
Build with confidence.
Comprehensive guides, API references, and integration tutorials designed to get you from first request to production in minutes.
What to expect.
We are building documentation that respects your time.
Quickstart Guides
Go from zero to your first multi-model query in under five minutes. Step-by-step walkthroughs for every major framework and language.
API Reference
Complete endpoint documentation with request schemas, response types, error codes, and rate limit details. Copy-paste ready.
Integration Guides
Production-ready patterns for integrating Pummel into your existing stack. From serverless functions to enterprise backends.
Built for developers.
Not generated. Not templated. Written by engineers, for engineers.
Copy-paste ready
Every code example is tested, complete, and ready to run. No pseudo-code, no missing imports, no guessing.
Versioned and accurate
Documentation is versioned alongside the API. When the API changes, the docs change with it. No stale references.
Searchable and fast
Full-text search across all guides, references, and examples. Find what you need in seconds, not minutes.
Official SDKs.
Every major language.
First-class TypeScript and Python SDKs will ship alongside the API. Type-safe, well-documented, and designed to make integration effortless.
import { Pummel } from '@pummel/sdk';
const pummel = new Pummel({
apiKey: process.env.PUMMEL_API_KEY,
});
// Query all models + synthesize
const result = await pummel.query({
prompt: "Your question here",
synthesize: true,
});
// result.synthesis - the unified answer
// result.models - individual responses
Great docs are coming.
Be the first to read them.
Sign up now to receive documentation and SDK access the moment they ship.
Get early accessNo commitment required. We will notify you at launch.