AIAny
AI API2023
Icon for item

Generative AI on Google Cloud

Notebooks and sample apps demonstrating generative-AI workflows on Google Cloud's Vertex AI and Gemini — covering RAG grounding, multimodal demos, function calling, and agent-building examples, with deployment-ready templates for evaluation and production.

Introduction

Google's Vertex AI docs tell you which APIs exist; this repository shows how they fit together in working code. It's the official, DevRel-maintained collection of runnable notebooks and sample apps for building generative AI on Google Cloud — and because it tracks Gemini and Vertex features as they ship, the patterns here stay current instead of bit-rotting the way third-party tutorials tend to.

What Sets It Apart
  • Maintained alongside the platform. Updated by Google Cloud engineers as new Gemini and Vertex capabilities land, so a notebook you copy today reflects the current API surface rather than a deprecated one.
  • Full-stack coverage. Goes beyond basic prompting to function calling, grounding and RAG, embeddings, multimodal input, evaluation, and agent-building frameworks — the pieces you actually assemble for a real application.
  • Deployment-minded. Many samples ship with Cloud Run and infrastructure templates, not just isolated snippets, so the jump from notebook to a running service is shorter.
Great Fit If

You're building on Vertex AI or Gemini and want vetted, current reference implementations instead of stitching together blog posts. Look elsewhere if your stack is OpenAI or Anthropic, or if you want a provider-neutral abstraction layer — this is deliberately Google-Cloud-specific and assumes a GCP project, setup, and billing.

Information

  • Websitegithub.com
  • OrganizationsGoogle
  • AuthorsGoogle Cloud Platform
  • Published date2023/05/05

More Items

GitHub
AI API2025

Gateway that pools multiple AI subscription accounts and issues platform API keys while handling authentication, token-level billing, load balancing, rate limits, and per-user/account concurrency—enables shared subscriptions for Claude, OpenAI, Gemini and Grok.

GitHub
AI API2026

Exposes a ChatGPT account as an OpenAI-compatible local API and SDK set, enabling chat, streaming, and image-generation calls via a dev proxy or "Sign in with ChatGPT". Includes a CLI and TypeScript/React adapters; unofficial and uses user ChatGPT credentials.

GitHub
AI API2020

Provides a self-hosted machine translation HTTP API that runs offline using the open-source Argos Translate engine; offers Docker-based deployment and a simple HTTP interface for integration. Suited for privacy-conscious or offline translation deployments.