RUZZLER DEVELOPERS

Build once. Route to every model.

The Ruzzler API is OpenAI-compatible: change the base URL, keep your client, and every request is routed to the best verified model with a signed receipt attached.

First request

Three steps to a verified response.

  1. Create a scoped key

    Sign up, create a project, and issue an API key with its own budget and rate limits.

  2. Change the base URL
    const client = new OpenAI({
      apiKey: process.env.RUZZLER_API_KEY,
      baseURL: "https://api.ruzzler.com/v1"
    });
  3. Inspect the receipt

    Every response carries model, status, usage, and verification checks — visible in the console.

Resources

Docs, benchmarks, and tools.

Getting started

Zero to first routed request in five minutes.

Open →

API reference

Endpoints, request shapes, status, and receipts.

Open →

Connectors

Bring supported providers and tools into one governed path.

Open →

Benchmarks

The measurements behind tournament standings.

Open →

AI cost calculator

Estimate routed spend before you commit.

Open →

Pricing & credits

Prepaid Ruzzler Credits and platform plans.

Open →

Questions about an integration?

Talk to the team about your workload before you commit.