It looks like you may prefer a different language. Switch anytime.

Flux Kontext API

Flux Kontext API’sini RunAPI üzerinden model skill, birleşik kimlik doğrulama ve kullandıkça öde fiyatlandırmayla kullanın.

runapi.ai
curl -X POST https://runapi.ai/api/v1/flux_kontext/text_to_image \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "flux-kontext-max",
  "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-max",
    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-max',
        '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-max",
    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
OVERVIEW

Flux Kontext hakkında

Flux Kontext is Black Forest Labs' in-context image editing model that applies targeted edits while preserving style, character identity, and scene composition. It excels at style transfer and maintaining visual consistency.

Sağlayıcı
Black Forest Labs
Modality
Image

Tüm API varyantlarını karşılaştırın

Varyant Faturalandırma Fiyatlandırma
flux-kontext-max call $0.170 Gör →
flux-kontext-pro call $0.110 Gör →
PRICING

Flux Kontext Fiyatlandırması

Endpoint Çözünürlük Süre Fiyat
text_to_image $0.17 / image

flux-kontext-max için gösterilen fiyatlar. Diğer varyantlar kendi endpoint fiyatlandırmalarını korur.

Agent entegrasyonu

Flux Kontext modelini bir agent ile çalıştırın

NASIL ÇALIŞIR

Flux Kontext ile Başlayın

  1. Modeli seçin

    Çıktı tipi, kalite eşiği ve gecikme hedefinize uygun model ve varyantı seçin.

  2. Yapılandır

    RunAPI anahtarınızı ayarlayın ve model skill’i kod workspace’inize kurun.

  3. Geliştirin

    Skill talimatlarını kullanarak model özelliğini uygulamanızın içine ekleyin.

  4. Al

    Task ID ile sorgulayın, destekleniyorsa stream edin veya webhook callback’i işleyin.

CONTEXT

Flux Kontext API nedir?

Flux Kontext is Black Forest Labs' context-aware editing model, built on the 12B-parameter Flux architecture. Through RunAPI, both Kontext Pro and Max variants share a single key.

Sağlayıcı
Black Forest Labs
Tümünü gör →
Modality
Image
Modelleri keşfet →

Flux Kontext API neden RunAPI üzerinden kullanılmalı

Tek kimlik doğrulama, tüm sağlayıcılar

Tek bir RunAPI anahtarı tüm kataloğu açar. Ayrı hesap yok, her entegrasyon için anahtar döndürme yok.

Birleşik fiyatlandırma ve faturalandırma

USD bazında çağrı başı fiyatlandırma, aylık faturalandırılır. Başarısız üretimler ücretlendirilmez.

Şemalı skill

Tipli şemalar ve kurulum notları model skill içinde paketlenir; uygulama doğru kontrattan başlar.

Flux Kontext Hakkında Sorular

What is contextual editing?

Flux Kontext edits a specific region of an image while preserving the lighting, perspective, and style of the untouched areas.

What is the difference between Pro and Max?

Pro is the standard tier for most editing tasks. Max offers higher fidelity and is suited for complex multi-element edits.

What input formats are supported?

JPEG, PNG, and WebP. Keep input images under 10 MB for optimal performance.

Can I maintain character identity across edits?

Yes — Kontext is designed to preserve character consistency when editing backgrounds, clothing, or scene elements.

How fast is generation?

Typically 3–5 seconds per image, depending on complexity and variant.

Hangi varyantla başlamalıyım?

Kalite beklentinizi karşılayan en uygun fiyatlı varyantı seçin. Çoğu ekip hızlı varyantla başlar ve üretimde pro sürüme geçer.

BENZER MODELLER

Flux Kontext API’yi sevdiyseniz, bunları deneyin

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