---
title: "Google AI 模型 — RunAPI API 与 Skill 接入"
url: "https://runapi.ai/zh-CN/providers/google.md"
canonical: "https://runapi.ai/zh-CN/providers/google.md"
locale: "zh-CN"
provider: "Google"
line_count: 5
variant_count: 19
---

# Google

Veo 3、Imagen 4、Nano Banana 和 Gemini — Google 从视频生成到多模态推理的完整 AI 模型栈。

Google 提供覆盖视频（Veo 3，同步音频）、图像（Imagen 4、Nano Banana）和语言（Gemini 多模态 LLM）的前沿模型。通过 RunAPI，整个 Google AI 模型栈共享一把 key。

## Models

- [Gemini](https://runapi.ai/zh-CN/models/gemini.md) — Text, 6 variants · from $0.020
- [Gemini Omni](https://runapi.ai/zh-CN/models/gemini-omni.md) — Video, 3 variants · from $0.0000
- [Imagen 4](https://runapi.ai/zh-CN/models/imagen-4.md) — Image, 4 variants · from $0.040
- [Nano Banana](https://runapi.ai/zh-CN/models/nano-banana.md) — Image, 4 variants · from $0.040
- [Veo 3.1](https://runapi.ai/zh-CN/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.020 | https://runapi.ai/zh-CN/models/gemini/2.5-flash.md |
| Gemini | `2.5-pro` | 1K tokens | $0.050 | https://runapi.ai/zh-CN/models/gemini/2.5-pro.md |
| Gemini | `3-flash-preview` | 1K tokens | $0.020 | https://runapi.ai/zh-CN/models/gemini/3-flash-preview.md |
| Gemini | `3-pro-preview` | 1K tokens | $0.060 | https://runapi.ai/zh-CN/models/gemini/3-pro-preview.md |
| Gemini | `3.1-pro-preview` | 1K tokens | $0.060 | https://runapi.ai/zh-CN/models/gemini/3.1-pro-preview.md |
| Gemini | `3.5-flash` | 1K tokens | $0.050 | https://runapi.ai/zh-CN/models/gemini/3.5-flash.md |
| Gemini Omni | `audio` | call | $0.0000 | https://runapi.ai/zh-CN/models/gemini-omni/audio.md |
| Gemini Omni | `character` | call | $0.0000 | https://runapi.ai/zh-CN/models/gemini-omni/character.md |
| Gemini Omni | `text-to-video` | call | $3.60 | https://runapi.ai/zh-CN/models/gemini-omni/text-to-video.md |
| Imagen 4 | `imagen-4` | call | $0.080 | https://runapi.ai/zh-CN/models/imagen-4/imagen-4.md |
| Imagen 4 | `fast` | call | $0.040 | https://runapi.ai/zh-CN/models/imagen-4/fast.md |
| Imagen 4 | `pro-remix-image` | call | $0.180 | https://runapi.ai/zh-CN/models/imagen-4/pro-remix-image.md |
| Imagen 4 | `ultra` | call | $0.120 | https://runapi.ai/zh-CN/models/imagen-4/ultra.md |
| Nano Banana | `nano-banana` | call | $0.040 | https://runapi.ai/zh-CN/models/nano-banana/nano-banana.md |
| Nano Banana | `2` | call | $0.080 | https://runapi.ai/zh-CN/models/nano-banana/2.md |
| Nano Banana | `edit` | call | $0.040 | https://runapi.ai/zh-CN/models/nano-banana/edit.md |
| Nano Banana | `pro` | call | $0.180 | https://runapi.ai/zh-CN/models/nano-banana/pro.md |
| Veo 3.1 | `veo-3.1` | call | $2.50 | https://runapi.ai/zh-CN/models/veo-3.1/veo-3.1.md |
| Veo 3.1 | `fast` | call | $0.600 | https://runapi.ai/zh-CN/models/veo-3.1/fast.md |

## LLM API endpoints

Base URL: `https://runapi.ai`

- `POST /v1/chat/completions` — OpenAI compatible
- `POST /v1/messages` — Anthropic compatible

Use the OpenAI or Anthropic SDK with your RunAPI API key.

## Install a model skill

```sh
npx skills add runapi-ai/<line> -g
```

Replace `<line>` with a model slug from this provider, then use the skill docs, schemas, pricing notes, and setup steps while adding the model feature.

## FAQ

### 这是 %{provider} 官方集成吗？

RunAPI 提供托管 API 接入，定价、能力和错误行为都清晰透明。

### 需要单独的 %{provider} 账号吗？

不需要——RunAPI key 即可使用托管接入。

### 代理会带来多少延迟？

一般在 20 ms 以内。RunAPI 会让代理层尽量靠近模型执行区域。

### 输出会缓存吗？

输出按任务 ID 存储在 R2 供回取。输入不缓存。

### 能自带 key 吗？

目前不支持——调用使用 RunAPI 托管接入。

