Build faster. Scale smarter.

Interact with multiple generative AI models through a single API call, returning combined, compared or side-by-side results.


POST /api/v1/chat/completions
Authorization: Bearer <api_key>

{
  "mode": "completions",
  "models": ["claude-sonnet-4-5", "gpt-5-1", "gemini-2-5-pro", "grok-3"],
  "messages": [{"user":[{"type":"text","text":"What is AI ensembling?"}]}],
  "compare": true
}

API primitives

Build comparison workflows, blended responses, or multi-modal content without scaffolding.

Multiple Models

Get response from multiple Text, Image, Audio & Video Generation models in a single API call.

Compare

Get insights on where models align, where they diverge and confident veridcts so you can make informed decisions with a single call.

Combine

Make multiple models work together and provide one coherent answer.

Web Search

Ground your responses with up-to-date information from the web.

Developer Dashboard

Manage api keys, rate limits, observability, and environment level access.

Open dashboard

Workbench

Prototype payloads, inspect responses, and code snippets for your use case.

Open workbench

API Docs

Endpoints, schema, and SDK snippets for text, image, audio, and video generation.

Read the docs