Container Images (release 240827)
-
quay.io/deepgram/self-hosted-api:release-240827
- Equivalent image to:
quay.io/deepgram/self-hosted-api:1.119.1
quay.io/deepgram/onprem-api:release-240827
quay.io/deepgram/onprem-api:1.119.1
- Equivalent image to:
-
quay.io/deepgram/self-hosted-engine:release-240827
-
Equivalent image to:
quay.io/deepgram/self-hosted-engine:3.73.4
quay.io/deepgram/onprem-engine:release-240827
quay.io/deepgram/onprem-engine:3.73.4
-
Minimum required NVIDIA driver version:
>=525.60.13
-
-
quay.io/deepgram/self-hosted-license-proxy:release-240827
- Equivalent image to:
quay.io/deepgram/self-hosted-license-proxy:1.6.2
quay.io/deepgram/onprem-license-proxy:release-240827
quay.io/deepgram/onprem-license-proxy:1.6.2
- Equivalent image to:
-
quay.io/deepgram/self-hosted-billing:release-240827
- Equivalent image to:
quay.io/deepgram/self-hosted-billing:1.9.3
quay.io/deepgram/onprem-billing:release-240827
quay.io/deepgram/onprem-billing:1.9.3
- Equivalent image to:
This Release Contains The Following Changes
-
Deepgram’s core products are available to host both on-premises and in the cloud. Official resources have been updated to refer to a “self-hosted” product offering, instead of an “onprem” product offering, to align the product name with industry naming standards.
- The Deepgram image repositories have been updated to reflect this. Images should now be pulled from the
self-hosted-*
Quay repositories. - For the next twelve months, both
onprem-*
andself-hosted-*
image repositories will receive identical image updates monthly, and we will announce image tags in theself-hosted
repositories. Subsequently, we will only publish new images toself-hosted-*
repos, deprecatingonprem-*
repository variants.
- The Deepgram image repositories have been updated to reflect this. Images should now be pulled from the
-
Enables entity detection of 50+ supported entity types for English pre-recorded audio. Previously, this feature has only been available on our hosted endpoint.
- Requires a new entity-detection model; contact your Deepgram representative.
- In your
api.toml
file, enable with the feature flagentity_detection = true
. - Invoke with the URL parameter
detect_entities=true
.
-
Expands our redaction capabilities to support 50+ supported entity types for English pre-recorded audio.
- Requires a new entity-detection model; contact your Deepgram representative.
- In your
api.toml
file, enable with the feature flagsentity_detection = true
andentity_redaction = true
. - Invoke with the URL parameter
redact={class_to_redact}
.
-
Keeps our software up-to-date.