← All models

bytedance-seed

ByteDance Seed: Seedream 4.5

bytedance-seed/seedream-4.5

Seedream 4.5 is the latest in-house image generation model developed by ByteDance. Compared with Seedream 4.0, it delivers comprehensive improvements, especially in editing consistency, including better preservation of subject details,...

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.

nseedresolutionaspect_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: cmub11akq00uqr82g79ys90k1: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.

Seed
UsageUnitUSDVariant
output imageimage$0.04Default
input imageimage$0Default
{
  "n": {
    "type": "range",
    "min": 1,
    "max": 10
  },
  "seed": {
    "type": "boolean"
  },
  "resolution": {
    "type": "enum",
    "values": [
      "1K",
      "2K",
      "4K"
    ]
  },
  "aspect_ratio": {
    "type": "enum",
    "values": [
      "1:1",
      "1:2",
      "2:1",
      "2:3",
      "3:2",
      "3:4",
      "4:3",
      "4:5",
      "5:4",
      "9:16",
      "16:9",
      "9:19.5",
      "19.5:9",
      "9:20",
      "20:9",
      "9:21",
      "21:9",
      "auto"
    ]
  },
  "input_references": {
    "type": "range",
    "min": 0,
    "max": 14
  }
}

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": "bytedance-seed/seedream-4.5",
  "prompt": "A quiet mountain cabin at sunrise, watercolor illustration",
  "n": 1,
  "stream": true
}
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.