MiniMax Image-01 text-to-image model generates high-quality images from text descriptions. Create diverse visuals across multiple styles and scenarios with natural language prompts. Supports multiple aspect ratios and custom dimensions. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
Boşta

$0.0035çalıştırma başına·~285 / $1

A futuristic cityscape at night with neon lights, flying vehicles, cyberpunk aesthetic, rain-slicked streets, dramatic perspective.

female fashion model, Suzuki x Deus Ex Machina inspired street racing style, 1980s biker fashion reinterpretation, high fashion motorcycle outfit, vintage racing leather jacket and pants, bold color blocking with red blue yellow mixed with neutral worn tones, custom patches and stitching, strong yet effortless attitude, garage culture energy, studio EDR environment, industrial textured background, smoke and cinematic haze, hard directional lighting, high contrast editorial look, fashion campaign photography, Fujifilm look, ultra high quality, 35mm film aesthetic, subtle cinematic grain, rich saturated colors, no text, no readable logos

Full body image, a personified personality penguin with slightly exaggerated proportions, large and round eyes, expressive and cool abstract expressions, humorous personality, wearing a yellow helmet with a thick border black goggles on the helmet, and wearing a leather pilot jacket in yellow and black overall, with 80% yellow and 20% black, glossy texture, Pixar style

Black and white fine-art automotive photography of two classic New Porsche turbo s driving side by side on an open mountain road. Shot from a slightly elevated roadside angle, as if captured through a window or railing, with a diagonal foreground blur crossing the frame. The rear three-quarter view of the cars is visible, emphasizing the curved roofline and iconic Porsche silhouette. Strong motion blur on the road and background, subtle blur on the cars themselves, creating a sense of speed. Rugged rocky hills and desert terrain in the distance, soft atmospheric haze. Large negative space above the cars, minimalist composition. High-contrast monochrome tones, deep blacks, soft highlights, natural film grain. Timeless, understated, cinematic mood. Editorial gallery photography, luxury wall art aesthetic, shot on analog film, matte finish, museum-quality print.

Ultra-luxury fashion shoot for a high-end men’s magazine: A minimalist luxury yacht with an ORANGE-BLUE hull (DEEP ULTRAMARINE, HEX #1F3C88, RGB 31, 60, 136, reference to ultramarine blue pigment), clean sharp lines, masculine design. A female figure wearing an architectural couture dress: main fabric PURE WHITE silk satin, a VISIBLE BRIGHT WARM ORANGE tangerine lining (#FF9500, juicy, bright), revealed in motion, flowing fabric, tall, structured silhouette, restrained elegance. Jewelry: architectural earrings and bracelet in VISIBLE BRIGHT WARM ORANGE lacquer finish (bright warm orange tangerine #FF9500, juicy, bright), no gold, no silver, no gemstones. Environmental accents: SURFACES AND DETAILS OF THE DEEP ULTRAMARINE YACHT MUST BE VISIBLE (DEEP ULTRAMARINE, HEX #1F3C88, RGB 31, 60, 136). STRICT COLOR RESTRICTION: ONLY PURE WHITE, DEEP ULTRAMARINE (HEX #1F3C88, RGB 31, 60, 136) AND BRIGHT WARM ORANGE (tangerine #FF9500, juicy, bright). No cream, beige, gold, black, or warm tones beyond the bright warm orange. Any color deviation is forbidden. Ideal anatomy: accurate hands and fingers, perfect legs and toes, clean facial symmetry, calm dominant expression. Lighting: high-fashion cinematic lighting, razor-sharp clarity, luxurious gloss, no grain, no noise, no blur. Tom Ford men’s editorial aesthetic: controlled power, restrained glamour. Hyper-realistic, ultra-detailed, editorial masterpiece

A high-end editorial portrait of a handsome, old-money-coded male model with dirty-blonde hair (neatly groomed, lightly windswept), calm aristocratic presence, and a restrained, gentle expression, tenderly embracing a glossy black horse. He is wearing the navy riding jacket/suit with the exact logo as the provided reference, crisp white riding pants, and tall black riding boots. The horse is fully tacked with the ear bonnet exactly as the reference and the saddle exactly as the reference, featuring the triangle logo cleanly and correctly (no redesign, no extra text). His hand rests softly on the horse’s cheek/bridle line, conveying a deep bond; the horse’s ears are relaxed beneath the bonnet, coat catching elegant specular highlights. The background is a solid, rich deep burgundy/maroon studio backdrop--minimal, luxurious, and distraction-free. Cinematic lighting with soft shadows and controlled highlight roll-off, sculpting the model’s facial structure and the horse’s glossy black coat; subtle rim light separating both from the backdrop. Ultra-photoreal, sophisticated fashion photography style, high texture fidelity (leather grain, fabric weave, stitching), subtle film grain, no CGI sheen, 8k-detail look.
MiniMax Image-01 Text-to-Image is a powerful AI image generation model that creates high-quality images from text descriptions. Part of the MiniMax image-01 family, this model excels at understanding natural language prompts and generating diverse, creative visuals across multiple styles and scenarios. Perfect for content creators, designers, marketers, and developers building AI-powered applications.
Natural Language Understanding Simply describe what you want to see in plain text (up to 1500 characters), and the model generates corresponding images with impressive accuracy and creativity.
Flexible Image Dimensions Specify exact pixel dimensions from 512×512 to 2048×2048 pixels (must be divisible by 8) for precise control over output size. Common sizes include 1024×1024, 1280×720, 1152×864, and more.
Prompt Optimization Built-in prompt optimizer automatically enhances your text descriptions for better generation results, making it easier to achieve professional-quality outputs even with simple prompts.
Batch Generation Generate up to 9 images in a single request, perfect for exploring creative variations and selecting the best result for your needs.
Reproducible Results Use seed values to generate consistent results across multiple runs, essential for iterative refinement and maintaining consistency in production workflows.
Multiple Output Formats Receive generated images as direct URLs (24-hour expiration) or Base64-encoded data for immediate embedding in your applications.
Output Dimensions:
Output Formats:
prompt field (max 1500 characters)size parameter like "1024 * 1024" or "1280 * 720"num_images: Set 1-9 to generate multiple variations (default: 1)prompt_optimizer: Enable for automatic prompt enhancement (recommended for beginners)seed: Use a specific number for reproducible resultsPrompt Writing Best Practices:
Using Seeds for Consistency:
Batch Generation Strategy:
Generations return as:
Response includes:
Photorealistic: "A professional product photo of a luxury watch on a marble surface, studio lighting, shallow depth of field, commercial photography style"
Artistic: "An impressionist oil painting of a Parisian café in autumn, warm colors, loose brushstrokes, golden afternoon light"
Conceptual: "A futuristic cityscape at night with neon lights, flying vehicles, cyberpunk aesthetic, rain-slicked streets, dramatic perspective"
Character: "A friendly robot character with a round body, expressive LED eyes, metallic blue finish, standing in a modern laboratory, 3D render style"
Also available on WaveSpeedAI:
Grab a WaveSpeedAI API key, then call POST https://api.wavespeed.ai/api/v3/minimax/image-01/text-to-image with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to completed, then read the output URL from data.outputs[0]. Examples for Image 01 Text To Image below.
# Submit the prediction
curl -X POST "https://api.wavespeed.ai/api/v3/minimax/image-01/text-to-image" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $WAVESPEED_API_KEY" \
-d '{
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"size": "1024*1024",
"num_images": 1,
"prompt_optimizer": false,
"enable_sync_mode": false,
"enable_base64_output": false
}'
# Response includes a prediction id. Poll for the result:
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
-H "Authorization: Bearer $WAVESPEED_API_KEY"
# When status is "completed", read the output from data.outputs[0].// npm install wavespeed
const WaveSpeed = require('wavespeed');
const client = new WaveSpeed(); // reads WAVESPEED_API_KEY from env
const result = await client.run("minimax/image-01/text-to-image", {
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"size": "1024*1024",
"num_images": 1,
"prompt_optimizer": false,
"enable_sync_mode": false,
"enable_base64_output": false
});
console.log(result.outputs[0]); // → URL of the generated output# pip install wavespeed
import wavespeed
output = wavespeed.run(
"minimax/image-01/text-to-image",
{
"prompt": "A cinematic shot of a city at sunset, soft golden light",
"size": "1024*1024",
"num_images": 1,
"prompt_optimizer": false,
"enable_sync_mode": false,
"enable_base64_output": false
}
)
print(output["outputs"][0]) # → URL of the generated outputImage 01 Text To Image is a MiniMax model for image generation, exposed as a REST API on WaveSpeedAI. MiniMax Image-01 text-to-image model generates high-quality images from text descriptions. Create diverse visuals across multiple styles and scenarios with natural language prompts. Supports multiple aspect ratios and custom dimensions. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing. You can call it programmatically or try it from the playground above.
POST your input parameters to the model's REST endpoint (shown in the API tab of this playground) with your WaveSpeedAI API key in the Authorization header. Submission returns a prediction ID; poll the prediction endpoint until status flips to "completed", then read the output URL from the result. The playground generates a ready-to-paste code sample in Python, JavaScript, or cURL for whatever inputs you've set. Full request/response shape is documented at https://wavespeed.ai/docs/docs-api/minimax/minimax-image-01-text-to-image.
Image 01 Text To Image starts at $0.004 per run. That figure is the base price — the final charge scales with the parameters you set in the form (output size, length, count, references, or whatever knobs this model exposes), so a higher-quality or larger output costs more than a minimal one. The exact cost for your current input is shown live next to the Generate button before you submit, and the actual per-call charge is recorded on the prediction afterwards.
Key inputs: `prompt`, `size`, `enable_base64_output`, `enable_sync_mode`, `num_images`, `prompt_optimizer`. The full JSON schema (types, defaults, allowed values) is rendered above the Generate button and mirrored in the API reference at https://wavespeed.ai/docs/docs-api/minimax/minimax-image-01-text-to-image.
Average end-to-end generation time on WaveSpeedAI is around 21 seconds per request — measured across recent runs. Queue time scales with global demand; live status is visible in the prediction record.
Commercial usage rights depend on the model's license, set by its provider (MiniMax). The license summary appears on the model card above; see WaveSpeedAI's Terms of Service for platform-level conditions.