プロバイダー

ElevenLabs AI モデル

業界最高水準の音声合成、テキスト読み上げ、効果音、文字起こし、音声分離。

1 models · 6 variants · から $0.040
概要

ElevenLabsは複数言語のテキスト読み上げ、ダイアログ生成、効果音作成、音声認識文字起こし、ボーカル抽出のための音声分離にわたる業界最高水準の音声AIを提供しています。

  • 全プロバイダー共通の API key
  • Model skill が docs と schema を作業環境に持ち込みます
  • 呼び出し単位の課金、契約不要
  • 失敗した生成は課金されません
機能

注目ポイント

モデル

ElevenLabs の全モデル

クイックスタート

ElevenLabs の model skill をインストール。

モデルを選んで skill を追加すると、コードツールが docs、schema、料金メモ、セットアップ手順を参照できます。

runapi.ai
curl -X POST https://runapi.ai/api/v1/elevenlabs/isolate_audio \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "text-to-speech-turbo-v2.5",
  "audio_url": "https://cdn.runapi.ai/public/samples/voice.mp3"
}'
import { ElevenlabsClient } from "@runapi.ai/elevenlabs";

const client = new ElevenlabsClient();
const result = await client.isolateAudio.run({
    model: "text-to-speech-turbo-v2.5",
    audio_url: "https://cdn.runapi.ai/public/samples/voice.mp3",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Elevenlabs\ElevenlabsClient;

$client = new ElevenlabsClient();
$result = $client->isolateAudio->run([
        'model' => 'text-to-speech-turbo-v2.5',
        'audio_url' => 'https://cdn.runapi.ai/public/samples/voice.mp3',
]);
require "runapi/elevenlabs"

client = RunApi::Elevenlabs::Client.new
result = client.isolate_audio.run(
    model: "text-to-speech-turbo-v2.5",
    audio_url: "https://cdn.runapi.ai/public/samples/voice.mp3"
)
npx skills add runapi-ai/elevenlabs -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/elevenlabs v1
リファレンス

ElevenLabs の全バリアント

料金表を見る →
Model Variant Billing From
ElevenLabs
audio-isolation minute $0.120 見る →
sound-effect-v2 minute $0.150 見る →
speech-to-text minute $0.040 見る →
text-to-dialogue-v3 1K chars $0.140 見る →
text-to-speech-multilingual-v2 1K chars $0.120 見る →
text-to-speech-turbo-v2.5 1K chars $0.060 見る →
FAQ

ElevenLabs に関するよくある質問

これは ElevenLabs の公式連携ですか?

RunAPI は、料金、機能、エラー挙動が明確なマネージド API サーフェスを提供します。

ElevenLabs アカウントは必要ですか?

いいえ。RunAPI key だけでマネージドアクセスを利用できます。

料金はどう請求されますか?

呼び出しまたは単位ごとの従量課金で、失敗した生成は課金されません。

今すぐ開始

1つの API から ElevenLabs モデルを呼び出す。