Apple is introducing Foundation Models in version 26 of its operating systems, enabling developers to integrate optimized, on-device artificial intelligence directly into their iOS, iPadOS, and macOS applications.
Key Points
- Apple Foundation Models are large language models optimized to run locally on end-user hardware by reducing parameters and quantizing values.
- The framework allows apps to perform tasks like text generation and data summarization without requiring an internet connection.
- Developers can access the technology using the
FoundationModelsframework and theSystemLanguageModelclass in Xcode 26 or later. - Apps must verify device compatibility and Apple Intelligence status, as the models require specific hardware support and user enablement.
- The framework provides built-in error handling to inform users if models are unavailable due to device eligibility, settings, or download status.