How to Add AI Image Generation to Your Delphi FMX App

In this article, we show how to use OpenAI’s DALL·E models to turn text prompts into images. You’ll learn how to send requests, handle JSON responses, and display images using both URL and BASE64 formats. The guide includes clear examples and step-by-step instructions.

Apr 16, 2025 - 17:13
 0
How to Add AI Image Generation to Your Delphi FMX App

In this article, we show how to use OpenAI’s DALL·E models to turn text prompts into images. You’ll learn how to send requests, handle JSON responses, and display images using both URL and BASE64 formats.

The guide includes clear examples and step-by-step instructions.