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.
import { experimental_generateImage as generateImage } from 'ai';
const result = await generateImage({ model: 'quiverai/arrow-1.1', prompt: 'A red balloon on a wooden table.'});Frequently Asked Questions
What does Arrow 1.1 generate?
Arrow 1.1 generates SVG vector graphics, not raster pixels. Output is structured vector code built from shapes, text, and basic geometry, so files stay scalable and editable.
What operations does Arrow 1.1 support?
Two: text-to-SVG generation and vectorization. Generation turns a prompt into vector graphics. Vectorization converts an existing image, such as a sketch, into a clean, editable SVG. Each operation has its own rate; see : $0.2; : $0.15.
How does Arrow 1.1 differ from raster image models?
Raster models output fixed-resolution pixels. Arrow 1.1 writes vector code directly, making choices about control points, color, and gradients. You get resolution-independent files you can open and edit in any vector tool.
What improved over the previous Arrow generation?
Design quality, prompt following, and SVG precision, especially in finer details. Arrow 1.1 also favors primitives over stacked paths, which makes output easier to edit, inspect, and extend.
Is Arrow 1.1 a multimodal LLM?
No. Arrow 1.1 is a dedicated SVG generation model. Arrow 1.1 doesn't process conversation history or maintain a context window. Use
generateImagefrom the AI SDK to send requests.How do I use Arrow 1.1 on AI Gateway?
Pass
quiverai/arrow-1.1togenerateImagefrom the AI SDK. AI Gateway routes the request, handles retries and failover, and returns the generated SVG.What does Arrow 1.1 cost?
Pricing is per operation, with separate rates for generation and vectorization. See : $0.2; : $0.15 and the pricing section on this page for current figures.
Does Arrow 1.1 support zero data retention?
Zero Data Retention is not currently available for this model. Zero Data Retention is offered on a per-provider basis. See https://vercel.com/docs/ai-gateway/capabilities/zdr for details.