Apple Intelligence Pathway
Get started with this easy-to-navigate collection of videos, documentation, and tools to build great apps and games.
Create unique app experiences
Apple Intelligence powers features like Writing Tools, Genmoji, and Image Playground. These features help users communicate, work, and express themselves and you can bring them right into your apps. Writing Tools and Genmoji may automatically work in your app when you use standard system controls. And for even more control and deeper integration across all features, you can use APIs to tailor how all of these features work within your app.
Writing Tools
Writing Tools help users rewrite, proofread, and summarize text. And if you’re already using standard text views, like SwiftUI’s Text, UITextView, NSTextView, or WKWebView, the default Writing Tools experience will automatically work in your existing views. You can also customize the behavior of Writing Tools to ensure the experience is tailored to your app.
- Add support for Writing Tools to your UIKit app’s text views
- Add support for Writing Tools to your AppKit app’s text views
Genmoji
Genmoji allows people to create new emoji to match any moment, offering a unique experience for each user. Similar to Writing Tools, you can support Genmoji easily if you’re already using standard UI frameworks to render text fields. And Genmoji are represented as inline images rather than text. So if your app contains custom text views, you can support Genmoji with NSAdaptiveImageGlyph for both UIKit and AppKit.
Image Playground
Image Playground allows people to create fun and playful images to use anywhere. With the ImagePlayground framework, you can bring that same power directly into your own app. This framework is supported for SwiftUI, AppKit, and UIKit, and provides a parallel experience to the Image Playground app. And with the ImageCreator class, you can generate images programmatically, allowing for even more customization of the experience. No matter how you take advantage of Image Playground features, images are generated on device, so you don’t have to develop or host your own models for your users to enjoy this feature.
Go further
Apple Intelligence lays the foundation for creating unique experiences based on personal input, and incorporating powerful generative models right into your iPhone, iPad, Mac, and Vision Pro apps — and you don’t have to stop there. Apple has a variety of machine learning (ML) and artificial intelligence (AI) tools that allow you to create, train, and host your own models, directly on your device. For example, Create ML is designed to help you train ML models easily, without a deep knowledge of machine learning technologies. And Core ML will help you integrate your trained ML models from Create ML, or popular frameworks like TensorFlow and PyTorch, and optimize your models to take advantage of the power of Apple Silicon.