---
title: "nano-banana-2-lite API — Nano Banana 收費詳情與規格"
url: "https://runapi.ai/zh-HK/models/nano-banana/2-lite.md"
canonical: "https://runapi.ai/zh-HK/models/nano-banana/2-lite.md"
locale: "zh-HK"
model: "Nano Banana"
provider: "Google"
variant_id: "nano-banana-2-lite"
sdk_model_id: "nano-banana-2-lite"
modality: "image"
price_from_cents: 3
billing_unit: "call"
status: "active"
---

# Nano Banana nano-banana-2-lite API

透過 RunAPI 使用 Nano Banana 系列的 nano-banana-2-lite。按次收費，無需訂閱，失敗的生成不扣費。

## Pricing

**$0.030** per call

失敗的生成不會收費

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `nano-banana-2-lite` |
| Provider | Google |
| Modality | image |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/nano_banana/edit_image` |
| Status | active |

## Request example

```json
{
  "model": "nano-banana-2-lite",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Create a motivational poster with the text 'Never Give Up' in bold serif, sunset mountains in the background."
}
```

## Install the skill

```sh
npx skills add runapi-ai/nano-banana -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Nano Banana nano-banana-2-lite features to an application.

```json
{
  "model": "nano-banana-2-lite"
}
```

## FAQ

### 模型 ID 會否在不同版本之間保持穩定？

RunAPI 會保持 model ID 穩定，並處理相容的版本更新，而不需要改動你的 request 格式。

### 這個 variant 的 rate limit 係多少？

每個 key 的 rate limit 會按使用層級而定。請查看定價頁了解最新限制。

### 之後可以切換 variant 嗎？

可以——variant 只係一個旗標。只要更改 model 參數就可以切換。

### 支援 streaming 嗎？

在可用 streaming 的情況下，RunAPI 會端到端串流。

### 我應該在邊度回報品質問題？

可以在公開 GitHub repo 開 issue，或者電郵支援團隊。


## Related

Other Nano Banana variants:

- [nano-banana](https://runapi.ai/zh-HK/models/nano-banana/nano-banana.md) — `nano-banana` · $0.040
- [nano-banana-2](https://runapi.ai/zh-HK/models/nano-banana/2.md) — `2` · $0.080
- [nano-banana-edit](https://runapi.ai/zh-HK/models/nano-banana/edit.md) — `edit` · $0.040
- [nano-banana-pro](https://runapi.ai/zh-HK/models/nano-banana/pro.md) — `pro` · $0.180
