---
title: "Models"
description: "Compare Arrow models for SVG generation, vectorization, editing, and animation."
---

Choose an Arrow model for your integration. Compare capabilities and limits below, then check
[`GET /v1/models`](/api-reference/models/listmodels) for the models and operations available to your organization.

<ModelCards />

## Compare models

Arrow 2 Telos and Arrow 2.0 are generally available, on Production and Test keys alike. Their
presence here does not mean a given key may call them: the key's authority must include the
chosen model and operation. Use the returned model's `supported_operations` and `billing` fields
to confirm your request path and pricing.

|                           | Arrow 2 Telos                            | Arrow 2.0                               | Arrow 1.1                                         |
| ------------------------- | ---------------------------------------- | --------------------------------------- | ------------------------------------------------- |
| API model ID              | `arrow-2-telos`                          | `arrow-2`                               | `arrow-1.1`                                       |
| Focus                     | Complex SVG creation and longer contexts | Balance of generation quality and speed | General-purpose generation and vectorization      |
| Input modalities          | Text, image, SVG                         | Text, image, SVG                        | Text, image, SVG                                  |
| Output modality           | SVG                                      | SVG                                     | SVG                                               |
| Context window            | 1,050,000 tokens                         | 131,072 tokens                          | 131,072 tokens                                    |
| Maximum output            | 65,536 tokens                            | 65,536 tokens                           | 65,536 tokens                                     |
| SVG generation            | Supported                                | Supported                               | Supported                                         |
| Image vectorization       | Supported                                | Supported                               | Supported                                         |
| SVG editing and animation | When enabled in your catalog             | When enabled in your catalog            | Not supported                                     |
| Responses API             | When `open_responses` is available       | When `open_responses` is available      | Not advertised in catalog; use native endpoints   |
| Billing                   | Token usage                              | Token usage                             | Fixed price per SVG or vectorization              |
| Standard pricing          | $6 input / $30 output per 1M tokens      | $4 input / $20 output per 1M tokens     | $0.20 per generated SVG / $0.15 per vectorization |

These are model limits, not a promise that every endpoint accepts every input modality. Request
fields and input limits depend on the [endpoint](/api-reference/introduction). For charges, see
[Pricing](/developers/pricing) and the live model's billing metadata.

All dollar prices are USD. Arrow 2 Telos has **50% higher token rates** than Arrow 2.0 in every category. Request totals
depend on actual token usage, not just the model: there is no fixed price per SVG for either
model. At $0.01 per pricing credit, Arrow 1.1 costs **$0.20 per generated SVG** or **$0.15 per
vectorization**. See the [pricing comparison and worked example](/developers/pricing).

## Choose a request path

- **First integration:** follow the [Quickstart](/developers/quickstart) to generate and save an SVG.
- **Responses:** use a model returned with `open_responses`. See [Migrate to Responses](/developers/guides/migrate-to-responses) for the request and output contract.
- **Native SVG endpoints:** follow [Text to SVG](/developers/models/text-to-svg) or [Image to SVG](/developers/models/image-to-svg). Choose a model that advertises the matching operation.

For setup and authority requirements, see [API keys](/developers/platform/api-keys). Test keys
exercise [sandbox behavior](/developers/guides/sandbox-and-test-keys), not live model quality.
