openai/dall-e-3
Model Card
DALL·E 3 is OpenAI's 2023 text-to-image model that generates higher-quality images at 1024x1024, 1024x1792, or 1792x1024 resolutions with improved prompt understanding and detail rendering. It integrates with ChatGPT for automatic prompt enhancement and offers 'vivid' and 'natural' style options. DALL·E 3 is now deprecated with support ending in May 2026.
Cost Per Image
$0.04
per generation
Configuration
N/A
resolution
Release Date
Oct 3, 2023
API Usage Example
Add DALL·E 3 image generation to your app with just a few lines of code.
No API keys, no backend, no configuration required.
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.txt2img("A serene mountain landscape at sunset", {
model: "openai/dall-e-3"
}).then(image => {
document.body.appendChild(image);
});
</script>
</body>
</html>
Get started with Puter.js
Add DALL·E 3 image generation to your app without worrying about API keys or setup.
Read the Docs View Tutorials