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
Summary
Add
api.eu.deepgram.comto the Deepgram Client environmentsProblem 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
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