Python Package
Free Text-to-Speech for Python
Access free text-to-speech using openai.fm's service. No API keys required, just install and use immediately.
Key Features
Simple, free, and powerful text-to-speech for Python developers.
No API Keys
Completely free service with no registration or API keys required.
Easy to Use
Simple Python API with both sync and async support for all use cases.
Multiple Voices
Access to various voice options and audio formats for your needs.
Getting Started
Install TTSFM and start generating speech with just a few lines of code.
Installation
pip install ttsfm
Requires Python 3.8+
Basic Usage
from ttsfm import TTSClient
client = TTSClient()
response = client.generate_speech(
text="Hello, world!",
voice="alloy"
)
response.save_to_file("hello.wav")
No API keys required