Excellent software and practical tutorials
Starting today, developers can start building applications using the DALL·E API
Developers can now use the API to DALL E Directly integrate into their applications and products. More than 3 million people are already using DALL·E to expand their creativity and speed up their workflow, generating more than 4 million images per day. Developers can start building with the same technology in minutes.
The Image API provides three methods for interacting with images:
- Create images from scratch based on text prompts
- Create an edit of an existing image based on a new text prompt
- Creating variations of existing images
#generations curl https://api.openai.com/v1/images/generations \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -d '{ "prompt": "a photo of a happy corgi puppy sitting and facing forward, studio light, longshot", "n":1, "size":"1024x1024" }'
#edits curl https://api.openai.com/v1/images/edits \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -F image="@/Users/openai/happy_corgi.png" \ -F mask="@/Users/openai/mask.png" \ -F prompt="a photo of a happy corgi puppy with fancy sunglasses on sitting and facing forward, studio light, longshot" \ -F n=1 \ -F size="1024x1024"
#variations curl https://api.openai.com/v1/images/variations \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -F image="@/Users/openai/corgi_with_sunglasses.png" \ -F n=4 \ -F size="1024x1024"
State-of-the-art image generation
DALL·E's flexibility allows users to create and edit original images ranging from artistic to photorealistic. DALL·E excels at following natural language descriptions, allowing users to clearly describe what they want to see. As our research develops, we will continue to bring state-of-the-art technology to the API, including advances in image quality, latency, scalability, and usability.
Built-in auditing
Combined with the trust and safety lessons we learned in deploying DALL·E to 3 million artists and users around the world, developers can ship with confidence, knowing that built-in mitigations (such as filters for hate symbols and gore) will handle the challenging aspects of moderation. As part of OpenAI’s commitment to responsible deployment, we will continue to put trust and safety first so that developers can focus on building.
DALL·E Application
We are working closely with a number of early customers who are already building DALL·E into their applications and products across a variety of use cases.
MicrosoftWill DALL E Introducing aDesignerA new graphic design application from that helps users create professional-quality social media posts, invitations, digital postcards, graphics, and more.
MicrosoftAlso add Bing and Microsoft Edge DALL E Integration with Image Creator allows users to create images when web results don't return what they are looking for.
CALAIt is the world's first fashion and lifestyle operating system.CALA Unifying the entire design process—from product ideation all the way to e-commerce support and order fulfillment—into one digital platform. Powered by DALL·E, CALA’s new AI tool will allow users to generate new design ideas from natural text descriptions or uploaded reference images.
Mixtilesis a fast-growing photo startup. They use software and a simple hanging experience to help millions of people create beautiful photo walls. Mixtiles uses the DALL·E API to create and build emotionally resonant artworks by guiding users through the creative process of capturing childhood memories, dream destinations, and more.
We are excited to see what our customers will do with DALL·E and what creative ideas they will come up with.
Built using OpenAI's powerful models
DALL·E has addedGPT-3,EmbeddingsandCodex, adding a new building block that developers can use to create novel experiences and applications. The DALL·E API is now available to all API customers.
Learn how to generate or process images using our DALL·E model