Claw field notebook
Google / GAPI

Gemini API

The Gemini API is Google's developer surface for the Gemini model family — Pro / Flash / Flash-Lite, plus image, audio, and video models. You access it directly through ai.google.dev (API key auth, fast on-ramp, generous free tier) or through Vertex AI (cloud project auth, enterprise controls, regional residency). Two SDKs to know: the new unified google-genai Python SDK and @google/genai for TypeScript / JavaScript. The older google-generativeai package is being superseded — start with the new one. All entries below are sourced from the official docs.

5 sourced