The generation pipeline behind TETI. Not a European tour arm — this is the engine: the orchestra-routed pipeline that turns a prompt into a set or arrangement.
Mood, BPM, reference — same input djteti.com's request box uses.
Tagged music-gen, sent through the ZYNTHIO orchestra to the right generation adapter.
Track or arrangement produced via the connected generation backend.
Delivered back to whichever TETI-family site made the request.
There's no separate TETRA API yet — it shares the orchestra endpoint, tagged for music generation.
curl -X POST https://api.aifreecli.com/v1/orchestrate \
-H "content-type: application/json" \
-d '{"prompt": "deep house, 122bpm, warm", "tag": "music-gen"}'
Solo generated sets, the main entry point.
Full-arrangement generated output.
Pipeline docs, API access.