GPT Image 1.5
Generate coherent, detailed images from complex prompts with low, medium, or high quality and three output aspect ratios.
The GPT Image 1.5 API hub brings text-to-image generation and instruction-based editing into one Muapi catalog. Choose low, medium, or high quality, use square or portrait/landscape outputs, and keep the same asynchronous request workflow for both endpoints.
Generate coherent, detailed images from complex prompts with low, medium, or high quality and three output aspect ratios.
Apply precise instruction-based edits to up to ten source images while preserving composition, lighting, perspective, and coherence.
GPT Image 1.5 is a two-endpoint image family on Muapi: gpt-image-1.5 generates images from prompts, while gpt-image-1.5-edit applies natural-language edits to one or more source images. Both endpoints share prompt, aspect-ratio, and quality controls.
The current schema supports 1:1, 2:3, and 3:2 outputs plus low, medium, and high quality. Generation accepts a required prompt; Edit requires a prompt and images_list with up to ten image URLs. Pricing varies by quality and aspect ratio: generation is $0.014–$0.300 per image and Edit is $0.012–$0.432 per image.
Create coherent scenes, symbolic imagery, products, and cinematic concepts from detailed prompts.
Change objects, backgrounds, lighting, or concepts while guiding the edit with natural-language instructions and source images.
Choose 1:1, 2:3, or 3:2 for square, portrait, or landscape image outputs.
Select low, medium, or high quality and pay according to the endpoint's verified quality and aspect-ratio cost strategy.
Generate complex scenes and imaginative worlds for storyboards, campaigns, and creative exploration.
Use prompt generation for new product visuals and Edit for controlled background, lighting, or object changes.
Pass up to ten source image URLs to the Edit endpoint when an instruction-driven workflow needs multiple references.
Submit a GPT Image 1.5 image task with your Muapi key, receive a request ID, and poll the shared predictions endpoint for the generated image URL.
curl -X POST https://api.muapi.ai/api/v1/gpt-image-1.5 \
-H "x-api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"prompt":"A glass observatory above a misty forest at sunrise","aspect_ratio":"16:9","quality":"medium"}'
# Response: {"request_id":"REQUEST_ID"}The example calls the generation endpoint with a prompt, aspect ratio, and medium quality. Switch to gpt-image-1.5-edit and include images_list for an edit.
curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \ -H "x-api-key: YOUR_API_KEY"
Poll until the task completes, then read the generated image URL from the result response.
Muapi lists gpt-image-1.5 for text-to-image generation and gpt-image-1.5-edit for instruction-based image editing.
Generation requires prompt. Edit requires prompt and images_list. Both endpoints accept aspect_ratio values of 1:1, 2:3, or 3:2 and quality values of low, medium, or high.
The Edit schema accepts an images_list with up to ten image URLs. The prompt describes the requested transformation.
Generation costs $0.014–$0.300 per image across quality and aspect-ratio combinations. Edit costs $0.012–$0.432 per image across the same controls.
Both endpoints support 1:1, 2:3, and 3:2 output ratios.
Connect GPT Image 1.5 generation and editing through one Muapi API key and a shared asynchronous workflow.