Supported Products

Deepgram products available as SageMaker Model Packages on the AWS Marketplace, and the GPU instance types each product supports.

Follow this AWS Marketplace link to see the Deepgram products that are supported on the SageMaker AI platform. No login to your AWS account is required to view this public AWS Marketplace website.

Product listings

For Speech-to-Text (STT), Deepgram publishes a separate product listing for each combination of:

  • Model family — such as Nova-3 or Flux
  • Language coverage — monolingual or multilingual
  • Processing mode — streaming or batch

For example, Deepgram Voice AI- Nova-3 Monolingual Speech-to-Text (STT) Streaming is one listing.

For Text-to-Speech (TTS), Deepgram publishes a single product listing per model family (such as Aura-2), with no separate listings for language coverage or processing mode. Subscribe to and deploy a SageMaker Endpoint for each product you wish to utilize. Your application code will need to route requests to the SageMaker Endpoint for the product you wish to run inference against.

Within a listing, individual languages are delivered as versions of the model package. A monolingual listing may offer one version covering English and French, and another covering Vietnamese and Thai. Read the version name and its release notes to understand the set of languages each version provides, and select the version that matches the languages you need when deploying.

Language Requests: If there is a transcription language that is not currently available on the AWS Marketplace, please work with your account manager to request additional language models to be added. For a full list of the Deepgram supported transcription languages, check out this document. You can also view the Changelog to see recent product announcements.

Instance types

Every Deepgram SageMaker product requires a GPU-accelerated instance. Choose an instance type from the table for the product you are deploying, and request SageMaker quota for it before you create an endpoint.

ProductRecommendedAlso supportedNot supported
Nova-3 STTml.g6.2xlargeml.g7.2xlarge, ml.g7e.2xlarge, ml.g6e.2xlarge, ml.g5.2xlarge, ml.g4dn.2xlarge
Flux STTml.g6.2xlargeml.g7.2xlarge, ml.g7e.2xlarge, ml.g6e.2xlarge, ml.g5.2xlargeml.g4dn.* (no sm_75 kernel)
Aura-2 TTSml.g6.12xlargeml.g7.12xlarge, ml.g7e.12xlarge, ml.g5.12xlarge, ml.g6e.12xlarge, ml.g4dn.12xlargeSingle-GPU types (Aura-2 needs 2+ GPUs)
Flux TTS (Aura-3)ml.g6e.2xlargeml.g7.2xlarge, ml.g7e.2xlarge, ml.g6.2xlargeml.g5.*, ml.g4dn.*

SageMaker rejects an endpoint configuration whose instance type is not listed in the model package’s SupportedRealtimeInferenceInstanceTypes. The ml.g7.* and ml.g7e.* families are available in model package versions published after the g7 rollout; if you deploy an older version, choose one of the other supported types. To check what a specific version supports, run aws sagemaker describe-model-package --model-package-name <model-package-arn>.

The host driver your instances boot with is set separately from the instance type. Current Deepgram model packages require a recent inference AMI version — see Inference AMI Versions.