Google Cloud opened early access to the Gemini Distillation Service, a tool that lets enterprises compress the reasoning ability of its most capable model into a cheaper, faster one without hand-labeling a single training example. Distillation, the practice of training a smaller “student” model to mimic a larger “teacher” model’s behavior, is not new. What Google is shipping is narrower and more specific: a managed pipeline that copies not just the teacher’s final answers but its internal reasoning traces, aimed squarely at teams running Gemini at production volume.

Standard supervised fine-tuning only ever sees a model’s finished output. Google Cloud’s service also captures what it calls the teacher’s raw thoughts, the intermediate reasoning steps that led to that output, and uses both to train the student. Because the teacher generates its own target responses during the job, the enterprise only has to supply prompts, not the correct answers. That removes the labeling bottleneck that typically keeps teams from fine-tuning on their real production traffic.

During this early access phase, exactly one pairing works: gemini-3.1-pro as teacher, gemini-2.5-flash as student. No other combination is offered, and Google Cloud’s documentation gives no timeline for expanding the list.

That single fixed pair is worth pausing on, because it is a business decision dressed as a product limitation. Nothing about the distillation technique itself requires teacher and student to come from the same lab. Google could, in principle, let a customer distill knowledge from any capable model into Flash, or let a Gemini model teach a third-party student. Instead, the service only lets Gemini teach Gemini, which locks the efficiency gains and the resulting fine-tuned checkpoints inside Google’s own stack and gives enterprises a reason to standardize on Gemini rather than mix providers.

The contrast with the rest of the industry sharpens that reading. Several labs have spent this year policing the opposite scenario: rivals distilling from their frontier models without permission. OpenAI has accused competitors of training on outputs pulled from its API, and multiple frontier labs now write anti-distillation language directly into their terms of service to block exactly the kind of teacher-student transfer Google is offering here, just across vendors instead of within one. Google’s version sidesteps that fight entirely by keeping the pipeline closed. It is a defensible design choice given the legal noise around unauthorized distillation, but it also means the service functions as a retention tool as much as an efficiency one.

Google Cloud recommends distillation for four situations: applications where Flash-tier latency or budget rules out running Pro directly, tasks with no existing labeled dataset for fine-tuning, multi-step reasoning or technical summarization where Flash currently falls short of Pro, and any workload with a wide, measurable quality gap between the two tiers. A minimum of roughly 1,000 diverse prompts is recommended before quality gains become noticeable, and the ceiling is steep: up to 50,000 examples per job, capped at 8,000 input tokens per entry and a 1 gigabyte file.

The service carries real friction for now. Jobs run only in Google Cloud’s us-central1 region, require the project to be allowlisted through a sales contact, and need the Agent Platform Administrator IAM role to launch. Access, once granted, lasts an initial 30 days. The pipeline is also text-only: no images, video, or function-calling data can be included in a training set yet, which rules out distilling agentic tool-use behavior for now.

For teams already standardized on Gemini and running high-volume Flash traffic that struggles on complex tasks, this is a concrete lever to close that gap without a labeling project. For teams weighing a multi-vendor model strategy, the single-family restriction is a signal to price in: distillation savings on Gemini will not transfer if a future roadmap decision moves workloads to a different provider.

Google Cloud’s Gemini Enterprise Agent Platform documentation, an undated early access product page for the Gemini Distillation Service.