June 17, 2026

Australia Endpoint Now Generally Available

The Deepgram Australia endpoint (api.au.deepgram.com) is now generally available for customers requiring data processing within Australia.

Supported APIs

The Australia endpoint supports the following Deepgram APIs:

  • Speech-to-Text: /v1/listen and /v2/listen
  • Text-to-Speech: /v1/speak
  • Voice Agent: /v1/agent/converse
  • Text Intelligence: /v1/read

Configuration

To use the Australia endpoint, replace api.deepgram.com with api.au.deepgram.com in your SDK or API requests. Your existing API keys and tokens will work with the Australia endpoint.

For WebSocket connections, use the corresponding Australia URLs:

  • Speech-to-Text: wss://api.au.deepgram.com/v1/listen
  • Text-to-Speech: wss://api.au.deepgram.com/v1/speak
  • Voice Agent: wss://api.au.deepgram.com/v1/agent/converse

For detailed configuration instructions and SDK examples, see our Regional Endpoints documentation.