Skip to main content

Supported Services

Overview

Piopiy AI is designed to be provider-agnostic, allowing developers to choose from a wide range of industry-leading AI services. This page lists all supported providers and their respective installation commands.

To keep your deployment lightweight, Piopiy uses optional extras. You only need to install the dependencies for the services you plan to use.

Speech-to-Text (STT)

STT services are responsible for real-time transcription of audio streams. Piopiy optimizes for low-latency recognition, ensuring your agent can respond as soon as the user finished speaking.

ServiceInstallation
AssemblyAIpip install "piopiy-ai[assemblyai]"
AWS Transcribepip install "piopiy-ai[aws]"
Azurepip install "piopiy-ai[azure]"
Deepgrampip install "piopiy-ai[deepgram]"
Gladiapip install "piopiy-ai[gladia]"
Googlepip install "piopiy-ai[google]"
Groq (Whisper)pip install "piopiy-ai[groq]"
Sonioxpip install "piopiy-ai[soniox]"
Speechmaticspip install "piopiy-ai[speechmatics]"
Whisper (OpenAI/Local)pip install "piopiy-ai[whisper]"

Large Language Models (LLM)

The LLM acts as the "brain" of your agent, processing the conversation context and generating intelligent responses. Piopiy supports streaming tokens from these providers to minimize the time-to-first-byte (TTFB).

ServiceInstallation
Anthropicpip install "piopiy-ai[anthropic]"
Cerebraspip install "piopiy-ai[cerebras]"
DeepSeekpip install "piopiy-ai[deepseek]"
Fireworkspip install "piopiy-ai[fireworks]"
Google (Gemini)pip install "piopiy-ai[google]"
Groqpip install "piopiy-ai[groq]"
Mistralpip install "piopiy-ai[mistral]"
NVIDIApip install "piopiy-ai[nvidia]"
Ollama (Local)pip install piopiy-ai
OpenAIpip install "piopiy-ai[openai]"
Perplexitypip install "piopiy-ai[perplexity]"
SambaNovapip install "piopiy-ai[sambanova]"
Together AIpip install "piopiy-ai[together]"

Text-to-Speech (TTS)

TTS services convert response text back into natural-sounding audio. Piopiy supports high-fidelity, low-latency synthesis engines to ensure the conversation feels fluid and human-like.

ServiceInstallation
AWS Pollypip install "piopiy-ai[aws]"
Azurepip install "piopiy-ai[azure]"
Cartesiapip install "piopiy-ai[cartesia]"
Deepgram (Aura)pip install "piopiy-ai[deepgram]"
ElevenLabspip install "piopiy-ai[elevenlabs]"
Fish AIpip install "piopiy-ai[fish]"
Googlepip install "piopiy-ai[google]"
LMNTpip install "piopiy-ai[lmnt]"
Neuphonicpip install "piopiy-ai[neuphonic]"
Play.htpip install "piopiy-ai[playht]"
Riva (NVIDIA)pip install "piopiy-ai[riva]"
Sarvampip install "piopiy-ai[sarvam]"
XTTS (Local)pip install piopiy-ai

Specialized Services

Additional services for multimodal capabilities, including image generation and computer vision.

ServiceInstallation
Fal.aipip install "piopiy-ai[fal]"
HeyGenpip install "piopiy-ai[heygen]"
Moondreampip install "piopiy-ai[moondream]"