Zekron Voice
Audiozekron/voiceHuman-like neural text-to-speech with multiple voices and languages, including Tajik, Russian and English. Adjustable speed and pitch.
$0.015
per 1K chars
Quick start
curl -X POST https://api.zekron.tech/api/v1/task \
-H "Authorization: Bearer zk_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"zekron/voice","input":{"text":"Welcome to ZekronAI. One secure API for AI generation.","voice":"aria","language":"en"}}'Example response
{
"success": true,
"data": {
"task_id": "zk_task_abc123",
"provider": "zekronai",
"model": "zekron/voice",
"status": "completed",
"output": [
"https://cdn.zekron.tech/out/aud_abc123.mp3"
],
"cost": 0.015,
"currency": "USD",
"created_at": "2026-06-10T12:00:00Z"
}
}