Eachlabs | AI Workflows for app builders
deepgram-nova-3-speech-to-text-pro

NOVA-3

Deepgram Nova-3 Pro delivers advanced speech-to-text with built-in AI features like summarization, topic and entity detection, sentiment and intent analysis, plus smart formatting and redaction.

Avg Run Time: 0.000s

Model Slug: deepgram-nova-3-speech-to-text-pro

Playground

Input

Enter a URL or choose a file from your computer.

Advanced Controls

Output

Example Result

Preview and download your result.

{
"output":{
"metadata":{
"duration":25.9
}
"results":{
"summary":{...}
"channels":[...]
}
}
}
Base (mono) $0.00435/min

API & SDK

Create a Prediction

Send a POST request to create a new prediction. This will return a prediction ID that you'll use to check the result. The request should include your model inputs and API key.

Get Prediction Result

Poll the prediction endpoint with the prediction ID until the result is ready. The API uses long-polling, so you'll need to repeatedly check until you receive a success status.