You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v3.4.0 with image variant detection and docs
Major update to v3.4.0: adds automatic Docker image variant detection, runtime capabilities API, speed adjustment, and real format conversion. README and documentation are rewritten to reflect new features, including improved error handling and usage guides. Slim and full Docker images are now clearly differentiated, and all web pages have a cleaner interface with the footer removed. Version numbers updated throughout, and changelog details all new features and fixes.
Copy file name to clipboardExpand all lines: README.md
+66-13Lines changed: 66 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,29 @@
13
13
14
14
## Overview
15
15
16
-
TTSFM is a free, OpenAI-compatible text-to-speech stack powered by the openai.fm backend. It ships with Python clients, a REST API, and a web playground.
16
+
TTSFM is a free, OpenAI-compatible text-to-speech API service that provides a complete solution for converting text to natural-sounding speech based on OpenAI's GPT-4o mini TTS. Built on top of the openai.fm backend, it offers a powerful Python SDK, RESTful API endpoints, and an intuitive web playground for easy testing and integration.
- 🤖 **OpenAI Compatible**: Drop-in replacement for OpenAI's TTS API
29
+
30
+
**Key Features in v3.4.0:**
31
+
- 🎯 Image variant detection (full vs slim Docker images)
32
+
- 🔍 Runtime capabilities API for feature availability checking
33
+
- ⚡ Speed adjustment with ffmpeg-based audio processing
34
+
- 🎵 Real format conversion for all 6 audio formats
35
+
- 📊 Enhanced error handling with clear, actionable messages
36
+
- 🐳 Dual Docker images optimized for different use cases
37
+
38
+
> **⚠️ Disclaimer**: This project is intended for **educational and research purposes only**. It is a reverse-engineered implementation of the openai.fm service and should not be used for commercial purposes or in production environments. Users are responsible for ensuring compliance with applicable laws and terms of service.
17
39
18
40
## Installation
19
41
@@ -33,24 +55,32 @@ TTSFM offers two Docker image variants to suit different needs:
TTSFM 是一个免费的、兼容 OpenAI 的文本转语音 API 服务,提供将文本转换为自然语音的完整解决方案,使用OpenAI的GPT-4o mini TTS。基于 openai.fm 后端构建,提供强大的 Python SDK、RESTful API 接口以及直观的网页 Playground,方便测试和集成。
0 commit comments