AI Poster Maker - Qwen, GPT, SeeDream and Ideogram

Generate posters for an event in minutes from 4 different models, from just a prompt.


If you're looking for an API, here is a sample code in NodeJS to help you out.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 const axios = require('axios'); const api_key = "YOUR API KEY"; const url = "https://api.segmind.com/workflows/689c31bec49c91c2edbbac55-v3"; const data = { Details: "the user input string" }; axios.post(url, data, { headers: { 'x-api-key': api_key, 'Content-Type': 'application/json' } }).then((response) => { console.log(response.data); });
Response
application/json
1 2 3 4 5 { "poll_url": "<base_url>/requests/<some_request_id>", "request_id": "some_request_id", "status": "QUEUED" }

You can poll the above link to get the status and output of your request.

Response
application/json
1 2 3 4 5 6 { "Poster_by_Qwen_Image": "image in URL Format", "Poster_By_GPT_Image": "image in URL Format", "Poster_by_SeeDreamV3": "image in URL Format", "Poster_by_Ideogram_3": "image in URL Format" }

Attributes


Detailsstr*

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.

Generate Posters for an Event: Powered by Qwen Image an 3 other top image models

Last updated 13 Aug 2025

It was a challenge to generate text accurately in images. Most of the AI models (until early this year) struggled to render text accurately. The longer the texts, the more garbled they looked in the image. Not any more, with GPT-Image, OpenAI showed that longer text can be accurately rendered by these models. Qwen image, an open source model released by Alibaba in early Aug 2025 brought another model to the arena that could render longer text accurately (most of the times). Qwen's official paper suggests that the model can render text in English and Chines as it was trained on texts from these two languages.

This workflow leverages this ability to generate event posters based on the details shared by the user. We also use SeeDream v3, the image generation model by TikTok's parent company ByteDance and Ideogram 3.0 to compare them side by side with GPT Image and Qwen Image's outputs.

How does this workflow work

  1. We first ask the user to share the event details in a simple text format. This includes Event Name, Location and other primary details. We also details for design related aspects such as color and branding information.
  2. We then pass this to GPT o4 model to think and come up with a prompt that matches the user's request. We share a few prompt examples with GPT o4 to adhere to a certain format that works well.
  3. We then pass these prompts to the 4 models: GPT-Image, Qwen-Image, SeeDream and Ideogram 3.0 to generate posters.

This workflow is pretty powerful and help generate ideas and designs that can be a great start for a designer. Some of the designs produced are good to go directly to social media platforms such as Linkedin, Twitter and Instagram.

Cookie settings

We use cookies to enhance your browsing experience, analyze site traffic, and personalize content. By clicking "Accept all", you consent to our use of cookies.