---
title: "flux-2-pro-remix-image API — Flux 2 料金・仕様"
url: "https://runapi.ai/ja/models/flux-2/pro-remix-image.md"
canonical: "https://runapi.ai/ja/models/flux-2/pro-remix-image.md"
locale: "ja"
model: "Flux 2"
provider: "Black Forest Labs"
variant_id: "flux-2-pro-remix-image"
sdk_model_id: "flux-2-pro-remix-image"
modality: "image"
price_from_cents: 5
billing_unit: "call"
status: "active"
---

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

RunAPI から Flux 2 ファミリーの flux-2-pro-remix-image を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。

## Pricing

**$0.050** per call

失敗した生成は課金されません

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `flux-2-pro-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-pro-remix-image",
  "prompt": "宇宙飛行士が猫を抱いている写真のようなスタジオポートレートを生成してください。ドラマチックなリムライティングで、8Kの細部まで表現してください。"
}
```

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

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

## FAQ

### %{variant} はどう選択しますか？

quickstart に表示されるモデル ID を渡してください。

### 料金は従量課金ですか？

はい。呼び出しまたは単位ごとの従量課金です。


## Related

Other Flux 2 variants:

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