整理 Google 2023-2026 年 AI 產品線:消費端 Gemini、NotebookLM、Flow;開發端 AI Studio、Gemini API、Vertex AI、ADK、Gemma;企業端 Workspace、Code Assist、Agent Builder。含選型指南與品牌演進脈絡。
Google 自 2023 年下半年起密集推出 AI 產品,從消費級聊天助理延伸至企業級 MLOps 平台、開放權重模型與終端機 Agent 工具。本文將 2023 年 7 月至 2026 年 7 月的官方產品網站整理為四大面向,並提供開發者選型建議,幫助團隊在原型驗證、生產部署、裝置端推論與 Agent 編排等情境中快速定位工具鏈。
一般使用者與創作工具
核心 AI 助理
- Gemini (gemini.google.com):取代 Bard 的通用多模態助理,支援文字、程式碼、圖片分析與生成。
- Bard (bard.google.com):歷史入口,現自動導向 Gemini。
研究與知識整理
- NotebookLM (notebooklm.google.com):以使用者上傳文件為知識庫的摘要、問答與音訊概覽工具,核心差異在於回答綁定指定來源。前身為 Project Tailwind。
多媒體生成實驗 (Google Labs)
- Flow (flow.google.com):整合 Veo、Imagen、Gemini 的影片創作與剪輯工具 (2025)。
- ImageFX (labs.google/fx/tools/image-fx):文字生圖與局部編修。
- MusicFX (labs.google/fx/tools/music-fx):文字描述生成或混製音樂。
- VideoFX (labs.google/fx/tools/video-fx):Veo 早期影片生成入口,功能多已併入 Flow。
- Whisk (labs.google/fx/tools/whisk):以圖片為提示素材重混視覺作品。
設計與開發輔助
- Stitch (stitch.withgoogle.com):從文字或圖片生成 UI 設計與前端程式碼。
- Jules (jules.google.com):非同步 Coding Agent,可在程式庫中規劃、修改、測試多步驟任務。
- Google Vids (Google Vids:AI 影片製作與編輯工具 | Google Workspace):Workspace 內的 AI 協助影片製作。
- Google AI Plans (Google AI 方案與 Cloud Storage - Google One):AI Pro、Ultra 個人訂閱方案入口。
模型與開發平台
開發者入口與 API
| 工具 | 網址 | 定位 |
|---|---|---|
| Google AI for Developers | ai.google.dev | 開發資源總入口 |
| Google AI Studio | aistudio.google.com | 瀏覽器測試提示、取得 API Key、產生程式碼範例 |
| Gemini Developer API | ai.google.dev/gemini-api | 直接呼叫 Gemini、Veo、Imagen 等模型,支援 generateContent、streamGenerateContent、Live API、Batch API、Embeddings、Gen Media APIs |
| Gemini Live API | ai.google.dev/gemini-api/docs/live-api | 低延遲雙向語音/視訊串流,適合即時助理 |
企業級 AI 平台
- Vertex AI (Gemini Enterprise Agent Platform (formerly Vertex AI) | Google Cloud):受管式 ML 全生命週期平台,含模型訓練、微調、評估、部署、治理。
- Vertex AI Model Garden (Model Garden on Gemini Enterprise Agent Platform | Google Cloud):Google 與第三方模型目錄。
- Vertex AI Agent Builder (Gemini Enterprise Agent Platform (formerly Vertex AI) | Google Cloud):多 Agent 體驗、企業搜尋、資料串接與工作流編排。
- Vertex AI Agent Engine (Scale your agents | Gemini Enterprise Agent Platform | Google Cloud Documentation):Agent 受管式部署與擴充環境。
開放模型與邊緣部署
- Gemma (ai.google.dev/gemma):可下載、自行部署微調的開放權重模型家族。
- Google AI Edge (ai.google.dev/edge):Android、iOS、Web、嵌入式裝置部署工具鏈。
- ML Kit GenAI APIs (Overview of the ML Kit GenAI APIs | Google for Developers):Android 裝置端 Gemini Nano 推論 (摘要、校對、改寫、圖片描述),離線、低延遲、無伺服器成本。
全端與行動開發框架
- Firebase AI Logic (Gemini API using Firebase AI Logic | Firebase AI Logic):客戶端 SDK 直接整合 Gemini (支援 Developer API 與 Vertex AI 兩種提供者)。
- Genkit (genkit.dev / Genkit - Open-source AI framework by Google in JavaScript, Go and Python):Node.js/Go 後端 AI Workflow 框架,涵蓋 RAG、工具呼叫、本地開發與觀測。
- Kaggle Models (Find Pre-trained Models | Kaggle):模型探索、下載、Notebook 測試與社群協作。
企業與 Workspace 整合
| 產品 | 網址 | 核心價值 |
|---|---|---|
| Gemini for Google Workspace | workspace.google.com/gemini | Gmail、Docs、Sheets、Slides、Meet 內建 AI (前身 Duet AI) |
| Gemini Code Assist | cloud.google.com/products/gemini/code-assist | IDE 內程式補全、說明、除錯、程式碼理解 (前身 Duet AI for Developers) |
| Gemini Cloud Assist | Gemini Cloud Assist: AI-assisted cloud operations and management | Google Cloud | 雲端架構、營運、診斷與最佳化協助 |
| Gemini in Security | <!-- "> '> --><title> | 資安營運、事件分析、威脅調查 |
| Gemini Enterprise | Gemini Enterprise app: Best of Google AI for Business | Google Cloud | 企業內部搜尋、知識存取、Agent 與流程自動化平台 |
| Google Cloud AI | Gemini Enterprise AI Platform | Google Cloud | 企業導入總覽入口 |
品牌演進:2023 年以 Duet AI 推出 Workspace 與開發者服務,2024 年起統一整合為 Gemini 系列。Workspace Labs (labs.google) 為早期測試管道,功能已逐步併入正式版。
開發者選型指南
快速原型 vs 生產部署
| 階段 | 建議路徑 | 關鍵理由 |
|---|---|---|
| PoC、Hackathon、個人專案 | Google AI Studio → Gemini Developer API | 設定快、API Key 即啟動 |
| 生產級 Web/Mobile App | Firebase AI Logic 或 Genkit | 前端 SDK 整合短、支援雙提供者切換 |
| 企業知識問答、文件 RAG | Vertex AI → Agent Builder | 串接私有資料、合規與權限管理 |
| 多 Agent 工作流 | ADK → Agent Engine | 框架編排 + 受管式執行擴展 |
| 資安、合規、雲端治理要求 | Vertex AI | 納入既有 GCP 專案、IAM、稽核流程 |
| 模型完全自管 | Gemma + 自有基礎設施 | 開放權重、可離線部署微調 |
Agent 建置路徑
- ADK (Agent Development Kit):GitHub 開源框架 (GitHub - google/adk-python: An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control. · GitHub),模組化設計可呼叫工具、分工協作、具狀態評估。
- Vertex AI Agent Builder:無代碼/低代碼建立企業搜尋與對話 Agent。
- Agent Engine:將 ADK 或 Builder 產出的 Agent 部署至生產環境,取得自動擴縮與觀測。
裝置端與離線需求
- 優先評估 ML Kit GenAI APIs (Gemini Nano):Android 系統級模型、無網路推論、受裝置相容性與配額限制。
- 需跨平台或自訂推論堆疊 → Gemma + Google AI Edge。
歷史演進與已整合入口
| 前身/實驗 | 現況 | 代表意義 |
|---|---|---|
| Bard | → Gemini | 消費級助理品牌重塑 |
| Duet AI (Workspace/Developers/Security) | → Gemini 系列 | 企業功能統一品牌 |
| Search Generative Experience (SGE) | → AI Overviews / AI Mode | 搜尋生成式體驗正式化 |
| Project Tailwind | → NotebookLM | 研究工具產品化 |
| MusicLM (AI Test Kitchen) | → MusicFX | 文字轉音樂實驗延續 |
| TextFX | Labs 文字創作實驗保留 | 10 種 AI 輔助寫作工具 |
結論
Google 的 AI 產品線已形成 消費端 (Gemini 系列)、開發端 (AI Studio → Gemini API → Vertex AI)、企業端 (Workspace/Cloud/ Security 整合)、開放生態 (Gemma/Edge/Kaggle) 四大支柱。
決策關鍵:
- 只要「快速驗證想法」→ AI Studio + Gemini API
- 要「上線服務、有治理需求」→ Vertex AI 全家桶
- 要「客戶端直連、離線、省成本」→ ML Kit GenAI / Gemma + Edge
- 要「建構自主 Agent 系統」→ ADK + Agent Engine
隨著 Gemini 2.5、Veo 3、Imagen 4 等模型迭代,上層產品功能將持續強化;建議開發者以 Google AI for Developers 為單一真實來源追蹤最新文件與遷移指南。