ImagePlayground.framework now generates high-quality, photorealistic images via Private Cloud Compute instead of on-device models, with a redesigned API that replaces the deprecated ImageCreator. Developers present a familiar sheet UI and receive a URL to the generated image.
⢠ImageCreator on-device API is deprecated; replaced by a new sheet-based API backed by Private Cloud Compute for higher quality output
⢠New photorealistic styles added alongside illustration, sketch, animation, and emoji
⢠ImagePlaygroundOptions now supports size/aspect ratio configuration via .closest(to:), style locking, and personalization control
⢠External AI provider support (e.g. ChatGPT) surfaced via ImagePlaygroundStyle.externalProvider
⢠On-device ImageCreator is deprecated ā apps must migrate to the new sheet-based API to access the significantly higher quality models running on Private Cloud Compute
⢠Supports photorealistic styles, multiple aspect ratios, personalization from Photos, PencilKit drawings as concepts, and Genmoji output ā all through a single view modifier
⢠No server provisioning, API keys, or usage-limit UI required; Apple manages infrastructure and iCloud+ usage limits transparently
Foundation Models is a new Apple framework introduced in iOS 27 that gives developers on-device access to the same Apple Intelligence language model powering system features, enabling text generation, structured output, and tool-calling entirely on-device without a network connection.
Visual Intelligence brings iOS 17's Visual Look Up capabilities to a new developer-facing API surface in iOS 27, letting apps pipe live camera frames or static images through on-device scene understanding to extract subjects, text, barcodes, and rich semantic labels without any cloud round-trip.
iOS 27 opens the Foundation Models framework to third-party LLM providers via a new public LanguageModel protocol, enabling anyone to integrate custom, server-based, or open-source models using the same Swift API as Apple's on-device system model.
In-depth guide
iOS 27 On-Device AI & Apple Intelligence āApp Schemas let developers describe their app's content and actions using pre-defined domain schemas (like the Calendar domain) so Siri can understand, search, and act on app data without custom NLP. Entities conforming to IndexedEntity are donated to Spotlight's semantic index, enabling natural-language queries over app content.