Voice Studio API
Audio model · model id
voice-studioVoice Studio is an audio model available through G0I, callable through the same unified API key you use for chat and image models.
How to call Voice Studio
G0I is OpenAI-compatible. Point your client at https://g0i.ai/v1, set the model field to voice-studio, and generate audio via /v1/audio/speech:
curl https://g0i.ai/v1/chat/completions \
-H "Authorization: Bearer $G0I_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"voice-studio","messages":[{"role":"user","content":"Hello"}]}'
Why use Voice Studio through G0I
- One API key — Voice Studio plus 470+ other models, no separate provider account.
- OpenAI-compatible — works with the OpenAI SDK and any compatible tooling.
- Switch freely — change the
modelfield to compare Voice Studio against other models with zero code changes. - Start free — create an account and test with a free token quota.
Browse the full model catalog, read the quickstart, or see pricing. Looking for an OpenAI API alternative or a unified AI API? G0I covers it.