Mô hìnhGiáDoanh nghiệp
500+ API Mô hình AI, Tất cả trong Một API. Chỉ cần CometAPI
API Mô hình
Nhà phát triển
Bắt đầu nhanhTài liệuBảng Điều Khiển API
Công ty
Về chúng tôiDoanh nghiệp
Tài nguyên
Mô hình AIBlogNhật ký thay đổiHỗ trợ
Điều khoản Dịch vụChính sách Bảo mật
© 2026 CometAPI · All rights reserved
Home/Models/Midjourney/mj_turbo_describe
M

mj_turbo_describe

Theo Yêu cầu:$0
Sử dụng thương mại
Tổng quan
Tính năng
Giá cả
API

Technical Specifications of mj-turbo-describe

SpecificationDetails
Model IDmj-turbo-describe
Provider / FamilyMidjourney Describe capability, exposed through CometAPI using the platform model identifier mj-turbo-describe
ModalityImage-to-text prompt generation
Primary FunctionAnalyzes an uploaded image and returns descriptive prompt suggestions that can be reused for image generation
Input TypeImage upload or image URL, depending on client implementation
Output TypeMultiple text prompt suggestions derived from the input image
Typical Output CountMidjourney’s Describe workflow returns four prompt suggestions per image
Interaction PatternAsynchronous creative prompt generation from visual input
Best ForReverse-prompting, prompt ideation, style discovery, remix workflows, and converting reference visuals into reusable text prompts
Platform AccessAvailable through CometAPI under the model code mj-turbo-describe
Upstream Behavior NotesMidjourney states Describe is an image-to-text tool intended to inspire prompts rather than precisely reproduce the source image, and repeated runs on the same image can yield different suggestions.

What is mj-turbo-describe?

mj-turbo-describe is CometAPI’s platform identifier for Midjourney’s Describe-style image-to-text capability. Instead of generating an image from a text prompt, this model works in the reverse direction: it examines an uploaded image and proposes prompt language that captures visual elements, style cues, and creative framing. Midjourney officially describes Describe as a tool that analyzes an image and offers words and phrases that can be used as prompt inspiration.

In practical terms, this makes mj-turbo-describe useful for users who want to turn existing visuals into reusable prompting language. It can help extract stylistic vocabulary, identify compositional patterns, and accelerate experimentation when building prompts for downstream image generation. Midjourney also notes that the suggestions are inspirational rather than exact replicas of the source image, so the model is best understood as a creative prompt generator, not a strict captioning or forensic vision system.

Because repeated Describe runs may produce different prompt sets for the same image, mj-turbo-describe is also well suited to iterative ideation workflows where variation is valuable.

Main features of mj-turbo-describe

  • Image-to-prompt conversion: Converts a source image into text prompt suggestions, making it easier to move from visual inspiration to generation-ready prompt text.
  • Multiple prompt candidates: Returns four prompt suggestions per image, giving users several creative directions instead of a single rigid description.
  • Prompt ideation support: Helps users discover words and phrases for style, mood, composition, and subject matter that they may not have written manually.
  • Non-deterministic creative variation: Re-running Describe on the same image can produce a different set of prompt suggestions, which is useful for brainstorming and exploration.
  • Reference-driven workflow: Supports workflows based on uploaded images or image links, aligning well with creators who start from sketches, photos, mood references, or prior generations.
  • Fast reuse in generation pipelines: Midjourney’s Describe results are designed to be immediately reused as prompts, which maps cleanly to API-driven creative automation.
  • Style discovery: Particularly useful for identifying visual language embedded in a reference image, including aesthetic cues that can seed future generations.

How to access and integrate mj-turbo-describe

Step 1: Sign Up for API Key

To get started, sign up on CometAPI and generate your API key from the dashboard. After that, store the key securely as an environment variable such as COMETAPI_API_KEY. This key will be used to authenticate every request you send to the mj-turbo-describe API.

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

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

curl https://api.cometapi.com/mj/submit/describe \
  -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.

Giá cả cho mj_turbo_describe

Khám phá mức giá cạnh tranh cho mj_turbo_describe, được thiết kế để phù hợp với nhiều ngân sách và nhu cầu sử dụng khác nhau. Các gói linh hoạt của chúng tôi đảm bảo bạn chỉ trả tiền cho những gì bạn sử dụng, giúp dễ dàng mở rộng quy mô khi yêu cầu của bạn tăng lên. Khám phá cách mj_turbo_describe có thể nâng cao các dự án của bạn trong khi vẫn kiểm soát được chi phí.
Giá Comet (USD / M Tokens)Giá Chính Thức (USD / M Tokens)Giảm giá
Theo Yêu cầu:$0
Đầu vào:0.00/M
Đầu ra:0.00/M
-

Mã mẫu và API cho mj_turbo_describe

Truy cập mã mẫu toàn diện và tài nguyên API cho mj_turbo_describe để tối ưu hóa quy trình tích hợp của bạn. Tài liệu chi tiết của chúng tôi cung cấp hướng dẫn từng bước, giúp bạn khai thác toàn bộ tiềm năng của mj_turbo_describe trong các dự án của mình.