Modell-Katalog — Replicate Image Generation (Stand April 2026)

Primärquelle: runs/2026-04-22-research-image-models/. Preise verifiziert über replicate.com, können sich ändern — bei >3 Monaten Abstand zu last_reviewed neu prüfen.

Hauptmodelle

Foto-Realistisch

ModellReplicate-PfadPreis/BildStärkenSchwächen
Flux 1.1 Pro Ultrablack-forest-labs/flux-1.1-pro-ultra$0.06Bis 4MP, Raw-Mode gegen AI-Glow, ~10sFarb-Disziplin mittel, Hang zu Bokeh
Flux 1.1 Problack-forest-labs/flux-1.1-pro$0.041MP, bewährt, schnellWie Ultra aber ohne Raw-Option
Flux 2 Problack-forest-labs/flux-2-pro~$0.03JSON-Prompts, 8 Ref-Images, color_palette-FeldCommunity-Prompts noch dünn
Imagen 4 Ultragoogle/imagen-4-ultra~$0.062K native, konservativ editorialKreative Range begrenzt
Nano Banana 2google/nano-banana-2$0.0814 Ref-Images, 4K, schnellEditorial-Taste mittel, teuer
Seedream 4.5bytedance/seedream-4.5~$0.04Starke KompositionBias Richtung asiatische Ästhetik

Illustration / Vektor / Linien-Look

ModellReplicate-PfadPreis/BildStärkenSchwächen
Recraft V4recraft-ai/recraft-v4~$0.04Style-Presets, Farb-Diktate halten, 10k-char PromptsStandard-Auflösung 1024px
Recraft V4 SVGrecraft-ai/recraft-v4-svg~$0.08Echter Vektor-OutputAndere Ästhetik, nicht für Raster-Hero
Ideogram V3 Qualityideogram-ai/ideogram-v3-quality$0.09Beste Komposition, 3 Style-Refs, Palette via ReferenzLangsam, teuer
Flux 2 Flexblack-forest-labs/flux-2-flex~$0.02Typo-fähig, günstigTypo-Fokus, weniger Illustration-Range

Text-im-Bild

ModellReplicate-PfadPreis/BildTypo-Qualität
Ideogram V3 Qualityideogram-ai/ideogram-v3-quality$0.0990-95% akkurat — Best-in-Class
Ideogram V3 Turboideogram-ai/ideogram-v3-turbo$0.03Sehr gut, schneller
GPT Image 1.5openai/gpt-image-1.5$0.04-0.12Top Typo + Reasoning, braucht OpenAI-Key
Flux 2 Flexblack-forest-labs/flux-2-flex~$0.02Typo-Spezialist, günstig

Image-Editing / Varianten

ModellReplicate-PfadPreis/BildEinsatz
Flux Kontext Problack-forest-labs/flux-kontext-pro$0.04Varianten eines Motivs, „ändere X an diesem Bild”
Flux Kontext Maxblack-forest-labs/flux-kontext-max$0.08Premium — bessere Typo + Prompt-Adherence
Flux 2 Pro (Multi-Ref)black-forest-labs/flux-2-pro~$0.038 Ref-Images, Style-Blending
Nano Banana 2google/nano-banana-2$0.0814 Ref-Images, 4K-Output

Entscheidungs-Matrix nach Motiv

MotivPrimärmodellFallbackWarum
Topografische Linienrecraft-v4 vector_illustrationideogram-v3-qualityArt-directed hält strikte 2-Farb-Palette
Makro-Foto (Myzel, Papier)flux-1.1-pro-ultra rawimagen-4-ultraRaw-Mode killt AI-Glow
Botanische Zeichnungrecraft-v4 engravingHaeckel-PD-Scan + flux-kontext-proGravur-Style = kein Slop-Risiko
Architektur-Blueprintrecraft-v4 technical_drawingideogram-v3-qualityStroke-Disziplin nur bei art-directed
Hero mit Überschrift im Bildideogram-v3-qualityflux-2-flexTypo-Accuracy zählt
Varianten von Gewinner-Bildflux-kontext-proHält Komposition + Palette konstant

Preise — Iterations-Budget

Für 20 Tries pro Motiv:

StrategieKostenQualität
Recraft V4 durchgängig$0.80Hit-Rate hoch bei Illustration
Flux 1.1 Pro Ultra durchgängig$1.20Gut bei Foto, schwach bei Illustration
Ideogram V3 Quality durchgängig$1.80Beste Qualität, langsamste Iteration
Hybrid (8 Recraft + 5 Kontext-Varianten)~$0.70Beste ROI

Hybrid-Workflow: 5-8 Base-Tries mit Recraft, bester Treffer → 5 Varianten mit Kontext-Pro.

API-Grundmuster

Recraft V4

POST /v1/models/recraft-ai/recraft-v4/predictions
{
  "input": {
    "prompt": "...",
    "aspect_ratio": "16:9"
  }
}

Recraft V4 Reality-Check (verifiziert 2026-04-22): V4 auf Replicate akzeptiert nur prompt, size, aspect_ratio. Kein style-Feld, kein colors-Feld. Style-Anker müssen im Prompt stehen (“Haeckel-style engraving”, “USGS survey map reference”). Farbzwang ebenfalls im Prompt, zwingend mit Negativ-Teil: "lines rendered in hex #2D4A3E — NOT black, NOT grey". Ohne Negativ-Teil driftet V4 in Schwarz (verifiziert im Smoke-Test).

Size-Enum (wenn size statt aspect_ratio). Recraft V4 akzeptiert nur: 1024x1024, 1536x768, 768x1536, 1280x832, 832x1280, 1216x896, 896x1216, 1152x896, 896x1152, 832x1344, 1280x896, 896x1280, 1344x768, 768x1344. Für Hero (≈16:9): 1536x768 oder einfach aspect_ratio: "16:9".

Wenn wirklich style-Enum gebraucht: Auf recraft-ai/recraft-v3 wechseln. V3 hat style mit: any, realistic_image, digital_illustration, digital_illustration/engraving_color, digital_illustration/hand_drawn, digital_illustration/pixel_art, digital_illustration/2d_art_poster, realistic_image/b_and_w, realistic_image/hdr, realistic_image/studio_portrait, etc. Aber: V3 produziert deutlich kitschigere Clichés (Pine-Tree-Silhouetten, Overlay-Texturen) und ist für Clean Editorial weniger geeignet als V4 mit präzisem Prompt.

Flux 1.1 Pro Ultra

POST /v1/models/black-forest-labs/flux-1.1-pro-ultra/predictions
{
  "input": {
    "prompt": "...",
    "aspect_ratio": "16:9",
    "output_format": "jpg",
    "output_quality": 95,
    "raw": true,
    "safety_tolerance": 2
  }
}

Flux Kontext Pro (Variante eines bestehenden Bildes)

POST /v1/models/black-forest-labs/flux-kontext-pro/predictions
{
  "input": {
    "prompt": "delta-prompt — was ändert sich vs Input",
    "input_image": "https://... URL des Input-Bildes",
    "aspect_ratio": "match_input_image",
    "output_format": "jpg"
  }
}

Lokale Files als input_image: vorher per POST /v1/files uploaden, dann die URL aus urls.get nutzen.

Ideogram V3 Quality

POST /v1/models/ideogram-ai/ideogram-v3-quality/predictions
{
  "input": {
    "prompt": "...",
    "aspect_ratio": "16:9",
    "style_reference_images": ["https://... URL"],
    "magic_prompt_option": "off"
  }
}

magic_prompt_option: "off" ist wichtig — Ideogram fügt sonst eigene Deko-Qualifier hinzu die unseren Prompt verfälschen.

Flux 2 Pro mit JSON-Prompt

Flux 2 akzeptiert entweder Plain-Text oder strukturiertes JSON. Für Brand-Lock strukturiertes JSON nutzen:

POST /v1/models/black-forest-labs/flux-2-pro/predictions
{
  "input": {
    "prompt": {
      "scene": "topographic contour lines on cream paper",
      "subjects": [{
        "description": "thin elevation contours, forest green #2D4A3E, 0.5pt stroke",
        "color_match": "exact"
      }],
      "background": "solid flat cream #F5F4ED, no gradient",
      "color_palette": ["#F5F4ED", "#2D4A3E"],
      "style": "technical cartographic illustration, flat vector",
      "lighting": "none, flat 2D",
      "composition": "subject right 60%, left 40% empty for text"
    },
    "aspect_ratio": "16:9",
    "num_reference_images": 0
  }
}