Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Bringing the latest Gemini models to Apple developers

Дата публикации: 08-06-2026 23:45:00

Apple developers can now securely call cloud-hosted Gemini models using the Foundation Models framework, and access Gemini in Xcode.

Основное содержимое страницы с новостью.

Apple developers are getting seamless access to Gemini models to build dynamic experiences and smarter apps, faster. Additionally, Gemini in Xcode helps you accelerate multi-step coding tasks without switching windows.


Nicholas McNamara

Senior Product Manager

Thevi Sundaralingam

Group Product Manager


A phone with text "Planning itinerary for Hamburg...". Next to the phone is text "Giving Apple developers more seamless access to Google Gemini"

Your browser does not support the audio element.

Listen to article

[[duration]] minutes

This content is generated by Google AI. Generative AI is experimental

Updated June 9, 2026

Apple’s Worldwide Developers Conference (WWDC) kicked off this week, and we’re excited to share that Apple developers can now securely call cloud-hosted Gemini models using the Foundation Models framework, and access Gemini in Xcode. This announcement gives Apple developers seamless access to Gemini models to deliver dynamic experiences for their end users and increase their own development velocity.

Call Gemini models directly from the Foundation Models framework

At WWDC, Apple announced that it's opening its Foundation Models framework to third-party cloud model providers. Starting with iOS 27, macOS 27, iPadOS 27, visionOS 27 and watchOS 27, model providers can implement the new public LanguageModel protocol to provide a common interface for model inference. We've made Gemini models available to the Foundation Models framework through the Firebase Apple SDK.

This provides a fully native development experience — cloud-hosted Gemini models can plug directly into the Foundation Models framework using the same API. That means the on-device Apple model and cloud-hosted Gemini models sit behind a shared API surface, so you can easily swap between local and cloud inference to fit your use case. This flexibility is crucial for enabling optimal agentic app experiences while minimizing costs and reducing latency.

This integration leverages Firebase, Google Cloud's client apps development platform. It's based on Firebase AI Logic, a production-grade service that lets you integrate the latest Gemini models directly into your iOS, macOS, iPadOS and visionOS apps without needing to build and maintain a separate backend server. Plus, by using Firebase App Check, your service APIs, like those used to access Gemini models, are protected from abuse.

If you're already using Apple's Foundation Models framework, switching to Gemini models is a small code change: swap the model instance.

FirebaseApp.configure()

func generateStory(topic: String, wordCount: Int, language: String) async throws -> String {
    let session = LanguageModelSession(
        model: FirebaseAI.firebaseAI().geminiLanguageModel(name: "gemini-3.5-flash"),
        instructions: "Write a vivid story in \(language), approx \(wordCount) words." 
    )
    return try await session.respond(to: "Write a short story about \(topic).").content
}

let story = try await generateStory(topic: "a lighthouse keeper and a message in a bottle", 
   wordCount: 300, 
   language: "Spanish")

This integration is now available as a preview release. To get started, check out the Firebase documentation.

Use agentic workflows natively in Xcode

We worked with Apple to integrate Gemini into Xcode so you can perform complex, multi-step tasks during development without switching tools or windows.

To get started, onboard through the Intelligence settings panel in Xcode. Once configured, Gemini provides an agentic experience, helping you review code, fix bugs and build new features faster.

UI of Gemini in Xcode

Authenticate your workspace

To support both individual and enterprise developer workflows, you can configure authentication based on your use case:

  • Individual developers: Obtain a self-serve Gemini API key directly from Google AI Studio, which features both a free tier for getting started and a paid tier for more advanced models and higher volumes.
  • Enterprise developers: Use Gemini Enterprise Agent Platform to obtain an API key, which enables development teams to leverage their organization’s guaranteed dedicated corporate quotas and data privacy parameters.
Get started with Gemini models on Apple platforms

With seamless integration across Apple's Foundation Models framework and Xcode, you can effortlessly build, secure and scale next-generation, agentic AI experiences using Gemini models. We can’t wait to see what you build.

Get the latest news from Google in your inbox

Sign up for our newsletters with product updates, event information, special offers, and more.

Your information will be used in accordance with Google's privacy policy. You may opt out at any time.

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1Siri AI is powered by Gemini models, but is not Gemini – what does that mean?0511-06-2026
2Interactions API: our primary interface for Gemini models and agents07.3422-06-2026
3Gemini app for macOS gets new icon and hotkey screenshot shortcut0512-06-2026
4The latest Gemini for macOS update is here to change how you work across apps012.1829-07-2026
5Introducing Gemini 3.7 Flash022.1313-08-2026
6Gemini for macOS gets Neural Expressive, AI Mode on Android redesigned012.2921-07-2026
7ИИ Google Gemini Spark получил приложение на Mac5701-07-2026
8The Gemini app is bringing personalized image creation to more users.5729-06-2026
9Google Gemini Apple Logo wallpaper for iPhone029.5301-02-2026
10Introducing Gemma 4 12B: a unified, encoder-free multimodal model019.0203-06-2026

Классификация: Пресс-релизы. Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 11.79. Источник: blog.google.