← All models

recraft

Recraft: Recraft V4 Styles

recraft/recraft-v4-styles

Recraft V4 Styles is a style-consistent image generation model from Recraft. Every request requires at least one style reference image and generates a new image that reproduces the reference's rendering...

image

Try in Playground ↗

Provider-supported parameters

These are upstream capabilities. Jevrouter supports the subset described in the API contract; chat input is currently text only.

naspect_ratioinput_references

Capabilities are imported from OpenRouter’s catalog. This does not mean every model has been independently tested by Jevrouter.

Catalog updated: 2026-09-22T08:51:50.371Z · Price version: cmub117ll004kr82guuhi256b:1

Image prices & options

Prices use each provider’s billing unit. We reserve a conservative amount and settle from the usage receipt, releasing unused balance.

Recraft
UsageUnitUSDVariant
output imageimage$0.035Default
input referencerequest$0.005Default
{
  "n": {
    "type": "range",
    "min": 1,
    "max": 6
  },
  "aspect_ratio": {
    "type": "enum",
    "values": [
      "1:1",
      "2:1",
      "1:2",
      "3:2",
      "2:3",
      "4:3",
      "3:4",
      "5:4",
      "4:5",
      "16:9",
      "9:16",
      "auto"
    ]
  },
  "input_references": {
    "type": "range",
    "min": 1,
    "max": 10
  }
}

Make a request

Some models require reference images. Check the input_references range above. Images return base64 data and a usage receipt.

curl --no-buffer https://api.jevrouter.io/v1/images \
  -H "Authorization: Bearer $JEVROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d @- <<'JSON'
{
  "model": "recraft/recraft-v4-styles",
  "prompt": "A quiet mountain cabin at sunrise, watercolor illustration",
  "n": 1,
  "stream": true,
  "input_references": [
    {
      "type": "image_url",
      "image_url": {
        "url": "https://jevrouter.io/examples/flux-klein-boat.png"
      }
    }
  ]
}
JSON

Plan your integration

Source: OpenRouter model catalog. Imported descriptions and capabilities are provider declarations, not independent benchmark results. Jevrouter currently uses OpenRouter as its managed upstream.