Skip to content

Gemini API

Use these docs if you need to call the API using Gemini's native REST paths.

API Docs

DocDescription
Generate ContentPOST /v1beta/models/{model}:generateContent — text and multimodal understanding
Veo 3.1 Fast Videoveo-3.1-fast-generate-preview — video generation, async polling, and download

Notes

  • Gemini native REST paths typically start with /v1beta/models/...
  • For text and multimodal understanding, see Generate Content
  • Veo video generation is an async task and does not immediately return the final video
  • Preview models may change — confirm the model name and availability before integrating

hboom AI