Skip to content

[Feature]: Add api.eu.deepgram​.com to the Deepgram Client environments #639

@bsaintot

Description

@bsaintot

Summary

Add api.eu.deepgram​.com to the Deepgram Client environments

Problem to solve

Deepgram recently announced a new EU API endpoint (api.eu.deepgram.com). We need to support this endpoint in our Deepgram client configuration so EU traffic can be routed to the EU region.

Today, the Deepgram Python SDK does not expose (or does not fully support) the new EU endpoint as a selectable environment/base URL.

Proposed solution

DeepgramClientEnvironment.PRODUCTION_EU = DeepgramClientEnvironment(
    base="https://api.eu.deepgram.com", production="wss://api.eu.deepgram.com", agent="wss://agent.eu.deepgram.com"
)

Alternatives considered

No response

Scope

Python only

Priority

Blocker

Extra context / links

No response

Session ID (optional)

No response

Project ID (optional)

No response

Request ID (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions