Chat
Zyphra: Zonos v0.1 Hybrid
zyphra/zonos-v0.1-hybrid
4KContext Window
4KMax Output
Normal
Zonos v0.1 Hybrid is a text-to-speech model from Zyphra built on a hybrid architecture. It produces English speech output with coverage across American and British accents in male and female voices. It is suited for English-language voice applications requiring accent and gender variety.
Capabilities
Audio GenerationSpeech Recognition
Technical Specs
Input Modality
Text
Output Modality
Text
Arch
—
Pricing
Pay per use, no monthly fees| Billing Type | Unit | Price |
|---|---|---|
| Text Input | — | $7.0000/M tokens |
| Characters | — | < $0.001/ 字符 |
Quick Start
from openai import OpenAI
client = OpenAI(
base_url="https://api.uniontoken.ai/v1",
api_key="YOUR_UNIONTOKEN_API_KEY",
)
response = client.chat.completions.create(
model="zyphra/zonos-v0.1-hybrid",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)FAQ
Zyphra: Zonos v0.1 Hybrid
zyphra/zonos-v0.1-hybrid
In< ¥0.001/1K
Out< ¥0.001/1K
Context Window4K
Max Output4K
Related Models
View All → →Ready to get started?
Get 1M free tokens on registration, no monthly fees or minimum spend
Register Now →