The AI arena is free today

Open Superagent
DeepgramReleased on Jan 1, 2024

Nova 2: Pricing, Performance & Examples

Nova 2 is a speech-to-text model from Deepgram, released in January 2024.

Advanced speech recognition model with high accuracy

Input
Audio
Output
Text

Nova 2 API

POST/v1/stt/transcribe

Any audio format up to 25 MB.

Missing Audio file

Run a request to see the response

Use it in your code

OpenAI-compatible endpoint through the LLM Stats gateway.

import requests

with open("audio.mp3", "rb") as f:
    response = requests.post(
        "https://gateway.llm-stats.com/v1/stt/transcribe",
        headers={"Authorization": "Bearer YOUR_API_KEY"},
        files={"file": f},
        data={"model_id": "nova-2"},
    )

print(response.json()["text"])

Need an API key? Create one above in the playground, or read the API documentation.

Nova 2 latency

Nova 2 time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

Nova 2 license

Nova 2 is a proprietary model available under its provider's product and API terms.

License
Proprietary
Hosted access

Proprietary license - usage restrictions apply

FAQ

Common questions about Nova 2.

Who created Nova 2?

Nova 2 was created by Deepgram.

What is the license for Nova 2?

Nova 2 is released under the Proprietary license.

Is Nova 2 multimodal?

Yes, Nova 2 is multimodal and can accept both text and images as input.

Where can I use Nova 2?

Nova 2 is available through 1 provider including Deepgram.