{
  "id": "recraft/recraft-v4.1-flash",
  "name": "Recraft V4.1 Flash",
  "type": "image",
  "vendor": "Recraft",
  "description": "Recraft V4.1 Flash is the fast, low-cost tier of Recraft V4.1 for text-to-image drafts at about 1K.",
  "supports": [
    {
      "id": "txt->img",
      "label": "Text → Image",
      "description": "Generate an image from a text prompt"
    }
  ],
  "modes": {
    "txt->img": {}
  },
  "roles": [],
  "output": {
    "aspectRatios": [
      "1:1",
      "2:1",
      "1:2",
      "3:2",
      "2:3",
      "4:3",
      "3:4",
      "5:4",
      "4:5",
      "6:10",
      "14:10",
      "10:14",
      "16:9",
      "9:16"
    ],
    "has4k": false
  },
  "prompt": {
    "negativePrompt": false
  },
  "pricing": {
    "currency": "USD",
    "perImage": 0.007
  },
  "license": {
    "commercialUse": null,
    "url": null
  },
  "releaseDate": "2026-09-23",
  "version": null,
  "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: \"recraft/recraft-v4.1-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\": \"recraft/recraft-v4.1-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 recraft/recraft-v4.1-flash \\\n  -p \"A lighthouse at dusk, 35mm film\" \\\n  -s 16:9"
    }
  ],
  "showcase": [],
  "guide": null,
  "links": {
    "page": "https://mynth.io/models/recraft%2Frecraft-v4.1-flash",
    "json": "https://mynth.io/models/recraft%2Frecraft-v4.1-flash.json",
    "txt": "https://mynth.io/models/recraft%2Frecraft-v4.1-flash.txt",
    "md": "https://mynth.io/models/recraft%2Frecraft-v4.1-flash.md",
    "playground": "https://mynth.io/playground?_m=recraft%2Frecraft-v4.1-flash",
    "homepage": "https://www.recraft.ai/docs/recraft-models/recraft-v4-1",
    "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": "recraft/recraft-v4",
      "name": "Recraft V4",
      "page": "https://mynth.io/models/recraft%2Frecraft-v4",
      "md": "https://mynth.io/models/recraft%2Frecraft-v4.md"
    },
    {
      "id": "recraft/recraft-v4-pro",
      "name": "Recraft V4 Pro",
      "page": "https://mynth.io/models/recraft%2Frecraft-v4-pro",
      "md": "https://mynth.io/models/recraft%2Frecraft-v4-pro.md"
    }
  ],
  "similar": [
    {
      "id": "tongyi-mai/z-image-turbo",
      "name": "Z-Image Turbo",
      "page": "https://mynth.io/models/tongyi-mai%2Fz-image-turbo",
      "md": "https://mynth.io/models/tongyi-mai%2Fz-image-turbo.md"
    },
    {
      "id": "black-forest-labs/flux.1-dev",
      "name": "FLUX.1 Dev",
      "page": "https://mynth.io/models/black-forest-labs%2Fflux.1-dev",
      "md": "https://mynth.io/models/black-forest-labs%2Fflux.1-dev.md"
    },
    {
      "id": "goofy-ai/prefect-pony-xl-lora",
      "name": "Prefect Pony XL LoRA",
      "page": "https://mynth.io/models/goofy-ai%2Fprefect-pony-xl-lora",
      "md": "https://mynth.io/models/goofy-ai%2Fprefect-pony-xl-lora.md"
    },
    {
      "id": "black-forest-labs/flux-1-schnell",
      "name": "FLUX.1 Schnell",
      "page": "https://mynth.io/models/black-forest-labs%2Fflux-1-schnell",
      "md": "https://mynth.io/models/black-forest-labs%2Fflux-1-schnell.md"
    },
    {
      "id": "maxfeifei8/one-obsession",
      "name": "One obsession",
      "page": "https://mynth.io/models/maxfeifei8%2Fone-obsession",
      "md": "https://mynth.io/models/maxfeifei8%2Fone-obsession.md"
    }
  ]
}