---
title: "flux-2-klein API — Flux Preise & Spezifikationen"
url: "https://runapi.ai/de/models/flux/2-klein.md"
canonical: "https://runapi.ai/de/models/flux/2-klein.md"
locale: "de"
model: "Flux"
provider: "Black Forest Labs"
variant_id: "flux-2-klein"
sdk_model_id: "flux-2-klein"
modality: "image"
price_from_cents: 3
billing_unit: "call"
status: "active"
---

# Flux flux-2-klein API

Nutze flux-2-klein aus der Flux-Familie über RunAPI. Preis pro Aufruf, kein Abo – fehlgeschlagene Generierungen werden nie berechnet.

## Pricing

**$0.030** per call

Fehlgeschlagene Generierungen werden nicht berechnet

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `flux-2-klein` |
| Provider | Black Forest Labs |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/flux/text_to_image` |
| Status | active |

## Request example

```json
{
  "model": "flux-2-klein",
  "prompt": "Erstelle ein produktionsreifes Ergebnis mit diesem Modell."
}
```

## Install the skill

```sh
npx skills add runapi-ai/flux -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Flux flux-2-klein features to an application.

```json
{
  "model": "flux-2-klein"
}
```

## FAQ

### Wie wähle ich %{variant} aus?

Übergib die im Quickstart angezeigte Modell-ID.

### Sind die Preise nutzungsbasiert?

Ja. Preise werden pro Aufruf oder Einheit gemessen.


## Related

Other Flux variants:

- [flux-dev](https://runapi.ai/de/models/flux/dev.md) — `dev` · $0.070
- [flux-pro](https://runapi.ai/de/models/flux/pro.md) — `pro` · $0.100
