Skip to main content
Glama

Voice Mode

by mbailey
__init__.py•865 B
"""Whisper service tools.""" from voice_mode.tools.whisper.install import whisper_install from voice_mode.tools.whisper.uninstall import whisper_uninstall from voice_mode.tools.whisper.model_install import whisper_model_install from voice_mode.tools.whisper.list_models import whisper_models from voice_mode.tools.whisper.model_active import whisper_model_active from voice_mode.tools.whisper.model_remove import whisper_model_remove from voice_mode.tools.whisper.model_benchmark import whisper_model_benchmark __all__ = [ 'whisper_install', 'whisper_uninstall', 'whisper_model_install', 'whisper_models', 'whisper_model_active', 'whisper_model_remove', 'whisper_model_benchmark' ] # Backwards compatibility aliases download_model = whisper_model_install # Deprecated alias whisper_list_models = whisper_models # Deprecated alias

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mbailey/voicemode'

If you have feedback or need assistance with the MCP directory API, please join our Discord server