> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.deepgram.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.deepgram.com/_mcp/server.

# June 17, 2026

> The Deepgram Australia endpoint (api.au.deepgram.com) is now generally available for Speech-to-Text, Text-to-Speech, Voice Agent, and Text Intelligence APIs.

## 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](/reference/regional-endpoints) documentation.