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

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

GitHub
AI API2020

Typed Python client for the OpenAI REST API that offers synchronous and asynchronous clients, typed request/response models, streaming and Realtime support, webhook verification, and integrations for Azure and Amazon Bedrock—built for production integrations and automation.

GitHub

Practical, full-stack tutorial for building Retrieval-Augmented Generation (RAG) systems—covers data preprocessing, vector embedding and indexing, hybrid and multimodal retrieval, generation integration, evaluation and production-ready engineering. Includes hands-on projects and examples for developers with Python experience.