Image model

Recraft V4.1 Flash

Recraft V4.1 Flash is the fast, low-cost tier of Recraft V4.1 for text-to-image drafts at about 1K.

Model IDrecraft/recraft-v4.1-flash

API

Call Recraft V4.1 Flash

Every model takes the same request, so switching to Recraft V4.1 Flash is a change to the model field. These samples are written for its own contract and send as they are.

import Mynth from "@mynthio/sdk";

const mynth = new Mynth();

const task = await mynth.image.generate({
  model: "recraft/recraft-v4.1-flash",
  prompt: "A lighthouse at dusk, 35mm film",
  size: "16:9",
});

console.log(task.urls[0]);

Specifications

What Recraft V4.1 Flash accepts

Read from the same registry the API validates against. A request outside it is refused when the task is created, before anything is charged.

Modes and inputs

Text → Image
Prompt only

Output

Aspect ratios
  • 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

Leave out size, or send auto, and Mynth picks one for the prompt. Any other ratio snaps to the closest of these. Sizes

4K
No. A 4k size fails the task

Prompt

Negative prompt
Not supported. Dropped before the provider call, no error
The contract as GET /models returns it
{
  "modes": {
    "txt->img": {}
  }
}

Pricing

What it costs

Pay per result, in USD, with no subscription. A failed image or video costs nothing. How pricing works

Rates

Image
$0.007 / image

Estimate a request

Images
1

$0.0071 × $0.007

Held when the task is created. Only images that succeed are charged.