---
title: "Fish Audio API — Variants, pricing & model skill"
url: "https://runapi.ai/models/fish-audio.md"
canonical: "https://runapi.ai/models/fish-audio.md"
locale: "en"
model: "Fish Audio"
provider: "Fish Audio"
modality: "audio_music"
variant_count: 2
price_from_cents: 2
---

# Fish Audio API

Fish Audio API access for expressive multilingual and production-grade text-to-speech with managed MP3 output.

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

Fish Audio converts text into speech through a synchronous RunAPI endpoint. Choose s1 for expressive conversational or narrative audio, or s2-pro for natural, consistent production speech.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| s1 | `s1` | $0.020 | 1K UTF-8 bytes | https://runapi.ai/models/fish-audio/s1.md |
| s2-pro | `s2-pro` | $0.020 | 1K UTF-8 bytes | https://runapi.ai/models/fish-audio/s2-pro.md |


## Install the skill

```sh
npx skills add runapi-ai/fish-audio -g
```

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

## Context

Fish Audio provides text-to-speech models for expressive dialogue and dependable production voice workflows. RunAPI validates each result and returns a managed MP3 URL with audio metadata.

## 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.

