---
title: "s1 API — Fish Audio Preise & Spezifikationen"
url: "https://runapi.ai/de/models/fish-audio/s1.md"
canonical: "https://runapi.ai/de/models/fish-audio/s1.md"
locale: "de"
model: "Fish Audio"
provider: "Fish Audio"
variant_id: "s1"
sdk_model_id: "s1"
modality: "audio_music"
price_from_cents: 2
billing_unit: "1K UTF-8 bytes"
status: "active"
---

# Fish Audio s1 API

Nutze s1 aus der Fish Audio-Familie über RunAPI. Preis pro Aufruf, kein Abo – fehlgeschlagene Generierungen werden nie berechnet.

## Pricing

**$0.020** per 1K UTF-8 bytes

Fehlgeschlagene Generierungen werden nicht berechnet

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `s1` |
| Provider | Fish Audio |
| Modality | audio_music |
| Task type | synchronous |
| Billing unit | 1K UTF-8 bytes |
| API endpoint | `/api/v1/fish_audio/text_to_speech` |
| Status | active |

## Request example

```json
{
  "model": "s1",
  "text": "Wandle diesen kurzen Dokumentartext in ausdrucksstarke, natürliche Sprache mit gleichmäßigem Sprechtempo um."
}
```

## 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 s1 features to an application.

```json
{
  "model": "s1"
}
```

## FAQ

### Wie wähle ich %{variant} aus?

Übergib die im Quickstart angezeigte Modell-ID.

### Sind die Preise nutzungsbasiert?

Ja. Preise werden pro Aufruf oder Einheit gemessen.


## Related

Other Fish Audio variants:

- [s2-pro](https://runapi.ai/de/models/fish-audio/s2-pro.md) — `s2-pro` · $0.020
