Zen Musician
Zen LM by Hanzo AI — AI music generation from text descriptions and lyrics.
Specs
| Property | Value |
|---|---|
| Parameters | 7B |
| Architecture | Zen MoDE (Mixture of Distilled Experts) |
| Task | Music Generation |
API Access
from openai import OpenAI
client = OpenAI(
base_url='https://api.hanzo.ai/v1',
api_key='your-api-key',
)
response = client.audio.speech.create(
model='zen-musician',
input='An upbeat jazz melody with piano and saxophone',
voice='musician',
)
response.stream_to_file('music.mp3')
License
Apache 2.0
- Downloads last month
- 16