---
title: "Gemini TTS API — Variants, pricing & model skill"
url: "https://runapi.ai/models/gemini-tts.md"
canonical: "https://runapi.ai/models/gemini-tts.md"
locale: "en"
model: "Gemini TTS"
provider: "Google"
modality: "audio_music"
variant_count: 2
price_from_cents: 0.14
---

# Gemini TTS API

Gemini TTS API access for multi-speaker dialogue with configurable voices, accents, delivery styles, and pacing.

**Provider:** Google
**Modality:** Audio &amp; Music
**Catalog:** 2 variants

Gemini TTS turns ordered dialogue into speech while preserving a separate voice configuration for each speaker. Requests can also set the scene, overall delivery context, and sampling temperature.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| gemini-2.5-pro-tts | `gemini-2.5-pro-tts` | $0.0014 | 1K tokens | https://runapi.ai/models/gemini-tts/gemini-2.5-pro-tts.md |
| gemini-3.1-flash-tts | `gemini-3.1-flash-tts` | $0.0014 | 1K tokens | https://runapi.ai/models/gemini-tts/gemini-3.1-flash-tts.md |


## Install the skill

```sh
npx skills add runapi-ai/gemini-tts -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Gemini TTS features to an application.

## Context

Gemini TTS belongs to the Google catalog on RunAPI and exposes Gemini 2.5 Pro TTS and Gemini 3.1 Flash TTS through one consistent API, SDK, and CLI surface.

## FAQ

### Which variant should I start with?

Pick the cheapest variant that meets your quality bar. Most teams start on the fast variant and graduate to pro for production.

### Is there a free tier?

New accounts get free first calls on every model. After that, pay per call.

### Do you stream results?

Where streaming is available, RunAPI streams end-to-end.

### How are failures billed?

Failed generations are not charged.

### Are outputs cached?

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

### Can I use commercially?

Yes — commercial use is included for every variant unless a model license explicitly restricts it, which is called out on the variant page.

### What about rate limits?

Per-key rate limits scale with usage tier. See pricing page for current limits.

### Where can I report issues?

Open an issue on the public GitHub repo or email support.

