---
title: "flux-pro API — Flux : tarifs et spécifications"
url: "https://runapi.ai/fr/models/flux/pro.md"
canonical: "https://runapi.ai/fr/models/flux/pro.md"
locale: "fr"
model: "Flux"
provider: "Black Forest Labs"
variant_id: "flux-pro"
sdk_model_id: "flux-pro"
modality: "image"
price_from_cents: 10
billing_unit: "call"
status: "active"
---

# Flux flux-pro API

Utilisez flux-pro de la famille Flux via RunAPI. Tarification à l&#39;appel, sans abonnement, et les générations échouées ne sont jamais facturées.

## Pricing

**$0.100** per call

Les générations échouées ne sont pas facturées

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `flux-pro` |
| 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-pro",
  "prompt": "Créez un résultat prêt pour la production avec ce modèle."
}
```

## 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-pro features to an application.

```json
{
  "model": "flux-pro"
}
```

## FAQ

### Comment sélectionner %{variant} ?

Passez l&#39;ID de modèle affiché dans le quickstart.

### Les tarifs sont-ils à l&#39;usage ?

Oui. Les tarifs sont mesurés par appel ou par unité.


## Related

Other Flux variants:

- [flux-2-klein](https://runapi.ai/fr/models/flux/2-klein.md) — `2-klein` · $0.030
- [flux-dev](https://runapi.ai/fr/models/flux/dev.md) — `dev` · $0.070
