Agent Framework plugin for D-ID avatar
Project Links
Meta
Author: LiveKit
Requires Python: >=3.10.0
Classifiers
Intended Audience
- Developers
License
- OSI Approved :: Apache Software License
Programming Language
- Python :: 3
- Python :: 3 :: Only
- Python :: 3.10
Topic
- Multimedia :: Sound/Audio
- Multimedia :: Video
- Scientific/Engineering :: Artificial Intelligence
D-ID plugin for LiveKit Agents
Support for the D-ID virtual avatar.
See the D-ID integration docs for more information.
Installation
pip install livekit-plugins-did
Pre-requisites
You'll need an API key from D-ID. It can be set as an environment variable: DID_API_KEY
Supported avatars
This plugin only supports v4 avatars (type: expressive). Earlier avatar versions are not compatible. See the D-ID Create Agent API for details on creating a compatible agent.
Example — creating an expressive agent via the D-ID API:
curl -X POST https://api.d-id.com/agents \
-H "Authorization: Basic <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"presenter": {
"type": "expressive",
"presenter_id": "public_mia_elegant@avt_TJ0Tq5"
},
"preview_name": "My Expressive Agent"
}'
Use the agent ID from the response as the agent_id parameter in the plugin.
1.6.7
Jul 25, 2026
1.6.6
Jul 18, 2026
1.6.5
Jul 09, 2026
1.6.4
Jun 24, 2026
1.6.3
Jun 22, 2026
1.6.2
Jun 19, 2026
1.6.1
Jun 17, 2026
1.6.0
Jun 11, 2026
1.6.0rc2
May 29, 2026
1.6.0rc1
May 27, 2026
1.5.19rc1
Jun 08, 2026
1.5.18
Jun 05, 2026
1.5.17
Jun 03, 2026
1.5.16
Jun 01, 2026
1.5.15
May 29, 2026
1.5.14
May 27, 2026
1.5.13
May 25, 2026
1.5.12
May 21, 2026
1.5.11
May 19, 2026
1.5.10
May 18, 2026
1.5.9
May 13, 2026
1.5.8
May 05, 2026
1.5.7
Apr 30, 2026
1.5.6
Apr 22, 2026
1.5.5
Apr 20, 2026
1.5.4
Apr 16, 2026
1.5.3
Apr 16, 2026
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
livekit-agents
(>=1.6.7)