Swarm
bittensor_tts
Text-to-speech via Bittensor subnet 16. Returns audio as base64 MP3. Cost: $0.025 per call.
Remote wizerai/swarmrails
Other tools also called bittensor_tts?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"prompt": {
"type": "string",
"description": "Text to convert to speech"
}
}
}