Gemini arrives for Apple developers: Xcode and Foundation Models | Keryc
WWDC brings clear news for developers: you can now call Gemini models in the cloud from Apple’s native environment. Can you imagine integrating a powerful model without running your own server and with direct access from Xcode? That’s exactly what they announced.
Gemini integrado con Foundation Models
Apple opened its Foundation Models framework to cloud model providers. Starting with iOS 27, macOS 27, iPadOS 27, visionOS 27 and watchOS 27, providers can implement the LanguageModel protocol to offer a common inference interface.
Google made the Gemini models available to Foundation Models through the Firebase Apple SDK. What does this mean in practice? The development experience is fully native: cloud-hosted models connect using the same API as on-device models. You can swap local and cloud inference without rewriting your logic.
You can switch between local and cloud inference with the same API, which helps reduce costs, control latency, and tailor the flow to the use case.
If you already work with Foundation Models, switching to Gemini is usually a minimal change: you just swap the model instance.
Firebase, seguridad y menos backend
The integration uses Firebase as the client platform. It’s based on Firebase AI Logic, a production-ready service that lets you integrate Gemini models directly into iPhone, iPad, Mac and visionOS apps without maintaining a separate backend.
Also, with Firebase App Check you protect the APIs that use those models from abuse. In other words: less infrastructure, less maintenance and protection against unauthorized use.
Imagine you’re building a startup and want to add an intelligent assistant to your app: now you can do it without investing in complex servers and with security controls ready to go.
Agentic workflows nativos en Xcode
Google and Apple integrated Gemini into Xcode so you can perform complex tasks directly during development. You register in Xcode’s Intelligence panel and, once configured, Gemini acts as an assistant that helps review code, fix bugs and speed up rolling out new features.
Need to refactor a function or generate test cases? With Gemini in Xcode you can go from idea to change in fewer steps, without switching windows or tools.
Cómo autenticar tu espacio de trabajo
You have two routes depending on your situation:
Individuales: consigue una clave API de Gemini desde Google AI Studio. Hay un free tier para empezar y niveles pagos para modelos más avanzados o mayor volumen.
Empresas: usa Gemini Enterprise Agent Platform para obtener claves con cuotas dedicadas y parámetros de privacidad y gobernanza adecuados para equipos corporativos.
Qué significa esto para ti
In short: Apple and Google make it easier for developers to integrate powerful language models within Apple’s native flow. Less infrastructure, faster development and more dynamic experiences for the end user. Of course, as always, you’ll need to watch costs, latency and data policies depending on the type of app you’re building.
Try it with something small: connect Gemini to review code changes or add a conversational feature, and you’ll see how much it reduces your development cycle.