---
title: "sound-effect-v2 API — cennik i specyfikacja ElevenLabs"
url: "https://runapi.ai/pl/models/elevenlabs/sound-effect-v2.md"
canonical: "https://runapi.ai/pl/models/elevenlabs/sound-effect-v2.md"
locale: "pl"
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

Korzystaj z sound-effect-v2 z rodziny ElevenLabs przez RunAPI. Cennik za wywołanie, bez subskrypcji — nieudane generacje nie są rozliczane.

## Pricing

**$0.150** per minute

Nieudane generacje nie są rozliczane

## 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": "Convert this paragraph into natural speech with a warm British male voice, moderate pace."
}
```

## 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

### Czy identyfikator modelu jest stały między wersjami?

RunAPI utrzymuje stały identyfikator modelu i obsługuje zgodne odświeżenia wersji bez zmiany kształtu żądania.

### Jaki jest limit rate limit dla tej warianty?

Limity na klucz skalują się wraz z poziomem wykorzystania. Aktualne limity znajdziesz na stronie cennika.

### Czy mogę później zmienić wariant?

Tak — wariant to flaga. Zmieniasz go, aktualizując parametr model.

### Czy obsługuje streaming?

Tam, gdzie streaming jest dostępny, RunAPI streamuje end-to-end.

### Gdzie zgłaszać problemy z jakością?

Otwórz issue w publicznym repo na GitHubie albo napisz do supportu.


## Related

Other ElevenLabs variants:

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