Creating a SwiftUI App to generate images with Dall-E through the OpenAI API
Understand how to use the OpenAI Swift Package to connect with the OpenAI API to generate images within your SwiftUI app.

OpenAI is the current hype within the field of artificial intelligence and everyone talks about ChatGPT, its conversational generative chatbot. Yet, many more capabilities are available through the OpenAI APIs, for example, the ability to generate images with Dall-E from a description in natural language.
MacPaw recently published an open-source OpenAI Swift Package that abstracts access to the OpenAI HTTP API and allows you to create apps that interface with the OpenAI capabilities easily. The library allow you to use GTP-3 through the different model families, Dalle-E and other OpenAI features. Register at openai.com/api and obtain an API key to get started.
Follow along to learn how to create images through the OpenAI API with just a few lines of code. Subscribe to become a free member or log in for full access.