You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,9 +74,15 @@ Official Python SDK for [Deepgram](https://www.deepgram.com/). Power your apps w
66
74
67
75
You can learn more about the Deepgram API at [developers.deepgram.com](https://developers.deepgram.com/docs).
68
76
69
-
## Getting an API Key
77
+
## Migrating from earlier versions
70
78
71
-
🔑 To access the Deepgram API you will need a [free Deepgram API Key](https://console.deepgram.com/signup?jump=keys).
79
+
### V2 to V3
80
+
81
+
We have published [a migration guide on our docs](https://developers.deepgram.com/sdks/python-sdk/v2-to-v3-migration), showing how to move from v2 to v3.
82
+
83
+
### V3.\* to V4
84
+
85
+
The Voice Agent interfaces have been updated to use the new Voice Agent V1 API. Please refer to our [Documentation](https://developers.deepgram.com/docs/voice-agent-v1-migration) on Migration to new V1 Agent API.
72
86
73
87
## Requirements
74
88
@@ -93,6 +107,10 @@ from deepgram import DeepgramClient
93
107
deepgram = DeepgramClient("YOUR_API_KEY") # Replace with your API key
94
108
```
95
109
110
+
### Getting an API Key
111
+
112
+
🔑 To access the Deepgram API you will need a [free Deepgram API Key](https://console.deepgram.com/signup?jump=keys).
0 commit comments