---
title: "ElevenLabs API — バリアント、料金、model skill"
url: "https://runapi.ai/ja/models/elevenlabs.md"
canonical: "https://runapi.ai/ja/models/elevenlabs.md"
locale: "ja"
model: "ElevenLabs"
provider: "ElevenLabs"
modality: "audio_music"
variant_count: 6
price_from_cents: 4
---

# ElevenLabs API

音声合成、テキスト読み上げ、効果音、音声認識、音声分離向けにElevenLabs APIにアクセスできます。

**Provider:** ElevenLabs
**Modality:** Audio &amp; Music
**Catalog:** 6 variants

ElevenLabsは、テキスト読み上げ、ダイアログ生成、効果音作成、音声認識文字起こし、音声分離をカバーする音声AIモデルのスイートを提供しています。そのTTSモデルは自然なプロソディで複数言語をサポートしています。

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| audio-isolation | `audio-isolation` | $0.120 | minute | https://runapi.ai/ja/models/elevenlabs/audio-isolation.md |
| sound-effect-v2 | `sound-effect-v2` | $0.150 | minute | https://runapi.ai/ja/models/elevenlabs/sound-effect-v2.md |
| speech-to-text | `speech-to-text` | $0.040 | minute | https://runapi.ai/ja/models/elevenlabs/speech-to-text.md |
| text-to-dialogue-v3 | `text-to-dialogue-v3` | $0.140 | 1K chars | https://runapi.ai/ja/models/elevenlabs/text-to-dialogue-v3.md |
| text-to-speech-multilingual-v2 | `text-to-speech-multilingual-v2` | $0.120 | 1K chars | https://runapi.ai/ja/models/elevenlabs/text-to-speech-multilingual-v2.md |
| text-to-speech-turbo-v2.5 | `text-to-speech-turbo-v2.5` | $0.060 | 1K chars | https://runapi.ai/ja/models/elevenlabs/text-to-speech-turbo-v2.5.md |


## Install the skill

```sh
npx skills add runapi-ai/elevenlabs -g
```

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

## Context

ElevenLabsは音声AI企業で、そのモデルはTTS、ダイアログ、効果音、文字起こし、音声分離をカバーしています。RunAPI経由では、すべてのElevenLabsエンドポイントが1つのキーと呼び出し単位の課金を共有します。

## FAQ

### このモデルはどう呼び出しますか？

model skill をインストールし、RunAPI key とセットアップメモに従ってください。

### 失敗した生成は課金されますか？

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

### アプリケーションから呼び出せますか？

はい。コード作業環境に model skill をインストールし、モデル機能を追加するときに利用してください。

