---
title: "sound-effect-v2 API — ElevenLabs 요금 및 스펙"
url: "https://runapi.ai/ko/models/elevenlabs/sound-effect-v2.md"
canonical: "https://runapi.ai/ko/models/elevenlabs/sound-effect-v2.md"
locale: "ko"
model: "ElevenLabs"
provider: "ElevenLabs"
variant_id: "sound-effect-v2"
sdk_model_id: "sound-effect-v2"
modality: "audio_music"
price_from_cents: 15
billing_unit: "minute"
status: "active"
---

# ElevenLabs sound-effect-v2 API

RunAPI로 ElevenLabs 패밀리의 sound-effect-v2를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.

## Pricing

**$0.150** per minute

실패한 생성은 과금되지 않습니다

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `sound-effect-v2` |
| Provider | ElevenLabs |
| Modality | audio_music |
| Task type | asynchronous |
| Billing unit | minute |
| API endpoint | `/api/v1/elevenlabs/text_to_sound` |
| Status | active |

## Request example

```json
{
  "model": "sound-effect-v2",
  "text": "이 단락을 따뜻한 영국 남성 목소리로 보통 속도로 자연스러운 음성으로 변환해 주세요."
}
```

## 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 sound-effect-v2 features to an application.

```json
{
  "model": "sound-effect-v2"
}
```

## FAQ

### %{variant}는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

### 가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.


## Related

Other ElevenLabs variants:

- [audio-isolation](https://runapi.ai/ko/models/elevenlabs/audio-isolation.md) — `audio-isolation` · $0.120
- [speech-to-text](https://runapi.ai/ko/models/elevenlabs/speech-to-text.md) — `speech-to-text` · $0.040
- [text-to-dialogue-v3](https://runapi.ai/ko/models/elevenlabs/text-to-dialogue-v3.md) — `text-to-dialogue-v3` · $0.140
- [text-to-speech-multilingual-v2](https://runapi.ai/ko/models/elevenlabs/text-to-speech-multilingual-v2.md) — `text-to-speech-multilingual-v2` · $0.120
- [text-to-speech-turbo-v2.5](https://runapi.ai/ko/models/elevenlabs/text-to-speech-turbo-v2.5.md) — `text-to-speech-turbo-v2.5` · $0.060
