---
title: "s1 API — Fish Audio 料金・仕様"
url: "https://runapi.ai/ja/models/fish-audio/s1.md"
canonical: "https://runapi.ai/ja/models/fish-audio/s1.md"
locale: "ja"
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

RunAPI から Fish Audio ファミリーの s1 を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。

## Pricing

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

失敗した生成は課金されません

## 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": "この短いドキュメンタリーのナレーションを、一定の話速を保った表現力豊かで自然な音声に変換してください。"
}
```

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

### %{variant} はどう選択しますか？

quickstart に表示されるモデル ID を渡してください。

### 料金は従量課金ですか？

はい。呼び出しまたは単位ごとの従量課金です。


## Related

Other Fish Audio variants:

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