Two paths for external models
Code found in Apple's iOS 27 and macOS Golden Gate private frameworks indicates that the redesigned Siri architecture can connect with third-party artificial-intelligence models at more than one level. The findings, reported on September 14, show an extension mechanism that can send selected requests to another model and a lower-level protocol capable of substituting an external model for Apple's server-side Siri model.
The first mechanism, called Model Delegation in the examined code, treats another AI service as a Siri extension. A demonstration cited in the report adds Claude alongside the existing ChatGPT integration. When asked to create a reminder, Claude interprets the request and passes the required action back to Siri, which uses Apple's Reminders system. In a separate example, Claude handles a request to create a CSV file and returns the result through a Siri conversation window.
This arrangement preserves a division of labor. The external model can process language or generate an output, while Siri remains responsible for actions tied to Apple applications and system services. It resembles the user-visible ChatGPT handoff already built into Apple's software, but the private framework suggests Apple has designed a broader extension structure than the currently available product exposes.
A deeper inference-provider interface
The second route appears more extensive. An inference-provider protocol inside Model Manager Services allowed a third-party model to receive Siri's planning prompt and tool definitions in the demonstration. The model could then request system actions, use the results returned by those tools and compose a response that Siri delivered through its normal interface and voice.
That technical capability does not mean iPhone or Mac users can now replace Siri's underlying model. The report says Claude is not offered in the public “Ask” menu and Apple has not made the model-delegation entitlement available to outside developers. The observed interfaces are private, and code designed for internal testing or future use may never become a supported product feature.
The distinction is important because the discovery demonstrates architectural flexibility rather than a launch. Apple could use the interfaces for its own testing, selected partnerships or eventual interoperability requirements without permitting unrestricted model replacement. Any external provider handling Siri planning data or tool calls would also raise practical questions about consent, privacy, security and which actions a model is allowed to initiate.
For now, ChatGPT remains the visible third-party option described in the report. The newly documented hooks offer evidence that Apple has built its Siri overhaul so additional models could be connected later, either as specialized assistants or as deeper inference providers. Whether those capabilities reach users will depend on Apple opening the relevant entitlements, defining developer rules and shipping a supported interface.



