generated from deepgram/oss-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
coderabbitai
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request