Add AddisAI STT and TTS plugin - #6601
Open
ZelalemGizachew wants to merge 8 commits into
Open
Conversation
ZelalemGizachew
marked this pull request as ready for review
July 29, 2026 11:02
Author
|
@codex Please resolve the current merge conflict against the latest |
|
You have reached your Codex usage limits. You can see your limits in the Codex usage dashboard. |
Missing to close requires-dist after solving a merge conflict
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this adds
I'm adding an AddisAI plugin for LiveKit Agents with:
addis-whisperam) and Afaan Oromo (om) language supportam-hamenas the documented Amharic defaultpcm_16000,wav_44100, andmp3_44100output supportAddisAI is building language-native speech models for Amharic and Afaan Oromo, and I wanted those services to be usable directly in a LiveKit voice pipeline.
Implementation notes
The current AddisAI Python SDK is synchronous, so this plugin uses LiveKit's shared asynchronous HTTP session instead of blocking the agent event loop.
The capabilities match what the APIs provide today:
client_request_idacross retry attempts so an uncertain response does not create or bill a second clip.request_datawhen that part is labeledtext/plain.APIStatusErrorvalues so retryability and diagnostics are preserved.I intentionally kept AddisAI text/multimodal generation and the realtime audio WebSocket out of this PR. They are promising follow-ups, but their current public contracts do not yet expose all of the streaming, tool, transcript, session, and interruption behavior needed for complete LiveKit LLM or Realtime Model implementations.
Validation
am-hamenTTS to STT, 0.919 transcription confidenceom-ayyaantuuTTS to STT, 0.949 transcription confidenceThe credential-backed smoke tests exercised the plugin itself against the production AddisAI TTS and STT endpoints. Both language paths completed successfully, and I have also tested the providers in a LiveKit Cloud agent, so I'm marking this ready for review.
Node.js companion
The matching Node.js package is now proposed separately in livekit/agents-js#2160. It follows the
agents-jspackage architecture as@livekit/agents-plugin-addisaiand includes the same STT/TTS language support, retry behavior, tests, TypeDoc/API report, README, and a Gemini example.Documentation and provider listing
I would also like AddisAI to be discoverable alongside the other model providers after these plugins are merged and released. Could you please:
/agents/models/stt//agents/models/tts//agents/models/stt/addisai/with Python and Node.js tabs/agents/models/tts/addisai/with Python and Node.js tabsThe Python package README and Node package README/API report include docs-ready installation, authentication, usage, parameters, language support, and resource links for both guides. I'm happy to send a separate docs PR too if the current documentation source or workflow is available to external contributors.