Recraft / recraft/recraft-v2-vector

Recraft V2 Vector - access through LLMTR

Provides a budget-friendly older layer for basic vector generation. It makes more sense for preserving existing design integrations than for brand-new setups.

Technical specifications

Canonical IDrecraft/recraft-v2-vector
ProviderRecraft
Context window1,000 tokens
OperationsIMAGES_GENERATIONS
Modalitiesimage, text

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
IMAGES_GENERATIONSOUTPUT_IMAGEPER_IMAGE$0.044000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"recraft/recraft-v2-vector","messages":[{"role":"user","content":"Hello"}]}'

Related models