Image Generation
Each block below compares image generation outputs produced with the same prompt and /mtp <args> commands, similar to the text-generation comparisons. You can inspect each command’s behavior and differences across MTP nodes (such as Power and Flow). Tests use several distinct prompts across different models.
1. Mona Lisa portrait
Section titled “1. Mona Lisa portrait”Prompt
/mtp <args>
<agent_instruction>
[IMAGE TASK]prompt = """A captivating, hyper-realistic close-up portrait photograph reimagining the Mona Lisa as a real woman. Her skin is luminous, with flawless texture and natural makeup, revealing subtle pores. She possesses delicate, refined features and that iconic, enigmatic smile with a gentle gaze. Illuminated by flattering, soft studio lighting, creating a perfect balance. Captured with a shallow depth of field and a beautifully soft bokeh background. Cinematic clarity, ultra-high detail, photorealistic masterpiece."""
result = client.images.generate( model=<model>, prompt=prompt, size="1024x1024", aspect_ratio="1:1",)Go to image generation results for “Mona Lisa portrait” →
2. Editorial fashion photography
Section titled “2. Editorial fashion photography”Prompt
/mtp <args>
<agent_instruction>
[IMAGE TASK]prompt = """High-end editorial fashion photography, a professional model wearing haute couture, highly stylized, captured on a Hasselblad 500CM medium format camera, with a 120mm f/4 lens and f/8.0 for sharpness. Precise studio strobe lighting from a beauty dish defines facial structure and highlights every textural detail of the fabric. Photorealistic masterpiece, stunning realism, film grain texture, natural skin tones."""
result = client.images.generate( model=<model>, prompt=prompt, size="1024x1024", aspect_ratio="1:1",)Go to image generation results for “Editorial fashion photography” →
3. Geometric billiards painting
Section titled “3. Geometric billiards painting”Prompt
/mtp <args>
<agent_instruction>
[IMAGE TASK]prompt = """Precisionist, minimalist painting of billiards and energy. Clean, sharp lines and smooth surface gradients. Low-angle perspective looking up at the table's edge. Abstract geometric shapes representing power and motion. Cool, muted tones with high-contrast shadows. Perfectly calculated composition, clinical yet powerful atmosphere. A sterile, perfectly symmetrical hall filled with intense, silent tension."""
result = client.images.generate( model=<model>, prompt=prompt, size="1024x1024", aspect_ratio="1:1",)Go to image generation results for “Geometric billiards painting” →