Text-to-Speech
Transformers
ONNX
Safetensors
English
Chinese
automatic-speech-recognition
voice-conversion
speech
audio
Instructions to use AutoArk-AI/GPA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AutoArk-AI/GPA with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="AutoArk-AI/GPA")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AutoArk-AI/GPA", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "version": 1, | |
| "voices": [ | |
| { | |
| "name": "default", | |
| "voice_id": "default", | |
| "created_at": "2026-03-28T15:35:57.789814+00:00", | |
| "updated_at": "2026-03-28T15:35:57.790329+00:00", | |
| "source_kind": "bundled_reference", | |
| "source_label": "038142_global_tokens.npy", | |
| "is_default": true | |
| }, | |
| { | |
| "name": "linyu-demo", | |
| "voice_id": "linyu-demo", | |
| "created_at": "2026-03-28T15:40:45.507448+00:00", | |
| "updated_at": "2026-03-28T15:40:45.507475+00:00", | |
| "source_kind": "upload", | |
| "source_label": "dufu.wav", | |
| "is_default": false | |
| }, | |
| { | |
| "name": "relative_path_check", | |
| "voice_id": "relative_path_check", | |
| "created_at": "2026-03-28T15:51:09.978360+00:00", | |
| "updated_at": "2026-03-28T15:51:09.978384+00:00", | |
| "source_kind": "path", | |
| "source_label": "038142.wav", | |
| "is_default": false | |
| }, | |
| { | |
| "name": "smoke_voice", | |
| "voice_id": "smoke_voice", | |
| "created_at": "2026-03-28T15:36:07.497354+00:00", | |
| "updated_at": "2026-03-28T15:36:07.497372+00:00", | |
| "source_kind": "path", | |
| "source_label": "038142.wav", | |
| "is_default": false | |
| }, | |
| { | |
| "name": "upload_voice", | |
| "voice_id": "upload_voice", | |
| "created_at": "2026-03-28T15:38:30.827871+00:00", | |
| "updated_at": "2026-03-28T15:38:30.827889+00:00", | |
| "source_kind": "upload", | |
| "source_label": "038142.wav", | |
| "is_default": false | |
| }, | |
| { | |
| "name": "曹操", | |
| "voice_id": "voice-0e1d3735", | |
| "created_at": "2026-03-28T15:52:06.364216+00:00", | |
| "updated_at": "2026-03-28T15:52:06.364233+00:00", | |
| "source_kind": "upload", | |
| "source_label": "(曹操)-皮肤-【奸雄】:宁教我负天下人,休教天下人负我_爱给网_aigei_com.mp3", | |
| "is_default": false | |
| } | |
| ] | |
| } | |