Foundation Models updates
Learn about important changes to Foundation Models.
Overview
Browse notable changes in Foundation Models.
March 2026
Use the Foundation Models SDK for Python to access the on-device foundation model at the core of Apple Intelligence.
February 2026
Use the latest on-device large language model that improves instruction-following and tool-calling abilities. Because the model changes when a person updates to iOS 26.4, iPadOS 26.4, macOS 26.4, and visionOS 26.4, test your prompts with the new model to verify your app’s behavior. If necessary, update and maintain prompts for each model version.
Reduce the possibility of blocking benign content with improved guardrails for SystemLanguageModel.
Measure how many tokens your prompt, instructions, or entire session transcript uses with tokenCount(for:).
Use the contextSize property to get the maximum context size — in tokens — that the SystemLanguageModel supports.
Use the
#Playgroundmacro in Xcode to view an estimate of the usage of 4,096 tokens in the available context window. When you run the canvas, the output displays Input Token Count and Response Token Count separately.
See Also
Technology updates
Accelerate updatesAccessibility updatesActivityKit updatesAdAttributionKit UpdatesApp Clips updatesApp Intents updatesAppKit updatesApple Intelligence updatesAppleMapsServerAPI UpdatesApple Pencil updatesARKit updatesAudio Toolbox updatesAuthenticationServices updatesAVFAudio updatesAVFoundation updates