Recraft 20B SVG
recraft-20b-svg-replicateRecraft's faster, cheaper vector model. Outputs editable SVG paths instead of raster pixels, so logos, icons and flat illustrations scale to any size without blur. Defaults to a vector_illustration style and supports line art and engraving looks. Hosted API only.
- Price
- US$0.0528/image
- Resolution
- 1024ร1024, 1365ร1024, 1024ร1365, 1536ร1024, 1024ร1536
- Input โ output
- Text โ Image
- Developer
- Recraft
- Updated
- 23 September 2026
Playground
Try Recraft 20B SVG
Input & output
This run
US$0.0528 ยท 5.28 credits
For accounts without a purchase: runs above 2 credits need a top-up.
New here?
10 free credits (US$0.10) when you sign up with Google
Usable 24 hours after sign-up, up to 5 runs per day and at most 2 credits per run. Other sign-in methods start without credits.
About Recraft 20B SVG
Recraft 20B SVG is a model by Recraft in the Image generation category. On Railwail, Recraft 20B SVG costs US$0.0528 per image.
Pricing
| Per image | US$0.0528 per image |
|---|
- 1 credit = US$0.01
Cost calculator
Price calculator
Total
US$5.28
528 credits
Per run
US$0.0528 ยท 5.28 credits
Fixed price per run, known before the run starts.
API
curl https://railwail.com/api/v1/images/generations \
-H "Authorization: Bearer $RAILWAIL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "recraft-20b-svg-replicate",
"prompt": "A lighthouse on a rocky coast at sunset, photorealistic"
}'import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["RAILWAIL_API_KEY"],
base_url="https://railwail.com/api/v1",
)
image = client.images.generate(
model="recraft-20b-svg-replicate",
prompt="A lighthouse on a rocky coast at sunset, photorealistic",
)
print(image.data[0].url)import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.RAILWAIL_API_KEY,
baseURL: "https://railwail.com/api/v1",
});
const image = await client.images.generate({
model: "recraft-20b-svg-replicate",
prompt: "A lighthouse on a rocky coast at sunset, photorealistic"
});
console.log(image.data[0].url);// npm install railwail
import railwail from "railwail";
const rw = railwail(process.env.RAILWAIL_API_KEY);
const res = await rw.image("recraft-20b-svg-replicate", "A lighthouse on a rocky coast at sunset, photorealistic");
console.log(res.data[0].url);Specifications
- Model ID
recraft-20b-svg-replicate- Developer
- Recraft
- Category
- Image generation
- Input
- Text
- Output
- Image
- Resolution
- 1024ร1024, 1365ร1024, 1024ร1365, 1536ร1024, 1024ร1536
- Billing
- Fixed price, known before the run
- Catalog entry updated
- 23 September 2026
Input parameters
Inputs and settings from the model's input schema. The example in the API section shows which of them the API accepts.
promptrequiredText description of the vector image to generate
Type: TextDefault: โAllowed values: up to 4,000 characterssizeType: ChoiceDefault:1024x1024Allowed values: 1024x1024, 1365x1024, 1024x1365, 1536x1024 or 1024x1536styleType: ChoiceDefault:vector_illustrationAllowed values: any, vector_illustration, engraving, line_art, line_circuit or linocut
Tags
- replicate
- recraft
- svg
- vector
- logo
- icon
- design
- commercial
Use cases
Frequently asked questions
What is Recraft 20B SVG?
Recraft 20B SVG is a model by Recraft in the Image generation category. On Railwail you can call it with an API key through the Railwail API.
How much does Recraft 20B SVG cost on Railwail?
On Railwail, Recraft 20B SVG costs US$0.0528 per image. The price is known before the run starts. Usage is paid from prepaid credits; 1 credit equals US$0.01.
Which settings does Recraft 20B SVG support?
According to its input schema, Recraft 20B SVG knows these parameters: prompt (up to 4,000 characters), size (1024x1024, 1365x1024, 1024x1365, 1536x1024 or 1024x1536) and style (any, vector_illustration, engraving, line_art, line_circuit or linocut).
How fast is Recraft 20B SVG?
There are not enough measured runs of Recraft 20B SVG on Railwail yet to state a run time. It depends on the input, the settings and the load at the provider.
Is Recraft 20B SVG better than FLUX 1.1 Pro?
That depends on the task. Recraft 20B SVG (Recraft) and FLUX 1.1 Pro (Black Forest Labs) are both models in the Image generation category. The comparison page shows their prices and specifications side by side.
Compare Recraft 20B SVG and FLUX 1.1 ProHow do I use Recraft 20B SVG through the API?
Create a Railwail API key and send your request with the model ID recraft-20b-svg-replicate. Code examples for curl, Python and JavaScript are in the API section of this page.
Comparable models
All in this category- FLUX 1.1 ProBlack Forest Labs
Black Forest Labs' flagship text-to-image model. Faster generation than FLUX.1 Pro at higher prompt adherence, with strong photorealism and reliable spatial composition. Runs as a hosted Replicate model.
- Flux 1.1 Pro UltraBlack Forest Labs
FLUX 1.1 Pro in ultra mode. Up to 4 megapixel images with raw mode for photorealism.
- Flux DevBlack Forest Labs
Black Forest Labs' development model. Fast, high-quality image generation with LoRA support.
Use Recraft 20B SVG via the API
One API key for every model on Railwail. Usage is charged from prepaid credits, 1 credit = US$0.01.