{
  "id": "bytedance/seedream-v5-flash",
  "name": "Seedream 5.0 Flash",
  "type": "image",
  "vendor": "ByteDance",
  "description": "Seedream 5.0 Flash is ByteDance Seed’s fast, lower-cost image model for text-to-image and multi-reference editing, capped at a 2K pixel area.",
  "supports": [
    {
      "id": "txt->img",
      "label": "Text → Image",
      "description": "Generate an image from a text prompt"
    },
    {
      "id": "img->img",
      "label": "Image → Image",
      "description": "Transform or edit a reference image with a prompt"
    },
    {
      "id": "inputs",
      "label": "Inputs",
      "description": "Supports reference/input images"
    }
  ],
  "modes": {
    "txt->img": {},
    "img->img": {
      "inputs": {
        "rules": [
          {
            "type": "image",
            "max": 10
          }
        ]
      }
    }
  },
  "roles": [],
  "output": {
    "aspectRatios": [
      "1:1",
      "4:3",
      "3:4",
      "16:9",
      "9:16",
      "3:2",
      "2:3",
      "21:9"
    ],
    "has4k": false
  },
  "prompt": {
    "negativePrompt": false
  },
  "pricing": {
    "currency": "USD",
    "perImage": 0.027,
    "perInputImage": 0
  },
  "license": {
    "commercialUse": null,
    "url": null
  },
  "releaseDate": null,
  "version": "5.0 Flash",
  "samples": [
    {
      "mode": "txt->img",
      "language": "ts",
      "code": "import Mynth from \"@mynthio/sdk\";\n\nconst mynth = new Mynth();\n\nconst task = await mynth.image.generate({\n  model: \"bytedance/seedream-v5-flash\",\n  prompt: \"A lighthouse at dusk, 35mm film\",\n  size: \"16:9\",\n});\n\nconsole.log(task.urls[0]);"
    },
    {
      "mode": "txt->img",
      "language": "curl",
      "code": "curl https://api.mynth.io/image/generate \\\n  -H \"Authorization: Bearer $MYNTH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"model\": \"bytedance/seedream-v5-flash\",\n    \"prompt\": \"A lighthouse at dusk, 35mm film\",\n    \"size\": \"16:9\"\n  }'"
    },
    {
      "mode": "txt->img",
      "language": "cli",
      "code": "npx @mynthio/cli image generate \\\n  -m bytedance/seedream-v5-flash \\\n  -p \"A lighthouse at dusk, 35mm film\" \\\n  -s 16:9"
    },
    {
      "mode": "img->img",
      "language": "ts",
      "code": "import Mynth from \"@mynthio/sdk\";\n\nconst mynth = new Mynth();\n\nconst task = await mynth.image.generate({\n  model: \"bytedance/seedream-v5-flash\",\n  prompt: \"The same lighthouse, now in heavy fog\",\n  inputs: [\"https://cdn.example.com/lighthouse.png\"],\n});\n\nconsole.log(task.urls[0]);"
    },
    {
      "mode": "img->img",
      "language": "curl",
      "code": "curl https://api.mynth.io/image/generate \\\n  -H \"Authorization: Bearer $MYNTH_API_KEY\" \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"model\": \"bytedance/seedream-v5-flash\",\n    \"prompt\": \"The same lighthouse, now in heavy fog\",\n    \"inputs\": [\"https://cdn.example.com/lighthouse.png\"]\n  }'"
    },
    {
      "mode": "img->img",
      "language": "cli",
      "code": "npx @mynthio/cli image generate \\\n  -m bytedance/seedream-v5-flash \\\n  -p \"The same lighthouse, now in heavy fog\" \\\n  -i https://cdn.example.com/lighthouse.png"
    }
  ],
  "showcase": [],
  "guide": null,
  "links": {
    "page": "https://mynth.io/models/bytedance%2Fseedream-v5-flash",
    "json": "https://mynth.io/models/bytedance%2Fseedream-v5-flash.json",
    "txt": "https://mynth.io/models/bytedance%2Fseedream-v5-flash.txt",
    "md": "https://mynth.io/models/bytedance%2Fseedream-v5-flash.md",
    "playground": "https://mynth.io/playground?_m=bytedance%2Fseedream-v5-flash",
    "homepage": "https://fal.ai/models/bytedance/seedream/v5/flash/text-to-image",
    "apiDocs": "https://docs.mynth.io/reference/image-generation-request",
    "quickstart": "https://docs.mynth.io/quickstart",
    "sdk": "https://docs.mynth.io/sdk/js-ts/overview"
  },
  "family": [
    {
      "id": "bytedance/seedance-2.0-mini",
      "name": "Seedance 2.0 Mini",
      "page": "https://mynth.io/models/bytedance%2Fseedance-2.0-mini",
      "md": "https://mynth.io/models/bytedance%2Fseedance-2.0-mini.md"
    },
    {
      "id": "bytedance/seedream-5.0-lite",
      "name": "Seedream 5.0 Lite",
      "page": "https://mynth.io/models/bytedance%2Fseedream-5.0-lite",
      "md": "https://mynth.io/models/bytedance%2Fseedream-5.0-lite.md"
    },
    {
      "id": "bytedance/seedream-pro",
      "name": "Seedream Pro",
      "page": "https://mynth.io/models/bytedance%2Fseedream-pro",
      "md": "https://mynth.io/models/bytedance%2Fseedream-pro.md"
    }
  ],
  "similar": [
    {
      "id": "klingai/kling-image-3.0",
      "name": "Kling IMAGE 3.0",
      "page": "https://mynth.io/models/klingai%2Fkling-image-3.0",
      "md": "https://mynth.io/models/klingai%2Fkling-image-3.0.md"
    },
    {
      "id": "alibaba/qwen-image-2.0",
      "name": "Qwen Image 2.0",
      "page": "https://mynth.io/models/alibaba%2Fqwen-image-2.0",
      "md": "https://mynth.io/models/alibaba%2Fqwen-image-2.0.md"
    },
    {
      "id": "black-forest-labs/flux.2-pro",
      "name": "FLUX.2 Pro",
      "page": "https://mynth.io/models/black-forest-labs%2Fflux.2-pro",
      "md": "https://mynth.io/models/black-forest-labs%2Fflux.2-pro.md"
    },
    {
      "id": "wan/wan2.7-image",
      "name": "Wan 2.7 Image",
      "page": "https://mynth.io/models/wan%2Fwan2.7-image",
      "md": "https://mynth.io/models/wan%2Fwan2.7-image.md"
    },
    {
      "id": "krea/krea-2-turbo",
      "name": "Krea 2 Turbo",
      "page": "https://mynth.io/models/krea%2Fkrea-2-turbo",
      "md": "https://mynth.io/models/krea%2Fkrea-2-turbo.md"
    }
  ]
}