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/Midjourney/mj_turbo_shorten
M

mj_turbo_shorten

Per Verzoek:$0.168
Commercieel gebruik
Overzicht
Functies
Prijzen
API

Technical Specifications of mj-turbo-shorten

ItemDetails
Model IDmj-turbo-shorten
Model familyMidjourney / Midjourney-proxy-style prompt analysis endpoint
Primary functionAnalyzes a long Midjourney prompt and returns suggestions to shorten it while preserving intent
Mode associationTurbo mode
Typical endpoint pattern/mj-turbo/mj/submit/shorten
Request styleAsynchronous task submission, followed by task-status retrieval
Common request fieldsprompt, botType
Common botType valueMID_JOURNEY
Result retrieval patternGET /mj/task/{id}/fetch
Input typeText prompt
Output typePrompt-shortening analysis / concise prompt suggestions
Related Midjourney commands/shorten, /turbo

What is mj-turbo-shorten?

mj-turbo-shorten is CometAPI’s platform identifier for a Midjourney-compatible prompt-shortening capability that combines Midjourney’s /shorten behavior with Turbo mode routing. Midjourney’s official command list describes /shorten as a way to submit a long prompt and receive suggestions to make it more concise, and it separately lists /turbo as the mode switch for Turbo operation. Third-party Midjourney proxy implementations commonly expose this through a dedicated shorten endpoint under the Turbo path, typically /mj-turbo/mj/submit/shorten.

In practice, this model ID is best understood not as a general-purpose text LLM, but as a task-oriented Midjourney helper endpoint for prompt optimization. It is designed for developers or creators who already have a detailed image prompt and want the system to analyze that prompt, identify compressible wording, and return a more concise formulation suitable for continued Midjourney workflows.

Because Midjourney-style proxy APIs are usually asynchronous, a shorten request is generally submitted first and then checked later using a task fetch endpoint. Documentation from Midjourney proxy-compatible providers shows this pattern clearly: submit the shorten task, receive a task ID, then poll /mj/task/{id}/fetch to retrieve status and results.

Main features of mj-turbo-shorten

  • Prompt condensation: Helps reduce long Midjourney prompts into more concise versions, aligned with Midjourney’s /shorten function.
  • Turbo-mode routing: Uses the Turbo path convention used by Midjourney proxy implementations, typically under /mj-turbo/mj, for users who want the shorten workflow associated with Turbo mode.
  • Midjourney-compatible API pattern: Fits the broader Midjourney proxy ecosystem, where endpoints are organized by actions such as imagine, describe, shorten, action, modal, and fetch.
  • Asynchronous task workflow: Requests are usually submitted as jobs rather than returning the final result immediately, which makes it suitable for queue-based image workflow systems.
  • Simple text input: The shorten operation mainly requires a text prompt, with implementations commonly also accepting botType such as MID_JOURNEY.
  • Workflow support for prompt refinement: Useful before image generation when you want to simplify wording, remove redundancy, or prepare a cleaner prompt for later Midjourney calls. This is an inference from the documented /shorten behavior and proxy endpoint design.

How to access and integrate mj-turbo-shorten

Step 1: Sign Up for API Key

Sign up on CometAPI and generate your API key from the dashboard. After that, store it securely and use it in the Authorization: Bearer YOUR_API_KEY header for all requests to the mj-turbo-shorten API.

Step 2: Send Requests to mj-turbo-shorten API

Use CometAPI's Midjourney-compatible endpoint at POST /mj/submit/shorten.

curl https://api.cometapi.com/mj/submit/shorten \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -d '{
    "prompt": "a futuristic cityscape at sunset --v 6.1",
    "botType": "MID_JOURNEY",
    "accountFilter": {
      "modes": ["TURBO"]
    }
  }'

Step 3: Retrieve and Verify Results

The API returns a task object with a task ID. Poll GET /mj/task/{task_id}/fetch to check generation status and retrieve the output image URL when the task reaches a terminal state.

Functies voor mj_turbo_shorten

<think> 用户要求我将英文文本翻译成荷兰语(Nederlands)。我需要注意: 1. 保持格式和特殊字符(如{} 变量占位符) 2. 技术术语保持准确性 3. 保持语气和风格 4. UI文本要简洁明了 5. 只返回翻译文本,不要添加解释 6. 不要添加任何前缀或说明 原文是: "Explore the key features of mj_turbo_shorten, designed to enhance performance and usability. Discover how these capabilities can benefit your projects and improve user experience." 这看起来是产品或技术介绍的文本,需要翻译成荷兰语。我需要保持mj_turbo_shorten这个占位符不变。 让我翻译: - 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 mj_turbo_shorten, 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 mj_turbo_shorten, 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 mj_turbo_shorten, ontworpen om prestaties en bruikbaarheid te verbeteren. Ontdek hoe deze mogelijkheden uw projecten ten goede kunnen komen en de gebruikerservaring verbeteren.

Prijzen voor mj_turbo_shorten

Ontdek concurrerende prijzen voor mj_turbo_shorten, 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 mj_turbo_shorten uw projecten kan verbeteren terwijl de kosten beheersbaar blijven.
Comet Prijs (USD / M Tokens)Officiële Prijs (USD / M Tokens)Korting
Per Verzoek:$0.168
Per Verzoek:$0.21
-20%

Voorbeeldcode en API voor mj_turbo_shorten

Krijg toegang tot uitgebreide voorbeeldcode en API-bronnen voor mj_turbo_shorten om uw integratieproces te stroomlijnen. Onze gedetailleerde documentatie biedt stapsgewijze begeleiding en helpt u het volledige potentieel van mj_turbo_shorten 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.
D

Doubao-Seedance-2-0

Per Seconde:$0.08
Seedance 2.0 is het multimodale videobasismodel van ByteDance van de volgende generatie, gericht op cinematografische, multi-shot narratieve videogeneratie. In tegenstelling tot single-shot tekst-naar-video-demo's legt Seedance 2.0 de nadruk op referentiegestuurde aansturing (afbeeldingen, korte clips, audio), coherente personage-/stijlconsistentie tussen shots en native audio-/videosynchronisatie — met als doel AI-video bruikbaar te maken voor professionele creatieve en previsualisatie-workflows.
C

Claude Opus 4.7

Invoer:$3/M
Uitvoer:$15/M
Het intelligentste model voor agenten en coderen
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.