---
title: "Flux 2 flux-2-flex-remix-image API — Pricing & model skill | RunAPI"
url: "https://runapi.ai/models/flux-2/flex-remix-image.md"
canonical: "https://runapi.ai/models/flux-2/flex-remix-image.md"
locale: "en"
model: "Flux 2"
provider: "Black Forest Labs"
variant_id: "flux-2-flex-remix-image"
sdk_model_id: "flux-2-flex-remix-image"
modality: "image"
price_from_cents: 14
billing_unit: "call"
status: "active"
---

# Flux 2 flux-2-flex-remix-image API

Same API key, same model skill workflow — switch variants by changing one model ID.

## Pricing

**$0.140** per call

Failed generations are not charged

## Spec sheet

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

## Request example

```json
{
  "model": "flux-2-flex-remix-image",
  "prompt": "Generate a photorealistic studio portrait of an astronaut holding a cat, dramatic rim lighting, 8K detail."
}
```

## Install the skill

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

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

```json
{
  "model": "flux-2-flex-remix-image"
}
```

## FAQ

### Is the model ID stable across versions?

RunAPI keeps the model ID stable and handles compatible version refreshes without changing your request shape.

### What&#39;s the rate limit on this variant?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Can I switch variants later?

Yes — variant is a flag. Switch by changing the model parameter.

### Does it stream?

Where streaming is available, RunAPI streams end-to-end.

### Where do I report quality issues?

Open an issue on the public GitHub repo or email support.


## Related

Other Flux 2 variants:

- [flux-2-flex-text-to-image](https://runapi.ai/models/flux-2/flex-text-to-image.md) — `flex-text-to-image` · $0.140
- [flux-2-pro-remix-image](https://runapi.ai/models/flux-2/pro-remix-image.md) — `pro-remix-image` · $0.050
- [flux-2-pro-text-to-image](https://runapi.ai/models/flux-2/pro-text-to-image.md) — `pro-text-to-image` · $0.050
