Model reference · open weights
gudio is an open-weight audio or speech model from gguf-org. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | gguf-org |
|---|---|
| Type | Audio & music |
| Task | Text→speech |
| Released | 2025-06-26 |
| Popularity | 718 downloads / month |
| Licence | Open weights |
About
ggc g2
| Prompt | Audio Sample |
|---|---|
Hey Connector, why your appearance looks so stupid?``Oh, really? maybe I ate too much smart beans.``Wow. Amazing.``Let's go to get some more smart beans and you will become stupid as well. | 🎧 audio-sample-1 |
Hey, why you folks always act together like a wolf pack?``Oh, really? we just hang out for good food and share the bills.``Wow, amazing, a pig pack then!``You are the smartest joke maker in this universe. | 🎧 audio-sample-2 |
Suddenly the plane's engines began failing, and the pilot says there isn't much time, and he'll keep the plane in the air as long as he can and told his two passengers to take the only two parachutes on board and bail out. The world's smartest man immediately took a parachute and said "I'm the world's smartest man! The world needs me, so I can't die here!", and then jumped out of the plane. The pilot tells the hippie to hurry up and take the other parachute, because there aren't any more. And the hippie says "Relax man. We'll be fine. The world's smartest man took my backpack." | 🎧 audio-sample-3 |
ggc g2) above in console/terminalmodel and a clip gguf in the current directory to interact with (see example below)Using device: cuda (auto-detection; based on your system/setting)
GGUF file(s) available. Select which one for MODEL (t3):
Enter your choice (1 to 8): 3
t3 file: model_t3-f16-tts-q4_k_m.gguf is selected!
GGUF file(s) available. Select which one for CLIP (s3):
Enter your choice (1 to 8): _
From the published model card. Full card on the HuggingFace links in the sidebar.
How it works
Using it via the API
Once AxForge deploys gudio for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (gudio below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="gudio" -F file=@audio.mp3
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.