#updated model links list

1 messages · Page 1 of 1 (latest)

somber otterBOT
#

Hey there! This channel allows you to ask Kapa.ai for assistance. But it looks like you haven't connected your Discord profile to your Deepgram account yet. You can do so at https://community.deepgram.com - by doing so, you'll be able to ask questions in #1115960287183511643 if you need human assistance!

main ravenBOT
#

Hi @gleaming girder. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

The knowledge sources don’t mention any specific “updated model links list” you can copy from; model download links are always provided directly by your Deepgram account representative, not published generically.

What the docs do show is where and how to use those links once you have them:

  • Docker / Podman (manual download): Put all .dg URLs from your rep into a model_links.txt file, then download them into a models directory with:

    wget --directory-prefix models --input-file model_links.txt
    

    and point your compose files at ../models.[Import STT deploy]

  • Kubernetes with Helm model manager (AWS EFS): Add each updated model link under engine.modelManager.models.add (or legacy links) in values.yaml:

    engine:
      modelManager:
        models:
          add:
            - <https://link-to-model-1.dg>
            - <https://link-to-model-2.dg>
    

    Automatic model management is currently supported only for AWS EFS volumes.[Helm values]

  • AWS EKS quickstart example: Older docs show adding links under engine.modelManager.models.links in values.yaml.[AWS K8s deploy]

#

If you’ve received a new or “updated” list of model URLs from Deepgram, replace the old URLs in these locations with the new ones, then restart your deployment so the new models are loaded. If you don’t yet have the updated links, you’ll need to request them from your Deepgram account representative; the docs don’t provide a public list.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: