text-to-dialogue-v3 API
ElevenLabs / ElevenLabs
RunAPI から ElevenLabs ファミリーの text-to-dialogue-v3 を利用できます。従量課金、サブスクリプション不要、失敗した生成は課金されません。
稼働中
·
audio_music
·
商用利用対応
curl -X POST https://runapi.ai/api/v1/elevenlabs/text_to_dialogue \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "text-to-dialogue-v3",
"text": "この段落を、温かみのある英国男性の声で、適度なペースで自然な音声に変換してください。"
}'
import { ElevenlabsClient } from "@runapi.ai/elevenlabs";
const client = new ElevenlabsClient();
const result = await client.textToDialogue.run({
model: "text-to-dialogue-v3",
text: "この段落を、温かみのある英国男性の声で、適度なペースで自然な音声に変換してください。",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\Elevenlabs\ElevenlabsClient;
$client = new ElevenlabsClient();
$result = $client->textToDialogue->run([
'model' => 'text-to-dialogue-v3',
'text' => 'この段落を、温かみのある英国男性の声で、適度なペースで自然な音声に変換してください。',
]);
require "runapi/elevenlabs"
client = RunApi::Elevenlabs::Client.new
result = client.text_to_dialogue.run(
model: "text-to-dialogue-v3",
text: "この段落を、温かみのある英国男性の声で、適度なペースで自然な音声に変換してください。"
)
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
バリアント切替
概要
ElevenLabs text-to-dialogue-v3 は同じ RunAPI 認証、model skill ワークフロー、従量料金で利用できます。
- 統合 API key
- Model skill セットアップ
- モデル ID リファレンス
- 失敗した生成は課金されません
料金
料金
失敗した生成は課金されません
Text to dialogue
$0.14
/ 1K chars
仕様
仕様
| モデル ID | text-to-dialogue-v3 |
| プロバイダー | ElevenLabs |
| モダリティ | audio_music |
| タスク種別 | asynchronous |
| 課金 | 1K chars |
| Endpoint | /api/v1/elevenlabs/text_to_dialogue |
| 商用利用 | はい |
| カタログステータス | 稼働中 |
MODELS
モデルスキル — text-to-dialogue-v3
スキルを1回インストールし、構築中にこのページのバリアントIDを使用してください。
# Install the model skill for app development workflows
npx skills add runapi-ai/elevenlabs -g
Or use this setup request in your coding tool:
Install the ElevenLabs skill for this app: 1. Add runapi-ai/elevenlabs with the skills installer. 2. Load SKILL.md in this workspace. 3. Use its docs, schemas, pricing notes, and setup steps when adding model features. 4. Confirm the install path when done.
仕組み
text-to-dialogue-v3 の使い方
01
モデルを選ぶ
アプリのワークフローに合うモデルとバリアントを選びます。
02
モデル ID を渡す
リクエスト body にこのバリアント ID を指定します。
03
タスクを実行
リクエストを送信し、返された task ID を保存します。
04
出力を取得
タスク完了時にポーリングまたは callback で結果を受け取ります。
違い
text-to-dialogue-v3 の比較
VS AUDIO-ISOLATION
自然なターンテイキングによる複数話者ダイアログ生成
混合音声ソースからボーカルを抽出
VS SOUND-EFFECT-V2
自然なターンテイキングによる複数話者ダイアログ生成
ゲーム、動画、ポッドキャスト向けテキスト→効果音
VS SPEECH-TO-TEXT
自然なターンテイキングによる複数話者ダイアログ生成
話者識別付き29以上の言語の文字起こし
ユースケース
このバリアントの用途
音楽生成
楽曲や音声アセットを作成します。
音声ワークフロー
音声合成やオーディオ処理の pipeline を構築します。
ツール連携
開発環境にオーディオツールを提供します。
FAQ
text-to-dialogue-v3 に関するよくある質問
text-to-dialogue-v3 はどう選択しますか?
quickstart に表示されるモデル ID を渡してください。
料金は従量課金ですか?
はい。呼び出しまたは単位ごとの従量課金です。
その他の ElevenLabs バリアント
speech-to-text
最安
speech-to-text
$0.040 / minute
text-to-speech-turbo-v2.5
高速
text-to-speech-turbo-v2.5
$0.060 / 1K chars
audio-isolation
audio-isolation
$0.120 / minute
text-to-speech-multilingual-v2
text-to-speech-multilingual-v2
$0.120 / 1K chars
sound-effect-v2
sound-effect-v2
$0.150 / minute
関連モデル
今すぐ開始