# ElevenLabs Sound Effects

> Generates non-speech audio (whoosh, explosion, rain) from a text prompt. Flat $0.027 per generation, 0.5-22 sec.

Human version: https://kymaapi.com/models/elevenlabs-sfx
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `elevenlabs-sfx` — pass this as `model` in the request body
- **Creator**: ElevenLabs
- **Released**: 2024-06-24
- **Price**: $0.027 / generation

## Call it

```bash
curl https://kymaapi.com/v1/audio/speech \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "elevenlabs-sfx", "prompt": "..."}'
```

## Positioning

ElevenLabs Sound Effects generates short, non-speech audio clips from text prompts. Use it when you need fast, low-cost foley, ambient noise, or UI sound effects without synthesizing voice.

## About

This model converts text descriptions into non-speech audio, producing clips between 0.5 and 22 seconds. It handles prompts for environmental sounds, impacts, and mechanical noises. The context window accepts up to 500 tokens for prompt instructions.

On Kyma, the endpoint operates with automatic failover and returns exact usage costs in the response payload. Prompt caching is supported, billing repeated prompt prefixes at 10% of the standard input rate. The model runs on a fast, cheap tier and does not support reasoning, vision, or structured JSON outputs.

Output is strictly audio. The model does not generate speech or music, and it will not return structured data formats. It is optimized for quick generation of isolated sound assets rather than long-form audio composition.

## Use cases

- **Game Foley Generation** — Create impact sounds, footsteps, and environmental cues for interactive media.
- **Video Post Production** — Add background ambience, weather effects, and mechanical noises to video timelines.
- **UI Interaction Sounds** — Generate short clicks, swipes, and notification tones for application interfaces.
- **Podcast Audio Enhancement** — Insert transitional whooshes, rain, or crowd noise to match narrative pacing.

## Not ideal for

Do not use this model for generating spoken dialogue, singing, or musical compositions.

## Pick something else when

- You need realistic voice narration → `eleven-multilingual-v2`
- You require background music tracks → `elevenlabs-music`
- You want fast, low-latency voice synthesis → `eleven-turbo-v2-5`

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by ElevenLabs: https://kymaapi.com/models?q=ElevenLabs
