← All models
Detect speech presence and timestamps with accuracy and speed using the ultra-lightweight Silero VAD model
Details
- Accepts
- audio
Pricing
- Price
- 0.00125 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| audio_urlrequired | string | The URL of the audio to get speech timestamps from. |
Output
| Field | Type | Description |
|---|---|---|
| has_speech | boolean | Whether the audio has speech. |
| timestamps | array | The speech timestamps. |