โมเดลราคาองค์กร
500+ AI Model API ทั้งหมดในหนึ่ง API เพียงแค่ใน CometAPI
API โมเดล
นักพัฒนา
เริ่มต้นอย่างรวดเร็วเอกสารประกอบแดชบอร์ด API
บริษัท
เกี่ยวกับเราองค์กร
ทรัพยากร
โมเดล AIบล็อกบันทึกการเปลี่ยนแปลงสนับสนุน
ข้อกำหนดการให้บริการนโยบายความเป็นส่วนตัว
© 2026 CometAPI · All rights reserved
Home/Models/Midjourney/mj_turbo_describe
M

mj_turbo_describe

ต่อคำขอ:$0
ใช้งานเชิงพาณิชย์
ภาพรวม
คุณสมบัติ
ราคา
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.

คุณสมบัติสำหรับ mj_turbo_describe

สำรวจคุณสมบัติหลักของ mj_turbo_describe ที่ออกแบบมาเพื่อเพิ่มประสิทธิภาพและความสะดวกในการใช้งาน ค้นพบว่าความสามารถเหล่านี้สามารถเป็นประโยชน์ต่อโครงการของคุณและปรับปรุงประสบการณ์ของผู้ใช้ได้อย่างไร

ราคาสำหรับ mj_turbo_describe

สำรวจราคาที่แข่งขันได้สำหรับ mj_turbo_describe ที่ออกแบบมาให้เหมาะสมกับงบประมาณและความต้องการการใช้งานที่หลากหลาย แผนการบริการที่ยืดหยุ่นของเรารับประกันว่าคุณจะจ่ายเฉพาะสิ่งที่คุณใช้เท่านั้น ทำให้สามารถขยายขนาดได้ง่ายเมื่อความต้องการของคุณเพิ่มขึ้น ค้นพบว่า mj_turbo_describe สามารถยกระดับโปรเจกต์ของคุณได้อย่างไรในขณะที่ควบคุมต้นทุนให้อยู่ในระดับที่จัดการได้
ราคา Comet (USD / M Tokens)ราคาทางการ (USD / M Tokens)ส่วนลด
ต่อคำขอ:$0
อินพุต:0.00/M
เอาต์พุต:0.00/M
-

โค้ดตัวอย่างและ API สำหรับ mj_turbo_describe

เข้าถึงโค้ดตัวอย่างที่ครอบคลุมและทรัพยากร API สำหรับ mj_turbo_describe เพื่อปรับปรุงกระบวนการผสานรวมของคุณ เอกสารประกอบที่มีรายละเอียดของเราให้คำแนะนำทีละขั้นตอน ช่วยให้คุณใช้ประโยชน์จากศักยภาพเต็มรูปแบบของ mj_turbo_describe ในโครงการของคุณ

โมเดลเพิ่มเติม

G

Nano Banana 2

อินพุต:$0.4/M
เอาต์พุต:$2.4/M
ภาพรวมความสามารถหลัก: ความละเอียด: สูงสุด 4K (4096×4096) เทียบเท่า Pro. ความสม่ำเสมอของภาพอ้างอิง: รองรับภาพอ้างอิงได้สูงสุด 14 ภาพ (วัตถุ 10 รายการ + ตัวละคร 4 ตัว), รักษาความสม่ำเสมอของสไตล์/ตัวละคร. อัตราส่วนภาพแบบสุดโต่ง: เพิ่มอัตราส่วนใหม่ 1:4, 4:1, 1:8, 8:1 เหมาะสำหรับภาพแนวยาว, โปสเตอร์ และแบนเนอร์. การเรนเดอร์ข้อความ: การสร้างข้อความขั้นสูง เหมาะสำหรับอินโฟกราฟิกและเลย์เอาต์โปสเตอร์สำหรับการตลาด. การปรับปรุงการค้นหา: ผสาน Google Search + การค้นหาด้วยภาพ. การยึดโยง: มีกระบวนการคิดในตัว; ทำการให้เหตุผลกับพรอมป์ตที่ซับซ้อนก่อนการสร้าง.
D

Doubao-Seedance-2-0

ต่อวินาที:$0.08
Seedance 2.0 คือโมเดลพื้นฐานวิดีโอแบบมัลติโมดัลเจเนอเรชันถัดไปของ ByteDance ที่มุ่งเน้นการสร้างวิดีโอเล่าเรื่องแบบหลายช็อตในสไตล์ภาพยนตร์ แตกต่างจากเดโมแปลงข้อความเป็นวิดีโอแบบช็อตเดียว Seedance 2.0 ให้ความสำคัญกับการควบคุมแบบอ้างอิง (ภาพ, คลิปสั้น, เสียง) ความสอดคล้องและความคงเส้นคงวาของตัวละคร/สไตล์ข้ามช็อต และการซิงโครไนซ์เสียง/วิดีโอในตัว — โดยมีเป้าหมายเพื่อทำให้วิดีโอ AI มีประโยชน์ต่อเวิร์กโฟลว์การสร้างสรรค์ระดับมืออาชีพและการพรีวิชวลไลเซชัน
C

Claude Opus 4.7

อินพุต:$3/M
เอาต์พุต:$15/M
โมเดลที่ฉลาดที่สุดสำหรับเอเจนต์และการเขียนโค้ด
A

Claude Sonnet 4.6

อินพุต:$2.4/M
เอาต์พุต:$12/M
Claude Sonnet 4.6 เป็นโมเดล Sonnet ที่มีความสามารถมากที่สุดเท่าที่เคยมีมา เป็นการอัปเกรดเต็มรูปแบบของทักษะของโมเดล ครอบคลุมการเขียนโค้ด การใช้งานคอมพิวเตอร์ การให้เหตุผลในบริบทยาว การวางแผนของเอเจนต์ งานด้านความรู้ และการออกแบบ Sonnet 4.6 ยังมาพร้อมกับหน้าต่างบริบทขนาด 1M โทเค็นในเวอร์ชันเบต้า
O

GPT-5.4 nano

อินพุต:$0.16/M
เอาต์พุต:$1/M
GPT-5.4 nano ถูกออกแบบมาสำหรับงานที่ความเร็วและต้นทุนมีความสำคัญสูงสุด เช่น การจำแนกประเภท การสกัดข้อมูล การจัดอันดับ และเอเจนต์ย่อย.
O

GPT-5.4 mini

อินพุต:$0.6/M
เอาต์พุต:$3.6/M
GPT-5.4 mini นำจุดแข็งของ GPT-5.4 มาสู่โมเดลที่เร็วกว่าและมีประสิทธิภาพมากขึ้น ซึ่งออกแบบมาสำหรับภาระงานปริมาณมาก