I realize that Copilot Studios does not have capabilities to be able to do image generation, so I was wondering if it was possible to add one of the Text to Image Models from Azure AI Foundry Models like dall-e-3 if possible? I have tried and I get this error, although this is definitely a resource, works fine with other text generation models.
Copilot Studio does not natively support image generation and does not expose DALL·E-3 or other Azure AI Foundry models directly inside the UI.
The built-in “Add an AI model” catalog in Copilot Studio currently only includes:
AI Builder models
Some Azure AI Services (vision, text analytics, etc.)
No text-to-image models
However, you can integrate Azure AI Foundry Models (such as DALL-E 3 for text-to-image generation) with Copilot Studio by using a plugin or custom action. How to do it:
Deploy the DALL-E 3 (or other image generation) model in Azure AI Studio.
Expose the model as a REST API endpoint.
In Copilot Studio, create a plugin or custom action that calls this API with the user’s prompt and returns the generated image URL or data.
Display the image in the Copilot agent’s response (e.g., as an image card or link).
1 people found this reply helpful.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.