ModellePreiseUnternehmen
500+ KI-Modell-APIs, Alles in einer API. Nur bei CometAPI
Modelle-API
Entwickler
SchnellstartDokumentationAPI Dashboard
Unternehmen
Über unsUnternehmen
Ressourcen
KI-ModelleBlogÄnderungsprotokollSupport
NutzungsbedingungenDatenschutzrichtlinie
© 2026 CometAPI · All rights reserved
Home/Models/Flux/flux-pro-1.0-canny-finetuned
F

flux-pro-1.0-canny-finetuned

Pro Anfrage:$0.096
Kommerzielle Nutzung
Überblick
Funktionen
Preisgestaltung
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.

Funktionen für flux-pro-1.0-canny-finetuned

Entdecken Sie die wichtigsten Funktionen von flux-pro-1.0-canny-finetuned, die darauf ausgelegt sind, Leistung und Benutzerfreundlichkeit zu verbessern. Erfahren Sie, wie diese Fähigkeiten Ihren Projekten zugutekommen und die Benutzererfahrung verbessern können.

Preise für flux-pro-1.0-canny-finetuned

Entdecken Sie wettbewerbsfähige Preise für flux-pro-1.0-canny-finetuned, die für verschiedene Budgets und Nutzungsanforderungen konzipiert sind. Unsere flexiblen Tarife stellen sicher, dass Sie nur für das bezahlen, was Sie nutzen, und erleichtern die Skalierung entsprechend Ihren wachsenden Anforderungen. Erfahren Sie, wie flux-pro-1.0-canny-finetuned Ihre Projekte verbessern kann, während die Kosten überschaubar bleiben.
Comet-Preis (USD / M Tokens)Offizieller Preis (USD / M Tokens)Rabatt
Pro Anfrage:$0.096
Pro Anfrage:$0.12
-20%

Beispielcode und API für flux-pro-1.0-canny-finetuned

Greifen Sie auf umfassende Beispielcodes und API-Ressourcen für flux-pro-1.0-canny-finetuned zu, um Ihren Integrationsprozess zu optimieren. Unsere detaillierte Dokumentation bietet schrittweise Anleitungen und hilft Ihnen dabei, das volle Potenzial von flux-pro-1.0-canny-finetuned in Ihren Projekten zu nutzen.

Weitere Modelle

G

Nano Banana 2

Eingabe:$0.4/M
Ausgabe:$2.4/M
Überblick über die Kernfunktionen: Auflösung: Bis zu 4K (4096×4096), gleichauf mit Pro. Konsistenz von Referenzbildern: Bis zu 14 Referenzbilder (10 Objekte + 4 Charaktere), wobei Stil-/Charakterkonsistenz beibehalten wird. Extreme Seitenverhältnisse: Neue 1:4, 4:1, 1:8, 8:1-Verhältnisse hinzugefügt, geeignet für lange Bilder, Poster und Banner. Textdarstellung: Fortgeschrittene Textgenerierung, geeignet für Infografiken und Marketing-Poster-Layouts. Sucherweiterung: Integrierte Google Search + Image Search. Fundierung: Integrierter Denkprozess; komplexe Prompts werden vor der Generierung logisch hergeleitet.
C

Claude Opus 4.7

Eingabe:$4/M
Ausgabe:$20/M
Das intelligenteste Modell für Agenten und Programmierung
C

Claude Opus 4.6

Eingabe:$4/M
Ausgabe:$20/M
Claude Opus 4.6 ist das Großsprachmodell der „Opus“-Klasse von Anthropic, veröffentlicht im Februar 2026. Es ist als Arbeitstier für Wissensarbeit und Forschungs-Workflows positioniert — mit Verbesserungen beim langkontextuellen Denken, bei der mehrstufigen Planung, bei der Tool-Nutzung (einschließlich agentenbasierter Software-Workflows) sowie bei computerbezogenen Aufgaben wie der automatisierten Erstellung von Folien und Tabellen.
A

Claude Sonnet 4.6

Eingabe:$2.4/M
Ausgabe:$12/M
Claude Sonnet 4.6 ist unser bisher leistungsfähigstes Sonnet-Modell. Es ist ein umfassendes Upgrade der Fähigkeiten des Modells in den Bereichen Programmierung, Computernutzung, Schlussfolgern mit langem Kontext, Agentenplanung, Wissensarbeit und Design. Sonnet 4.6 bietet außerdem ein 1M-Token-Kontextfenster in Beta.
O

GPT-5.4 nano

Eingabe:$0.16/M
Ausgabe:$1/M
GPT-5.4 nano ist für Aufgaben konzipiert, bei denen Geschwindigkeit und Kosten am wichtigsten sind, wie Klassifizierung, Datenextraktion, Ranking und Sub-Agenten.
O

GPT-5.4 mini

Eingabe:$0.6/M
Ausgabe:$3.6/M
GPT-5.4 mini bringt die Stärken von GPT-5.4 in ein schnelleres, effizienteres Modell, das für hochvolumige Workloads konzipiert ist.