POST
javascript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 const axios = require('axios'); const api_key = "YOUR API-KEY"; const url = "https://api.segmind.com/v1/luma-photon-txt-2-img"; const data = { "prompt": "A train car is engulfed in a massive explosion, with flames and smoke billowing into the sky as debris flies in all directions, cinematic photograph, explosive action, high contrast, dynamic lighting", "aspect_ratio": "1:1" }; (async function() { try { const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } }); console.log(response.data); } catch (error) { console.error('Error:', error.response.data); } })();
RESPONSE
image/jpeg
HTTP Response Codes
200 - OKImage Generated
401 - UnauthorizedUser authentication failed
404 - Not FoundThe requested URL does not exist
405 - Method Not AllowedThe requested HTTP method is not allowed
406 - Not AcceptableNot enough credits
500 - Server ErrorServer had some issue with processing

Attributes


promptstr *

Prompt to render


aspect_ratioenum:str ( default: 1:1 )

Aspect ratio of the output image

Allowed values:

To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.

Luma Photon

Luma Photon is an advanced text-to-image generation model developed to revolutionize creative workflows. It leverages cutting-edge AI technology to transform simple text prompts into high-quality, visually striking images with remarkable speed and precision. Ideal for professionals in design, animation, and digital art, Photon allows users to create customized visuals with ease, offering full control over the style, character adjustments, and multi-image references. Whether you're working on concept art, illustrations, or marketing materials, Photon provides the flexibility to bring your creative ideas to life.

The AI model excels in handling intricate prompts, producing visuals with vivid colors, intricate textures, and well-defined subjects. Whether it's for fantasy landscapes, futuristic cities, or abstract designs, the model ensures that every element of the image aligns with the user's vision, offering high fidelity to the input prompt. With Luma Photon, users can effortlessly create and refine images, pushing the boundaries of what's possible with AI-powered creativity.

Luma Photon has the highest preference scores in "Instruction Following" and "Composition" categories compared to the other SOTA models. In these areas, it performs significantly better, surpassing other models in both categories. While it also holds a solid position in "Aesthetic," the overall preference percentage places it at the top, indicating strong performance across multiple aspects when compared to other leading AI models.