ANBIETER

Black Forest Labs KI-Modelle

Flux Kontext und Flux 2 — Open-Weight-Bildgenerierung und -bearbeitung mit starker Prompt-Treue.

2 models · 6 variants · ab $0.050
ÜBERBLICK

Black Forest Labs entwickelt die Flux-Familie offener Bildmodelle. Flux Kontext übernimmt kontextbezogene Bearbeitung, Stil-Transfer und Charakterkonsistenz; Flux 2 liefert hochwertige Text-to-Image- und Bildbearbeitungsgenerierung.

  • Ein API Key für mehrere Anbieter
  • Model Skills bringen Docs und Schemas in deinen Workspace
  • Abrechnung pro Aufruf, ohne Verpflichtung
  • Fehlgeschlagene Generierungen werden nicht berechnet
FUNKTIONEN

Was heraussticht

MODELLE

Alle Modelle von Black Forest Labs

QUICKSTART

Installiere einen Black Forest Labs Model Skill.

Wähle ein Modell und füge seinen Skill hinzu, damit dein Coding-Tool Docs, Schemas, Preishinweise und Setup-Schritte kennt.

runapi.ai
curl -X POST https://runapi.ai/api/v1/flux_2/remix_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "flux-2-flex-text-to-image",
  "prompt": "Generiere ein fotorealistisches Studio-Portrait eines Astronauten, der eine Katze hält, dramatisches Rim-Licht, 8K-Detail."
}'
import { Flux2Client } from "@runapi.ai/flux-2";

const client = new Flux2Client();
const result = await client.remixImage.run({
    model: "flux-2-flex-text-to-image",
    prompt: "Generiere ein fotorealistisches Studio-Portrait eines Astronauten, der eine Katze hält, dramatisches Rim-Licht, 8K-Detail.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Flux2\Flux2Client;

$client = new Flux2Client();
$result = $client->remixImage->run([
        'model' => 'flux-2-flex-text-to-image',
        'prompt' => 'Generiere ein fotorealistisches Studio-Portrait eines Astronauten, der eine Katze hält, dramatisches Rim-Licht, 8K-Detail.',
]);
require "runapi/flux_2"

client = RunApi::Flux2::Client.new
result = client.remix_image.run(
    model: "flux-2-flex-text-to-image",
    prompt: "Generiere ein fotorealistisches Studio-Portrait eines Astronauten, der eine Katze hält, dramatisches Rim-Licht, 8K-Detail."
)
npx skills add runapi-ai/flux-2 -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/flux-2 v1
REFERENZ

Jede Variante von Black Forest Labs

Vollständige Preistabelle →
Model Variant Billing From
Flux 2
flux-2-flex-remix-image call $0.140 Ansehen →
flux-2-flex-text-to-image call $0.140 Ansehen →
flux-2-pro-remix-image call $0.050 Ansehen →
flux-2-pro-text-to-image call $0.050 Ansehen →
Flux Kontext
flux-kontext-max call $0.100 Ansehen →
flux-kontext-pro call $0.050 Ansehen →
FAQ

Häufige Fragen zu Black Forest Labs

Ist das eine offizielle Black Forest Labs-Integration?

RunAPI stellt eine verwaltete API-Oberfläche mit transparenten Preisen, Funktionen und Fehlerverhalten bereit.

Brauche ich ein Black Forest Labs-Konto?

Nein. Dein RunAPI Key reicht für den verwalteten Zugriff.

Wie wird abgerechnet?

Pro Aufruf oder Einheit; fehlgeschlagene Generierungen werden nicht berechnet.

JETZT STARTEN

Rufe Black Forest Labs-Modelle über eine API auf.