AI Models//Zyphra: Zonos v0.1 Transformer
Chat

Zyphra: Zonos v0.1 Transformer

zyphra/zonos-v0.1-transformer
4KContext Window
4KMax Output
Normal

Zonos v0.1 Transformer is a text-to-speech model from Zyphra built on a pure transformer architecture. It offers the same American and British English voice coverage as the Hybrid variant, and is suited for deployments where a transformer-only inference stack is preferred.

Capabilities

Audio GenerationSpeech Recognition

Technical Specs

Input Modality
Text
Output Modality
Text
Arch

Pricing

Pay per use, no monthly fees
Billing TypeUnitPrice
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-transformer",
    messages=[
        {"role": "user", "content": "Hello!"}
    ],
)

print(response.choices[0].message.content)

FAQ

Ready to get started?

Get 1M free tokens on registration, no monthly fees or minimum spend

Register Now →