Skip to main content
Arrow 2and Arrow 2 Telos are here

Frontier AI for Design

Foundational models for
Generating
,
Editing
, and
Animating
vector graphics.

Built by researchers. Made for designers.

QuiverAI
A bold black shark logo in a dynamic pose

Trusted by leading design companies

Flora
Branda
Linearity
Paper
Rive
Timbal
Wonder
Melius
Design Arena
Comfy
Raspberry AI
Motion
Use cases

Bring creative ideas to life with control and precision

Logos

QuiverAI generates clean, production-ready SVG logos from text or references, making exploration fast without sacrificing craft.

Create a minimalist monogram logo using the letter Q with sharp vector paths

Typography

Coming soon

QuiverAI helps you create custom vector letterforms and fonts, from experimental display types to functional UI typography. Adjust weight, contrast, and character details with precision.

Generate a modern geometric sans-serif font, calm, neutral, and highly legible.

Illustrations

Generate fully vector illustrations that can be edited, recolored, or adapted across contexts. UI, marketing, or product flows.

Generate a minimal corporate illustration in isometric line art, abstract geometric blocks with subtle plant.

Animations

Coming soon

Bring SVGs to life without turning design into engineering. QuiverAI animates vectors directly, logos, icons, illustrations, while keeping them lightweight and controllable.

Animate a smooth transition between these vector shapes with easing
Developers

Providing AI-powered design across various industries

https://api.quiver.ai/v1
const options = {
  method: 'GET',
  headers: {Authorization: 'Bearer <token>'}
};

fetch('https://api.quiver.ai/v1/models', options)
  .then(async (response) => {
    const models = await response.json();
    return models;
  });

Read docs

Returns all models available to the authenticated organization.

Returns metadata for a single model.

Generates one or more SVGs from a prompt and optional references.

Converts an image input into an SVG output.

OpenResponses-compatible endpoint backed by Arrow 2. Streams over SSE, runs hosted tools upstream, and bills from measured tokens. Works with @ai-sdk/open-responses for the Vercel AI SDK.

What you get

  • Sandbox keys

    sk_test_ keys return deterministic output with no model dispatch and nothing billed.

  • Rate-limit headers

    X-RateLimit-Limit, -Remaining and -Reset on every response; Retry-After on 429.

  • Request IDs

    X-Request-ID on every response, plus an echoed X-Trace-ID when you send one.

  • MCP and plugins

    MCP server for agents, with plugins for Cursor and Codex.

  • CLI

    npx quiverai add <creation> installs SVGs as React components.

  • SDKs

    @quiverai/sdk for Node.js and @ai-sdk/open-responses for the Vercel AI SDK.

Build the next generation of design tools with us