Apple Opens Siri to Third-Party AI Chatbots in iOS 27

Apple Opens Siri to Third-Party AI Chatbots in iOS 27

Apple is preparing to break Siri’s eight-year monopoly inside its own operating system. According to multiple reports converging in early May 2026, iOS 27 Apple Intelligence Extensions will let users route Siri, Writing Tools, and Image Playground requests to third-party AI services — Claude, Gemini, Grok, and others — alongside the existing ChatGPT integration. The framework is expected to be unveiled at WWDC 2026 on June 8 and ship to consumers with iOS 27 in fall 2026. For Apple, this is the largest opening of its AI stack in the company’s history. For Anthropic, Google, xAI, and the broader AI app ecosystem, it is a billion-user distribution channel that did not previously exist.

What’s actually new

The substance is in the architecture and the regulatory direction it telegraphs.

  • Extensions framework, not a one-off partnership. ChatGPT has been integrated into Siri since iOS 18.2 in December 2024, but only as a special-case partnership. iOS 27 introduces a generalized Extensions framework that any AI provider can register against. The mechanism is symmetric and competitive rather than bespoke.
  • System-wide model selection in Settings. Users pick a default AI Extension in the Apple Intelligence section of Settings. The selection routes requests across Siri, Writing Tools, Image Playground, and any other Apple-Intelligence-aware system feature. One choice, system-wide.
  • Distribution through the App Store. Each AI provider builds an Extensions-enabled app in the App Store. Users install their preferred chatbot, register it as an Extension, and the app is now wired into Siri. The App Store gets a new “AI Extensions” category to make discovery obvious.
  • Siri 2.0 redesign on top. Beyond the Extensions framework, Siri itself is being rebuilt. A standalone Siri app, iMessage-style chat interface with conversation history, Dynamic Island integration, system-wide “Ask Siri” and “Write with Siri” toggles, and multi-step task handling across apps. The Siri shell users have known since 2011 is going away.
  • WWDC 2026 unveil. Confirmed for the keynote on Monday, June 8 at 10 AM Pacific. Public beta within a week of the keynote, consumer release with iOS 27 in fall 2026.

Why it matters

  • Apple Intelligence finally becomes a platform, not an Apple monolith. The 2024-2025 iteration of Apple Intelligence was Apple-built models running locally with ChatGPT as the only escape valve. iOS 27 turns it into a platform where third-party providers compete for the user’s default selection. That is the difference between a feature and an ecosystem.
  • Anthropic and Google get a Siri-shaped distribution channel. Claude and Gemini have substantial user bases on the open web. They have lacked a comparable presence on iPhone outside their own apps. iOS 27 puts them inside the OS at parity with ChatGPT.
  • The default-pick economics will be brutal. Most users do not change defaults. The provider that wins the “set and forget” position on a fresh iPhone setup wins a substantial fraction of mobile AI traffic for that user. Expect aggressive marketing from every AI provider in late 2026.
  • Regulators get the answer they wanted. The European Commission’s Digital Markets Act and similar regimes have pressured Apple to open Apple Intelligence to third-party providers. iOS 27 satisfies that pressure with a clean technical mechanism. Expect the regulatory heat on Apple’s AI defaults to ease.
  • OpenAI loses its privileged status. ChatGPT has been the only third-party AI inside Siri since 2024. iOS 27 ends that privilege. The competitive dynamic shifts from “the AI partner Apple chose” to “one of several AI options users can pick.”
  • Privacy posture becomes a differentiator. Apple’s framing emphasizes that Extensions can declare their data handling and that users approve each provider’s permissions. AI providers that offer strong on-device or zero-retention modes will have a marketing edge for privacy-conscious iPhone users.

How to use it today

iOS 27 ships in fall 2026 with public beta in June. Until then, the only third-party AI inside Siri is ChatGPT through the existing iOS 18.2+ integration. The preparation work AI developers and product teams should be doing now:

  1. Register for the Apple Developer beta. Apple’s developer portal opens iOS 27 SDK access shortly after the keynote on June 8. Get on it the same week.
  2. Audit your existing iOS app for App Intents readiness. The Extensions framework leverages App Intents, which Apple has been pushing since iOS 16. Apps with rich App Intents implementations will need less rework.
    // Example App Intent that an AI Extension would expose
    import AppIntents
    
    struct AskClaudeIntent: AppIntent {
        static var title: LocalizedStringResource = "Ask Claude"
        static var description = IntentDescription(
            "Send a question to Claude and get a response.")
    
        @Parameter(title: "Question")
        var question: String
    
        func perform() async throws -> some IntentResult & ProvidesDialog {
            let response = try await ClaudeAPI.complete(prompt: question)
            return .result(dialog: IntentDialog(stringLiteral: response))
        }
    }
  3. Plan for Writing Tools and Image Playground integration paths. Extensions can target Siri alone, or extend to Writing Tools (proofread, rewrite, summarize) and Image Playground (generate, edit). The richer the Extension surface, the more system features it captures.
  4. Design your data-handling disclosure carefully. Apple is expected to require Extensions to declare data-handling practices in a structured format. Aggressive data retention or training-data use will hurt App Store discoverability and user adoption. Plan for the privacy-friendly option to be the marketing point.
  5. Build authentication and account linking flows now. An Extension that requires the user to log into Claude.ai or Google account creates friction. The pattern that works: lightweight in-app account linking with Sign in with Apple as a minimum, full account creation as a path for paid tiers.
  6. Test latency hard. Siri responses that arrive in 4 seconds feel sluggish. iPhone users expect sub-2-second feedback. Stream tokens, prefetch where possible, cache aggressive defaults. The Extension that feels fast wins the long-term default selection.

How it compares

The competitive landscape inside iOS 27 will shake out across these dimensions:

Provider Strength Risk Likely Extension positioning
OpenAI / ChatGPT Existing iOS 18.2+ integration, brand recognition Loses privileged default status Polish and pricing — assumes most users keep ChatGPT
Anthropic / Claude Coding and reasoning quality, enterprise relationships Smaller consumer brand Premium positioning, productivity and writing focus
Google / Gemini Multimodal, search integration, Android cross-pollination Apple-Google competitive tension Multimodal capability story, free-tier default pick
xAI / Grok Real-time data, distinct personality Smaller install base, less developer maturity Personality and timeliness pitch
Perplexity Search-grounded answers, citations Relatively narrow use case Research and learning angle
Apple’s own models On-device privacy, zero-cost-to-user Quality gap on complex tasks Default fallback for privacy-priority users

The mid-2026 prediction worth holding loosely: Gemini wins the largest share of default selections among Android-switchers, ChatGPT holds the largest share among existing iOS users by inertia, Claude wins disproportionately among professional and developer users, and Apple’s own models become the privacy-default for users who explicitly choose them. The market does not have to shake out cleanly; it can support multiple successful Extensions.

What’s next

Three near-term threads to watch.

The Siri brand decision. If Siri is the user-facing interface and the Extension is the underlying engine, what does that mean for AI providers’ brands? Users may say “Hey Siri” and never see “Claude” or “Gemini” in the conversation. Apple’s framing of branding requirements within Extensions will shape whether providers see this as distribution or as their identity getting subordinated.

Pricing and revenue share. Apple has not disclosed how Extensions monetize. Possibilities range from “Apple takes nothing, providers monetize through their app subscriptions” to “Apple takes its standard 30% of in-app subscriptions.” The former drives more participation; the latter generates Apple revenue but compresses provider economics. Watch the WWDC keynote for the answer.

The Android response. Google has had a different posture on Android: Gemini is increasingly the default Assistant, with limited third-party AI integration. iOS 27’s openness creates pressure for Android to either match the openness or lean further into Gemini exclusivity. Either path is consequential for the broader mobile AI competitive dynamic.

Frequently Asked Questions

When does iOS 27 ship?

WWDC 2026 keynote on June 8, 2026 unveils iOS 27. Developer beta the same week, public beta in late June or early July, consumer general availability with the iPhone 18 launch in fall 2026 (typically September).

Will iPhone users have to use a third-party AI to use Siri?

No. Apple’s own models continue to handle Siri requests by default. Users who want a third-party model — Claude, Gemini, Grok, or others — install the corresponding Extensions app from the App Store and select it in Settings. The choice is opt-in.

Does iOS 27 Apple Intelligence Extensions work on older iPhones?

Apple Intelligence in 2024-2025 required iPhone 15 Pro or newer. iOS 27 is expected to maintain similar hardware requirements: iPhone 15 Pro, all iPhone 16 models, and presumably all iPhone 17 and 18 models. Older iPhones running iOS 27 will receive the OS update but not the Apple Intelligence and Extensions features.

What data does an Extension see when invoked?

Apple has signaled that Extensions will only receive the specific request the user issues, not the broader context of the iPhone. Each provider declares its data handling practices in a structured format that users see before installation. Privacy disclosures are expected to be more granular than current App Store privacy labels.

Will ChatGPT lose its existing iOS 18.2 integration?

ChatGPT remains in iOS through the new Extensions framework — it does not lose access. What it loses is the privileged “the only third-party option” status it has held since December 2024. Going forward, ChatGPT competes with Claude, Gemini, Grok, Perplexity, and any other AI provider that ships an iOS 27 Extension.

Can developers ship AI Extensions now or only after iOS 27?

Now: developers can prepare their apps with App Intents, build the user experience, and stage marketing. After WWDC 2026 keynote on June 8: the iOS 27 SDK opens and Extensions-specific APIs become available. App Store submissions for Extensions-enabled apps open in the developer beta period, with general App Store availability tied to iOS 27 GA in fall 2026.

Scroll to Top