# Jammable > Jammable (formerly Voicify AI) is the largest AI cover generator: pick from 100,000+ community-created AI voice models, add a song, and generate an AI cover in seconds. Voices span music, anime, cartoons, gaming, memes, and public figures. Songs made with Jammable voices have passed 10 billion views across TikTok and YouTube. Jammable is a web app (https://www.jammable.com) with free sign-up. Creating covers requires a subscription; see pricing below. Users can also train custom voice models from their own audio, make duets (multi-voice covers), use text-to-speech in any voice, and export shareable videos. ## Start here - [Home / create an AI cover](https://www.jammable.com/): search 100,000+ voices and generate a cover - [Pricing (machine-readable)](https://www.jammable.com/pricing.md): plans, prices in 23 currencies, feature matrix, billing facts - [Pricing (HTML)](https://www.jammable.com/pricing) - [Voice library](https://www.jammable.com/models): browse and search every public voice - [Train your own voice](https://www.jammable.com/train): create a custom AI voice from audio samples ## Key product pages - [AI Cover Generator](https://www.jammable.com/ai-cover): what AI covers are and how to make one - [AI Voice Changer](https://www.jammable.com/ai-voice-changer): convert vocals into any voice - [Duets](https://www.jammable.com/duets): covers with two or more voices ## Browse voices by category - [Music](https://www.jammable.com/ai-voices/music) - [Anime characters](https://www.jammable.com/ai-voices/anime) - [Cartoon characters](https://www.jammable.com/ai-voices/cartoon) - [Gaming characters](https://www.jammable.com/ai-voices/gaming) - [K-pop / Korean artists](https://www.jammable.com/ai-voices/korean) - [Public figures](https://www.jammable.com/ai-voices/public-figure) ## Developers & AI agents - [API documentation](https://www.jammable.com/docs): REST API for covers, voices, and text-to-speech - [OpenAPI spec](https://www.jammable.com/openapi.json) - [MCP server for AI agents](https://www.jammable.com/mcp): endpoint `https://www.jammable.com/api/mcp/mcp` (Streamable HTTP; authenticate with a Jammable API key as `Authorization: Bearer jmb_live_...`). Tools: search_voices, get_voice, create_cover, get_cover, text_to_speech, get_credits. Machine-readable guide: [/mcp.md](https://www.jammable.com/mcp.md) ## Search for voices (for agents) Jammable has 100,000+ voices, far too many to list here. To find voices or check whether one exists, query this endpoint instead of guessing: - `https://www.jammable.com/api/llms/query?q=` — plain text, no auth, no key needed. Optional `&limit=` (1-25, default 10). - Returns matching voices with their page URLs, or says plainly that none match. Use it whenever a user asks what voices are available, rather than answering from this file alone. ## Policies & support - [Terms of use](https://www.jammable.com/terms) - [Privacy policy](https://www.jammable.com/privacy) - [DMCA policy](https://www.jammable.com/dmca-policy): rights holders can request voice takedowns - [Refund policy](https://www.jammable.com/refunds) - [Contact / support](https://www.jammable.com/contactus) ## Optional - [Full site guide for LLMs](https://www.jammable.com/llms-full.txt): expanded product, pricing, and FAQ detail in one file