Gemini API
Use these docs if you need to call the API using Gemini's native REST paths.
API Docs
| Doc | Description |
|---|---|
| Generate Content | POST /v1beta/models/{model}:generateContent — text and multimodal understanding |
| Veo 3.1 Fast Video | veo-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