Technical Specifications of mj-turbo-upload
| Item | Details |
|---|---|
| Model ID | mj-turbo-upload |
| Provider family | Midjourney-compatible image generation workflow (cometapi.com) |
| Primary modality | Image generation / image-related workflow entrypoint (cometapi.com) |
| Access type | API via CometAPI unified model gateway (cometapi.com) |
| Pricing on CometAPI | $0.008 per request (cometapi.com) |
| Commercial use | Supported (cometapi.com) |
| Official listed price reference | $0.01 per request, with CometAPI showing a lower rate on its model page (cometapi.com) |
| Typical use case | Upload-driven Midjourney Turbo generation flows, likely for image-to-image or upload-conditioned creation workflows inferred from the model name and listing context (cometapi.com) |
| Integration style | Unified authentication and API access through an aggregator platform rather than direct vendor-specific integration |
What is mj-turbo-upload?
mj-turbo-upload is a CometAPI-listed model endpoint in the Midjourney category, positioned as an API-accessible option for fast, upload-oriented image generation workflows. The public model listings consistently associate it with Midjourney and present it as a request-based commercial API offering rather than a consumer-only tool. (cometapi.com)
Based on the naming and how similar aggregator pages classify it, mj-turbo-upload most likely refers to a Midjourney Turbo-style endpoint designed for workflows where an uploaded image is part of the generation process, such as using an existing image as a prompt influence or starting point. This is an inference rather than an explicitly documented capability on the indexed pages, but it is supported by the model name, Midjourney categorization, and image capability labels shown on related CometAPI pages. (cometapi.com)
In practical terms, developers would use mj-turbo-upload when they want to connect a product to a faster Midjourney-style image pipeline through CometAPI’s unified gateway, with centralized billing, a single authentication layer, and per-request pricing. (cometapi.com)
Main features of mj-turbo-upload
- Upload-oriented workflow: The model name strongly suggests support for generation flows that begin with or depend on an uploaded image, making it suitable for image-conditioned creative tasks. This is an informed inference from the model identifier and listing context. (cometapi.com)
- Turbo positioning: The
turbonaming indicates a speed-focused variant intended for faster turnaround than standard-generation pipelines, which is typically valuable in interactive apps and rapid creative iteration. This is also an inference from the naming convention. (cometapi.com) - Commercial availability: CometAPI explicitly marks the model as available for commercial use, which matters for production deployments and customer-facing applications. (cometapi.com)
- Simple per-request pricing: The model is listed at $0.008 per request on CometAPI, making cost estimation straightforward for prototyping and scaled usage. (cometapi.com)
- Unified API access: As part of an aggregation platform,
mj-turbo-uploadbenefits from a standardized integration pattern that can reduce vendor lock-in and simplify switching across models. - Midjourney ecosystem compatibility: The endpoint is categorized under Midjourney, indicating it is intended for developers who want Midjourney-style image generation capabilities through API access. (cometapi.com)
How to access and integrate mj-turbo-upload
Step 1: Sign Up for API Key
Sign up on CometAPI and create your API key from the developer console. Once generated, store the key securely and use it as your Bearer token for all requests. CometAPI exposes mj-turbo-upload through its unified API platform, so you can use the same authentication pattern you use for other supported models. (cometapi.com)
Step 2: Send Requests to mj-turbo-upload API
Use CometAPI's Midjourney-compatible endpoint at POST /mj/submit/upload-discord-images.
curl https://api.cometapi.com/mj/submit/upload-discord-images \
-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.
.webp)