Add SLNG model provider - #13213
Open
LukeAM wants to merge 2 commits into
Open
Conversation
This PR adds SLNG as a model provider, enabling access to 19 voice AI models (11 TTS + 8 STT) across EU, AU, and Asia regions with sub-100ms latency. ## What is SLNG? SLNG is a regional voice AI infrastructure provider that operates TTS/STT models from Deepgram, Cartesia, Fish Audio, Soniox, Sarvam, Speechmatics, and others across regions where major model labs lack infrastructure. ## Changes - Add core/llm/llms/Slng.ts (implements LLM interface) - Add docs/customize/model-providers/more/slng.mdx (user documentation) ## Models Included - 11 TTS models (Deepgram Aura 2, Bulbul v3, Cartesia Sonic 3/3.5, etc.) - 8 STT models (Deepgram Nova 3 variants, Fish Audio ASR, Soniox, etc.) Documentation: https://docs.slng.ai 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
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.
Summary
Add SLNG as a model provider, enabling access to 19 voice AI models (11 TTS + 8 STT) across EU, AU, and Asia regions with sub-100ms latency.
What is SLNG?
SLNG is a regional voice AI infrastructure provider that operates TTS/STT models from Deepgram, Cartesia, Fish Audio, Soniox, Sarvam, Speechmatics, and others across regions where major model labs lack infrastructure.
Key Features:
Documentation: https://docs.slng.ai
Changes
Files Added
core/llm/llms/Slng.ts(~164 lines)LLMinterfacedocs/customize/model-providers/more/slng.mdx(Documentation)Implementation Details
API Integration
https://api.slng.ai/v1SLNG_API_KEY)POST /tts/slng/{model}POST /stt/slng/{model}Available Models
TTS (11 models):
STT (8 models):
Testing
Documentation
🤖 Generated with Claude Code