Skip to content
Dashboard

Arrow 1.1

Arrow 1.1 is QuiverAI's SVG generation model for logos, icons, illustrations, and technical drawings. Arrow 1.1 writes vector graphics as structured code, with stronger prompt following and more precise SVG structure.

Image Gen
index.ts
import { experimental_generateImage as generateImage } from 'ai';
const result = await generateImage({
model: 'quiverai/arrow-1.1',
prompt: 'A red balloon on a wooden table.'
});

Playground

Try out Arrow 1.1 by QuiverAI. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.

quiverai logo
Prompt
Describe what you want the model to generate.
Images to generate
quiverai logo

Your generated image will appear here

Providers

Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.

Provider
Input
Output
Cache
Web Search
Capabilities
ZDR
No Training
Release Date
QuiverAI
Legal:Terms
Privacy
$0.20/img+1 more
04/16/2026

About Arrow 1.1

Arrow 1.1 is an SVG generation model from QuiverAI, an AI lab focused on vector design. Most image models produce pixels. Arrow 1.1 writes vector graphics directly as structured code, making designer-like choices about control points, color, and gradients instead of approximating shapes from a raster image.

Arrow 1.1 improves on the previous Arrow generation in design quality, prompt following, and SVG precision, especially in finer details. Output favors primitives such as shapes, text, and basic geometry over stacked paths. The resulting files are easier to edit, inspect, and extend, with stable proportions, even spacing, and consistent stroke behavior in icon work.

Arrow 1.1 handles two operations. Text-to-SVG generation turns a prompt into one or more vector graphics. Vectorization converts an existing image, such as a sketch or fashion flat, into a clean, editable SVG. Both suit logos, iconography, illustrations, and technical drawings like engineering diagrams.

On AI Gateway, you call Arrow 1.1 with generateImage from the AI SDK. AI Gateway handles authentication, routing, retries, and failover, and this page lists live pricing for each operation.

What To Consider When Choosing a Provider

  • Configuration: Arrow 1.1 outputs SVG markup, not raster pixels. That's the point: you get scalable, editable files instead of fixed-resolution images. Plan your pipeline around vector output, and rasterize downstream if a workflow needs PNG or JPEG.
  • Configuration: Pricing is per operation rather than per resolution tier. Generation and vectorization are billed separately; see : $0.2; : $0.15 for current rates. QuiverAI also notes that generating longer, highly detailed SVGs while keeping them clean and fully editable remains an open problem, so test dense compositions during evaluation.
  • Zero Data Retention: AI Gateway does not currently support Zero Data Retention for this model. See the documentation for models that support ZDR.
  • Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.

When to Use Arrow 1.1

Best for

  • Logo and Icon Generation: Scalable, editable vector output with stable proportions and consistent stroke behavior
  • Vectorizing Existing Images: Converting sketches, fashion flats, and reference images into clean, editable SVG files
  • Technical Drawings: Engineering diagrams and detailed line work that benefit from simple primitives and cleaner paths
  • Editable Design Assets: Output built from shapes, text, and basic geometry that designers can extend

Consider alternatives when

  • Photorealistic Raster Imagery: recraft-v4 targets natural skin, lighting, and material textures for marketing and product work
  • Raster Plus Style Presets: recraft-v3 pairs 20+ style presets with native vector output
  • Long, Dense Compositions: Highly detailed SVGs that stay clean and fully editable remain an open problem per QuiverAI

Conclusion

Arrow 1.1 is QuiverAI's balanced default for SVG generation on AI Gateway. Stronger prompt following, precise structure, and primitive-first output suit logos, icons, illustrations, and technical drawings. Route requests through generateImage from the AI SDK, and check this page for current per-operation pricing.