Arrow 1.1
General-purpose SVG generation and image vectorization through the native API.

Arrow 1.1 generates editable SVGs from prompts and vectorizes raster images. It improves prompt
following, fine detail, and SVG structure over Arrow 1.0. Use arrow-1.1 as the API model ID.
Availability
Check GET /v1/models for access and supported operations.
Your key must also authorize the model and operation.
Use the native POST /v1/svgs/generations and POST /v1/svgs/vectorizations endpoints. These are
the recommended request paths for Arrow 1.1; its catalog does not advertise open_responses.
Model details
| Property | Value |
|---|---|
| API model ID | arrow-1.1 |
| Input modalities | Text, image, SVG |
| Output modality | SVG |
| Context window | 131,072 tokens |
| Maximum output | 65,536 tokens |
| Billing kind | fixed_credit |
Supported request fields vary by endpoint.
Pricing
| Operation | Price | Credits |
|---|---|---|
| SVG generation | $0.20 per generated SVG | 20 |
| Image vectorization | $0.15 per successful call | 15 |
Prices are USD at $0.01 per pricing credit. Unlike Arrow 2.0 and Arrow 2 Telos, Arrow 1.1 charges
a fixed price rather than by token usage. Generating n SVGs costs n × $0.20 (20 credits each).
See Pricing for billing details and custom funding terms.
Start building
- Text to SVG: generate SVGs from prompts and optional reference images.
- Image to SVG: turn a raster image into an SVG.
- Introducing Arrow 1.1: explore examples from the model release.