ModellerFiyatlandırmaKurumsal
500+ Yapay Zeka Modeli API'si, Hepsi Tek Bir API'de. Sadece CometAPI'de
Modeller API
Geliştirici
Hızlı BaşlangıçDokümantasyonAPI Kontrol Paneli
Şirket
HakkımızdaKurumsal
Kaynaklar
Yapay Zeka ModelleriBlogDeğişiklik GünlüğüDestek
Hizmet ŞartlarıGizlilik Politikası
© 2026 CometAPI · All rights reserved
Home/Models/Flux/flux-pro-1.0-canny-finetuned
F

flux-pro-1.0-canny-finetuned

İstek Başına:$0.096
Ticari kullanım
Genel Bakış
Özellikler
Fiyatlandırma
API

Technical Specifications of flux-pro-1-0-canny-finetuned

SpecificationDetails
Model IDflux-pro-1-0-canny-finetuned
Model familyFLUX.1 [pro]
ModalityImage-to-image generation with structural guidance
Control typeCanny edge conditioning
Custom adaptationFine-tuned variant requiring a trained finetune_id
Core inputsPrompt, control/source image, and fine-tune configuration
Fine-tune controlsSupports finetune_id; related FLUX.1 [pro] finetuned endpoints also expose finetune_strength to control adaptation influence
Primary use casesStyle-controlled generation, structure-preserving edits, branded visual adaptation, and guided creative transformations
Provider ecosystemBased on Black Forest Labs FLUX.1 [pro] APIs and distributed through third-party inference platforms
Lifecycle statusBlack Forest Labs lists flux-pro-1.0-canny-finetuned among finetuning-related endpoints deprecated as of October 31, 2025

What is flux-pro-1-0-canny-finetuned?

flux-pro-1-0-canny-finetuned is CometAPI’s platform identifier for a FLUX.1 [pro]-based image generation model that combines Canny edge control with custom fine-tuning. In practice, this means the model can follow the structural outline extracted from an input image while also applying a trained fine-tune so outputs better match a specific subject, visual identity, or stylistic domain.

The “canny” part refers to edge-based conditioning: instead of generating an image from text alone, the model uses edge information to preserve composition, layout, and object boundaries from a reference image. This is useful when you want stronger control over pose, silhouette, scene geometry, or graphic structure than prompt-only generation usually provides.

The “finetuned” part indicates that inference is tied to a custom-trained fine-tune, typically referenced by a finetune_id. That lets teams steer the base FLUX.1 [pro] model toward a particular brand look, product style, character identity, or recurring art direction while still benefiting from control-image guidance.

As of Black Forest Labs’ October 31, 2025 deprecation notice, flux-pro-1.0-canny-finetuned is listed among discontinued finetuning-related endpoints. If you are integrating it through CometAPI, availability depends on CometAPI’s routing and support layer rather than the original upstream endpoint alone.

Main features of flux-pro-1-0-canny-finetuned

  • Canny edge guidance: Uses edge maps or edge-derived structure from an input image to keep composition and contours more consistent than prompt-only generation.
  • Custom fine-tune support: Designed to work with a trained finetune_id, enabling outputs aligned to a custom visual domain, brand style, or subject-specific adaptation.
  • Structure-preserving image transformation: Well suited for workflows where you want to change texture, styling, mood, or rendering quality without losing the original layout.
  • High-end FLUX.1 [pro] quality base: Inherits the premium FLUX.1 [pro] generation stack, which is positioned as a high-quality image model family in the Black Forest Labs ecosystem.
  • Creative control for production pipelines: Helpful for concept art, marketing asset variation, product visualization, and repeatable visual generation where both style consistency and spatial control matter. This is an inference based on the model’s control-image and fine-tune design.
  • Fine-tune strength-style balancing: Related FLUX.1 [pro] fine-tuned endpoints expose control over how strongly the fine-tune affects the final image, which is useful when balancing adherence to the base structure versus custom style influence.
  • Deprecation-aware integration considerations: Since the upstream finetuning API and flux-pro-1.0-canny-finetuned were deprecated by Black Forest Labs, teams should validate current support, latency, and fallback behavior before depending on it in production.

How to access and integrate flux-pro-1-0-canny-finetuned

Step 1: Sign Up for API Key

Sign up for CometAPI and create an API key from your dashboard. Store the key securely in an environment variable on your server. Avoid exposing production API keys in client-side apps or public repositories.

Step 2: Send Requests to flux-pro-1-0-canny-finetuned API

Use CometAPI’s OpenAI-compatible API format and set the model field to flux-pro-1-0-canny-finetuned.

curl https://api.cometapi.com/v1/responses \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "model": "flux-pro-1-0-canny-finetuned",
    "input": "Generate a refined image based on the provided canny-guided composition and prompt."
  }'
import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.COMETAPI_API_KEY,
  baseURL: "https://api.cometapi.com/v1"
});

const response = await client.responses.create({
  model: "flux-pro-1-0-canny-finetuned",
  input: "Generate a refined image based on the provided canny-guided composition and prompt."
});

console.log(response);

Step 3: Retrieve and Verify Results

Read the API response and extract the generated output, asset URLs, or structured result fields your application needs. In production, validate response status, handle retries, log request IDs, and verify that the returned result matches your expected format and quality requirements before exposing it to end users.

flux-pro-1.0-canny-finetuned için Özellikler

flux-pro-1.0-canny-finetuned'in performansı ve kullanılabilirliği artırmak için tasarlanmış temel özelliklerini keşfedin. Bu yeteneklerin projelerinize nasıl fayda sağlayabileceğini ve kullanıcı deneyimini nasıl geliştirebileceğini öğrenin.

flux-pro-1.0-canny-finetuned için Fiyatlandırma

flux-pro-1.0-canny-finetuned için çeşitli bütçelere ve kullanım ihtiyaçlarına uygun rekabetçi fiyatlandırmayı keşfedin. Esnek planlarımız sadece kullandığınız kadar ödeme yapmanızı sağlar ve ihtiyaçlarınız büyüdükçe kolayca ölçeklendirme imkanı sunar. flux-pro-1.0-canny-finetuned'in maliyetleri yönetilebilir tutarken projelerinizi nasıl geliştirebileceğini keşfedin.
Comet Fiyatı (USD / M Tokens)Resmi Fiyat (USD / M Tokens)İndirim
İstek Başına:$0.096
İstek Başına:$0.12
-20%

flux-pro-1.0-canny-finetuned için örnek kod ve API

flux-pro-1.0-canny-finetuned için kapsamlı örnek kodlara ve API kaynaklarına erişerek entegrasyon sürecinizi kolaylaştırın. Ayrıntılı dokümantasyonumuz adım adım rehberlik sağlayarak projelerinizde flux-pro-1.0-canny-finetuned'in tüm potansiyelinden yararlanmanıza yardımcı olur.

Daha Fazla Model

G

Nano Banana 2

Giriş:$0.4/M
Çıktı:$2.4/M
Temel Yeteneklere Genel Bakış: Çözünürlük: 4K'ya kadar (4096×4096), Pro ile aynı seviyede. Referans Görsel Tutarlılığı: En fazla 14 referans görseli (10 nesne + 4 karakter), stil/karakter tutarlılığını koruyarak. Aşırı En-Boy Oranları: Yeni 1:4, 4:1, 1:8, 8:1 oranları eklendi, uzun görseller, posterler ve banner'lar için uygundur. Metin İşleme: Gelişmiş metin üretimi, infografikler ve pazarlama poster yerleşimleri için uygundur. Arama Geliştirmesi: Entegre Google Search + Görsel Arama. Temellendirme: Yerleşik düşünme süreci; karmaşık istemler üretimden önce akıl yürütülür.
C

Claude Opus 4.7

Giriş:$4/M
Çıktı:$20/M
Ajanlar ve kodlama için en akıllı model
C

Claude Opus 4.6

Giriş:$4/M
Çıktı:$20/M
Claude Opus 4.6, Anthropic’in “Opus” sınıfı büyük dil modelidir; Şubat 2026’da yayımlandı. Bilgi odaklı çalışma ve araştırma iş akışları için bir temel araç olarak konumlandırılmıştır — uzun bağlamlarda akıl yürütmeyi, çok adımlı planlamayı, araç kullanımını (ajan tabanlı yazılım iş akışları dahil) ve otomatik slayt ve e-tablo oluşturma gibi bilgisayar kullanımına yönelik görevleri geliştirir.
A

Claude Sonnet 4.6

Giriş:$2.4/M
Çıktı:$12/M
Claude Sonnet 4.6, şimdiye kadarki en yetenekli Sonnet modelimiz. Modelin kodlama, bilgisayar kullanımı, uzun bağlamlı akıl yürütme, ajan planlama, bilgi çalışması ve tasarım alanlarındaki becerilerine tam kapsamlı bir yükseltme sunar. Sonnet 4.6 ayrıca beta aşamasında 1M token bağlam penceresi sunar.
O

GPT-5.4 nano

Giriş:$0.16/M
Çıktı:$1/M
GPT-5.4 nano, hız ve maliyetin en çok önem taşıdığı sınıflandırma, veri çıkarımı, sıralama ve alt ajanlar gibi görevler için tasarlanmıştır.
O

GPT-5.4 mini

Giriş:$0.6/M
Çıktı:$3.6/M
GPT-5.4 mini, GPT-5.4'ün güçlü yönlerini yüksek hacimli iş yükleri için tasarlanmış daha hızlı ve daha verimli bir modele taşır.