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.'});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.