New Idea
# support
u
When I use vapi AI asking tool, I got the new idea. How about the training the vapi AI asking tool using the data in this channel? And how about classfy vapi voices to several tags like support customer or soft etc. If we do this, all vapi users can find proper voice adjust their need quickly. How about these ideas? If you interested in this, let's discuss further!
v
Your idea about classifying Vapi voices with tags like "support customer" or "soft" is interesting! This approach could definitely help users quickly find voices that match their specific needs. Vapi currently supports multiple voice providers including ElevenLabs, PlayHT, Azure, OpenAI, and others, offering a wide range of voice options that could benefit from such classification. To implement this, you could potentially:
Copy code
// Example voice classification structure
{
  "voiceId": "voice123",
  "tags": ["support", "soft", "female"],
  "provider": "ElevenLabs"
}
Sources: - [Vapi Documentation Voice Providers](https://docs.vapi.ai/providers/voice/elevenlabs) - [Discord Discussion on Voice Classification](https://discord.com/channels/1211482211119796234/1336774346563129344)
Your idea about classifying Vapi voices with tags like "support customer" or "soft" is interesting! This approach could definitely help users quickly find voices that match their specific needs. Vapi currently supports multiple voice providers including ElevenLabs, PlayHT, Azure, OpenAI, and others, offering a wide range of voice options that could benefit from such classification. To implement this, you could potentially:
Copy code
// Example voice classification structure
{
  "voiceId": "voice123",
  "tags": ["support", "soft", "female"],
  "provider": "ElevenLabs"
}
Sources: - [Vapi Documentation Voice Providers](https://docs.vapi.ai/providers/voice/elevenlabs) - [Discord Discussion on Voice Classification](https://discord.com/channels/1211482211119796234/1336774346563129344)
u
So is it already realized?
But I can't find proper voice in vapi dashboard using tag.
c
I would suggest this feature through this link:
2 Views