제공사
ElevenLabs AI 모델
업계 최고 수준의 음성 합성, 텍스트-투-스피치, 음향 효과, 트랜스크립션, 오디오 분리.
1 models
·
6 variants
·
최저 $0.040
ElevenLabs의 모든 모델
1 models
개요
ElevenLabs는 다국어 텍스트-투-스피치, 대화 생성, 음향 효과 생성, 음성-투-텍스트 트랜스크립션, 보컬 추출을 위한 오디오 분리에 걸쳐 업계 최고 수준의 음성 AI를 제공합니다.
- 제공사 전체에 공유되는 하나의 API key
- Model skill이 docs와 schema를 워크스페이스로 가져옵니다
- 호출 단위 과금, 약정 없음
- 실패한 생성은 과금되지 않습니다
기능
주요 특징
모델
ElevenLabs의 모든 모델
빠른 시작
ElevenLabs model skill 설치.
모델을 선택하고 skill을 추가하면 코딩 도구가 docs, schema, 가격 메모, 설정 단계를 참조할 수 있습니다.
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
레퍼런스
ElevenLabs의 모든 변형
FAQ
ElevenLabs에 대한 자주 묻는 질문
공식 ElevenLabs 통합인가요?
RunAPI는 투명한 가격, 기능, 오류 동작을 가진 관리형 API 표면을 제공합니다.
ElevenLabs 계정이 필요한가요?
아니요. RunAPI key만 있으면 관리형 접근을 사용할 수 있습니다.
가격은 어떻게 청구되나요?
호출 또는 단위 기준으로 과금되며 실패한 생성은 청구되지 않습니다.
지금 시작