ModellenPrijzenOnderneming
500+ AI Model API, Alles In Één API. Gewoon In CometAPI
Modellen API
Ontwikkelaar
Snelle StartDocumentatieAPI Dashboard
Bedrijf
Over onsOnderneming
Bronnen
AI-modellenBlogWijzigingslogboekOndersteuning
ServicevoorwaardenPrivacybeleid
© 2026 CometAPI · All rights reserved
Home/Models/Flux/flux-pro-1.1-ultra-finetuned
F

flux-pro-1.1-ultra-finetuned

Per Verzoek:$0.096
Commercieel gebruik
Overzicht
Functies
Prijzen
API

Technical Specifications of flux-pro-1-1-ultra-finetuned

flux-pro-1-1-ultra-finetuned is CometAPI’s platform identifier for Black Forest Labs’ FLUX 1.1 Pro Ultra finetuned inference model, a text-to-image model designed for custom finetune-based generation. Official pricing references list FLUX1.1 [pro] Ultra at $0.06 per image and the finetuned Ultra variant at $0.07 per image, with finetuning available for FLUX 1.1 Pro family models. The model is positioned for ultra high-resolution generation, and third-party model documentation states it supports up to 4MP image output and optional raw mode for more realistic results.

Key technical points:

  • Model family: FLUX 1.1 Pro Ultra finetuned inference model.
  • Modality: text-to-image generation with custom finetune support via finetune_id.
  • Resolution profile: supports images up to 4 megapixels.
  • Special mode: supports raw mode for a more candid, natural photographic aesthetic.
  • Finetune control: supports finetune_strength, described as ranging from 0 to 2 with a default of 1 in available public documentation.
  • Performance note: public model documentation describes generation time of roughly 10 seconds per sample, though real performance depends on provider infrastructure and queue conditions.

What is flux-pro-1-1-ultra-finetuned?

flux-pro-1-1-ultra-finetuned is a premium image-generation model endpoint for developers who want FLUX 1.1 Pro Ultra quality combined with custom-trained concepts, styles, products, or characters. In practice, it is the finetuned version of FLUX 1.1 Pro Ultra, meaning you do not just prompt the base model—you can also apply a trained finetune_id to steer outputs toward your own visual identity or subject matter.

Compared with the standard FLUX1.1 [pro] model, the Ultra tier is positioned for higher-resolution output and premium image fidelity. The finetuned variant extends that with custom model conditioning, making it useful for brand-consistent asset creation, campaign visuals, stylized product imagery, character preservation, and reusable visual concepts across batches of generations.

Main features of flux-pro-1-1-ultra-finetuned

  • Custom finetune inference: Uses a trained finetune_id, allowing teams to generate images with their own learned style, subject, character, or product concept instead of relying only on base prompting.
  • Ultra-resolution output: Supports up to 4MP images, which makes it more suitable for high-detail creative workflows than standard lower-resolution text-to-image endpoints.
  • Raw mode realism: Includes a raw option intended to reduce the polished synthetic look and produce more natural, candid, photorealistic results.
  • Adjustable finetune strength: Exposes finetune_strength so developers can tune how strongly the custom training influences the final image, balancing concept fidelity against prompt flexibility.
  • Production-oriented quality tier: FLUX1.1 [pro] Ultra is officially described by Black Forest Labs as an ultra high-resolution image model, and the finetuned version inherits that premium positioning for professional creative use cases.
  • API-first integration path: Public ecosystem references show the model is exposed through API-based workflows and partner platforms, making it suitable for programmatic generation pipelines, internal creative tools, and automated media systems.

How to access and integrate flux-pro-1-1-ultra-finetuned

Step 1: Sign Up for API Key

To get started, create a CometAPI account and generate your API key from the dashboard. Once you have an active key, you can authenticate requests to the API and use flux-pro-1-1-ultra-finetuned as the model value in your payload.

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

Use the standard OpenAI-compatible CometAPI endpoint and specify flux-pro-1-1-ultra-finetuned as the model ID.

curl --request POST \
  --url https://api.cometapi.com/v1/responses \
  --header "Authorization: Bearer $COMETAPI_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{
    "model": "flux-pro-1-1-ultra-finetuned",
    "input": "A cinematic portrait of a fashion model in soft natural window light, high detail, realistic skin texture"
  }'
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_COMETAPI_API_KEY",
    base_url="https://api.cometapi.com/v1"
)

response = client.responses.create(
    model="flux-pro-1-1-ultra-finetuned",
    input="A cinematic portrait of a fashion model in soft natural window light, high detail, realistic skin texture"
)

print(response)

Step 3: Retrieve and Verify Results

After sending the request, parse the response object returned by CometAPI and extract the generated result according to your SDK or HTTP client. For production use, verify output quality, confirm that the returned content matches your prompt or finetune intent, and log request IDs and parameters for traceability when integrating flux-pro-1-1-ultra-finetuned into larger applications.

Functies voor flux-pro-1.1-ultra-finetuned

<think> 用户要求我将英文文本翻译成荷兰语(Nederlands)。我需要注意: 1. 保持格式和特殊字符(如{} 变量占位符) 2. 技术术语保持准确性 3. 保持语气和风格 4. UI文本要简洁明了 5. 只返回翻译文本,不要添加解释 6. 不要添加任何前缀或说明 原文是: "Explore the key features of flux-pro-1.1-ultra-finetuned, designed to enhance performance and usability. Discover how these capabilities can benefit your projects and improve user experience." 这看起来是产品或技术介绍的文本,需要翻译成荷兰语。我需要保持flux-pro-1.1-ultra-finetuned这个占位符不变。 让我翻译: - Explore = Ontdek/Verken - key features = belangrijkste functies/eigenschappen - designed to enhance = ontworpen om te verbeteren - performance = prestaties - usability = bruikbaarheid - Discover = Ontdek - capabilities = mogelijkheden - benefit = ten goede komen/voordeel opleveren - projects = projecten - improve = verbeteren - user experience = gebruikerservaring 翻译: Ontdek de belangrijkste functies van flux-pro-1.1-ultra-finetuned, ontworpen om prestaties en bruikbaarheid te verbeteren. Ontdek hoe deze mogelijkheden uw projecten ten goede kunnen komen en de gebruikerservaring kunnen verbeteren. 不过"Ontdek"出现了两次,可能需要调整一下: Verken de belangrijkste functies van flux-pro-1.1-ultra-finetuned, ontworpen om prestaties en bruikbaarheid te verbeteren. Ontdek hoe deze mogelijkheden uw projecten ten goede kunnen komen en de gebruikerservaring kunnen verbeteren. I'll explore how these capabilities can positively impact your projects and optimize the user experience. </think> Verken de belangrijkste functies van flux-pro-1.1-ultra-finetuned, ontworpen om prestaties en bruikbaarheid te verbeteren. Ontdek hoe deze mogelijkheden uw projecten ten goede kunnen komen en de gebruikerservaring verbeteren.

Prijzen voor flux-pro-1.1-ultra-finetuned

Ontdek concurrerende prijzen voor flux-pro-1.1-ultra-finetuned, ontworpen om te passen bij verschillende budgetten en gebruiksbehoeften. Onze flexibele abonnementen zorgen ervoor dat u alleen betaalt voor wat u gebruikt, waardoor het gemakkelijk is om op te schalen naarmate uw vereisten groeien. Ontdek hoe flux-pro-1.1-ultra-finetuned uw projecten kan verbeteren terwijl de kosten beheersbaar blijven.
Comet Prijs (USD / M Tokens)Officiële Prijs (USD / M Tokens)Korting
Per Verzoek:$0.096
Per Verzoek:$0.12
-20%

Voorbeeldcode en API voor flux-pro-1.1-ultra-finetuned

Krijg toegang tot uitgebreide voorbeeldcode en API-bronnen voor flux-pro-1.1-ultra-finetuned om uw integratieproces te stroomlijnen. Onze gedetailleerde documentatie biedt stapsgewijze begeleiding en helpt u het volledige potentieel van flux-pro-1.1-ultra-finetuned in uw projecten te benutten.

Meer modellen

G

Nano Banana 2

Invoer:$0.4/M
Uitvoer:$2.4/M
Overzicht van kernmogelijkheden: Resolutie: Maximaal 4K (4096×4096), vergelijkbaar met Pro. Consistentie van referentieafbeeldingen: Maximaal 14 referentieafbeeldingen (10 objecten + 4 personages), met behoud van stijl- en personageconsistentie. Extreme beeldverhoudingen: Nieuwe verhoudingen 1:4, 4:1, 1:8, 8:1 toegevoegd, geschikt voor lange afbeeldingen, posters en banners. Tekstweergave: Geavanceerde tekstgeneratie, geschikt voor infographics en lay-outs van marketingposters. Zoekverbetering: Geïntegreerde Google Search + Image Search. Verankering: Ingebouwd denkproces; complexe prompts worden voorafgaand aan het genereren beredeneerd.
C

Claude Opus 4.7

Invoer:$4/M
Uitvoer:$20/M
Het intelligentste model voor agenten en coderen
C

Claude Opus 4.6

Invoer:$4/M
Uitvoer:$20/M
Claude Opus 4.6 is het “Opus”-klasse grote taalmodel van Anthropic, uitgebracht in februari 2026. Het is gepositioneerd als een werkpaard voor kenniswerk en onderzoekswerkstromen — met verbeteringen in redeneren over lange contexten, planning in meerdere stappen, het gebruik van tools (waaronder agentische softwareworkflows), en computertaken zoals het automatisch genereren van dia’s en spreadsheets.
A

Claude Sonnet 4.6

Invoer:$2.4/M
Uitvoer:$12/M
Claude Sonnet 4.6 is ons meest capabele Sonnet-model tot nu toe. Het is een volledige upgrade van de vaardigheden van het model op het gebied van coderen, computergebruik, redeneren met lange context, agentplanning, kenniswerk en ontwerp. Sonnet 4.6 biedt daarnaast een contextvenster van 1M tokens in bèta.
O

GPT-5.4 nano

Invoer:$0.16/M
Uitvoer:$1/M
GPT-5.4 nano is ontworpen voor taken waarbij snelheid en kosten het belangrijkst zijn, zoals classificatie, data-extractie, ranking en subagenten.
O

GPT-5.4 mini

Invoer:$0.6/M
Uitvoer:$3.6/M
GPT-5.4 mini brengt de sterke punten van GPT-5.4 naar een sneller en efficiënter model dat is ontworpen voor grootschalige workloads.