VARIANT · Black Forest Labs / Flux Kontext

flux-kontext-pro API

Black Forest Labs / Flux Kontext

RunAPI üzerinden Flux Kontext ailesinden flux-kontext-pro kullanın. Çağrı başına fiyatlandırma, abonelik yok ve başarısız üretimler hiçbir zaman ücretlendirilmez.

Operasyonel · image · Ticari kullanım uygun
runapi.ai
curl -X POST https://runapi.ai/api/v1/flux_kontext/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "flux-kontext-pro",
  "prompt": "Edit this product photo: change the background to a tropical beach while keeping the product exactly the same."
}'
import { FluxKontextClient } from "@runapi.ai/flux-kontext";

const client = new FluxKontextClient();
const result = await client.textToImage.run({
    model: "flux-kontext-pro",
    prompt: "Edit this product photo: change the background to a tropical beach while keeping the product exactly the same.",
});
<?php

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

use RunApi\FluxKontext\FluxKontextClient;

$client = new FluxKontextClient();
$result = $client->textToImage->run([
        'model' => 'flux-kontext-pro',
        'prompt' => 'Edit this product photo: change the background to a tropical beach while keeping the product exactly the same.',
]);
require "runapi/flux_kontext"

client = RunApi::FluxKontext::Client.new
result = client.text_to_image.run(
    model: "flux-kontext-pro",
    prompt: "Edit this product photo: change the background to a tropical beach while keeping the product exactly the same."
)
npx skills add runapi-ai/flux-kontext -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-kontext v1
Varyantı değiştir
flux-kontext-max
OVERVIEW

flux-kontext-pro, Flux Kontext ailesi içinde kalite ve maliyet arasında ideal dengeyi hedefler.

  • USD bazında çağrı başı fiyatlandırma
  • Başarısız üretimler ücretlendirilmez
  • Model destekliyorsa streaming
  • Model skill kurulumu
PRICING

Fiyatlandırma

Başarısız üretimler ücretlendirilmez
Text to image
$0.05 / image
TEKNİK ÖZELLİKLER

Teknik detaylar

Model ID flux-kontext-pro
Sağlayıcı Black Forest Labs
Modality image
Görev türü asynchronous
Faturalama birimi call
API endpoint /api/v1/flux_kontext/text_to_image
Ticari lisans Evet — API üzerinden dahil
Katalog durumu Operasyonel
SKILLS

Hızlı başlangıç — flux-kontext-pro

Aynı yapı · varyant model içinde sabitlenmiş

# Install the model skill for app development workflows
npx skills add runapi-ai/flux-kontext -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Flux Kontext skill for this app:

1. Add runapi-ai/flux-kontext with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
NASIL ÇALIŞIR

flux-kontext-pro kullanmanın dört adımı

01

Kurulum

Bu model hattı için model skill’i kurun.

02

Yapılandır

Model alanını, bu sayfada görünen tam model ID’si olarak ayarlayın.

03

Çağır

İsteminiz, girişleriniz ve callback ayarlarınızla tiplenmiş bir istek gönderin.

04

Al

Görev yanıtını, webhook callback’ini veya RunAPI’den önbelleğe alınmış çıktı URL’sini okuyun.

DIFFERENCES

flux-kontext-pro için fark ne?

VS FLUX-KONTEXT-MAX

Balanced speed and quality for in-context editing

4K output, superior text rendering, advanced contextual editing

KULLANIM SENARYOLARI

En uygun kullanım alanları

Ürün fotoğrafçılığı

Stüdyo çekimi olmayan e-ticaret katalogları için yaşam tarzı ürün fotoğraflarını otomatik üretin.

Oyun ve konsept sanatı

Final sanat çalışmasına geçmeden önce ortam ve karakter konseptlerini hızla oluşturun.

Editoryal illüstrasyon

Blog yazıları ve makaleler için ölçekli şekilde özgün kapak görselleri ve illüstrasyonlar üretin.

FAQ

flux-kontext-pro hakkında sık sorulan sorular

Model ID sürümler arasında sabit kalıyor mu?

RunAPI, model ID'yi sabit tutar ve istek yapınızı değiştirmeden uyumlu sürüm yenilemelerini yönetir.

Bu varyantta hız limiti nedir?

Anahtar bazlı hız limitleri kullanım kademesine göre ölçeklenir. Güncel limitler için fiyatlandırma sayfasına bakın.

Daha sonra varyant değiştirebilir miyim?

Evet — varyant bir bayraktır. model parametresini değiştirerek geçiş yapın.

Streaming destekliyor mu?

Streaming उपलब्ध olduğunda RunAPI uçtan uca stream eder.

Kalite sorunlarını nereye bildirebilirim?

Herkese açık GitHub reposunda bir issue açın veya desteğe e-posta gönderin.

ŞİMDİ BAŞLAYIN

Flux Kontext ile geliştirmeye başlayın.