---
title: "Google AI models — API access via RunAPI"
url: "https://runapi.ai/providers/google.md"
canonical: "https://runapi.ai/providers/google.md"
locale: "en"
provider: "Google"
line_count: 4
variant_count: 15
---

# Google

Veo 3, Imagen 4, Nano Banana, and Gemini — Google&#39;s full stack from video generation to multimodal reasoning.

Google offers frontier models spanning video (Veo 3 with native audio), image (Imagen 4, Nano Banana), and language (Gemini multimodal LLMs). Through RunAPI, the entire Google AI stack shares a single key.

## Models

- [Gemini](https://runapi.ai/models/gemini.md) — Text, 5 variants · from $0.030
- [Imagen 4](https://runapi.ai/models/imagen-4.md) — Image, 4 variants · from $0.040
- [Nano Banana](https://runapi.ai/models/nano-banana.md) — Image, 4 variants · from $0.040
- [Veo 3.1](https://runapi.ai/models/veo-3.1.md) — Video, 2 variants · from $0.600

## Variants

| Model | Variant | Billing | Starting price | URL |
|---|---|---|---|---|
| Gemini | `2.5-flash` | 1K tokens | $0.030 | https://runapi.ai/models/gemini/2.5-flash.md |
| Gemini | `2.5-pro` | 1K tokens | $0.080 | https://runapi.ai/models/gemini/2.5-pro.md |
| Gemini | `3-flash-preview` | 1K tokens | $0.030 | https://runapi.ai/models/gemini/3-flash-preview.md |
| Gemini | `3-pro-preview` | 1K tokens | $0.100 | https://runapi.ai/models/gemini/3-pro-preview.md |
| Gemini | `3.1-pro-preview` | 1K tokens | $0.100 | https://runapi.ai/models/gemini/3.1-pro-preview.md |
| Imagen 4 | `imagen-4` | call | $0.080 | https://runapi.ai/models/imagen-4/imagen-4.md |
| Imagen 4 | `fast` | call | $0.040 | https://runapi.ai/models/imagen-4/fast.md |
| Imagen 4 | `pro-image-to-image` | call | $0.180 | https://runapi.ai/models/imagen-4/pro-image-to-image.md |
| Imagen 4 | `ultra` | call | $0.120 | https://runapi.ai/models/imagen-4/ultra.md |
| Nano Banana | `nano-banana` | call | $0.040 | https://runapi.ai/models/nano-banana/nano-banana.md |
| Nano Banana | `2` | call | $0.160 | https://runapi.ai/models/nano-banana/2.md |
| Nano Banana | `edit` | call | $0.040 | https://runapi.ai/models/nano-banana/edit.md |
| Nano Banana | `pro` | call | $0.180 | https://runapi.ai/models/nano-banana/pro.md |
| Veo 3.1 | `veo-3.1` | call | $2.50 | https://runapi.ai/models/veo-3.1/veo-3.1.md |
| Veo 3.1 | `fast` | call | $0.600 | https://runapi.ai/models/veo-3.1/fast.md |

## Install

```sh
npm install @runapi.ai/<line>
```

## FAQ

### Is this an official %{provider} integration?

RunAPI exposes a managed API surface with transparent pricing, capability, and error behavior.

### Do I need a %{provider} account?

No — your RunAPI key is enough for managed access.

### What&#39;s the latency overhead from proxying?

Typically under 20 ms. RunAPI keeps the proxy layer close to model execution regions.

### Are images / videos cached?

Generated outputs are stored and retrievable by task ID. Inputs are not cached.

### Can I bring my own key?

Not currently — calls use RunAPI-managed access.

