melotts
unofficialtts
melotts specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Text |
| Output | Audio |
What melotts can do
- Streaming responses
melotts API: connection and code examples
The service exposes a single OpenAI-compatible API. Set our base_url and the key from your dashboard.
OpenAI Python SDK
from openai import OpenAI
client = OpenAI(api_key="YOUR_API_KEY", base_url="https://api.neuralbridge.ru/v1")
audio = client.audio.speech.create(model="myshell-ai/melotts-08130", voice="default", input="Привет!")
audio.write_to_file("speech.mp3")cURL
curl https://api.neuralbridge.ru/v1/audio/speech \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "myshell-ai/melotts-08130", "input": "Привет!"}' \
--output speech.mp3API endpoints
POST /v1/audio/speechprimary | Audio — nutq Nutq sintezi: kirishda matn, chiqishda audio fayl. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
language | — | — | Materialning tili: modelga beriladigan ko‘rsatma, matn qaysi tilda gapirilgan yoki yozilganligini bildiradi. Odatda bu ishlov berishni tezlashtiradi va aniqlashtiradi. |
speed | 1 | — | Nutq tezligi odatga nisbatan: bir birlikdan kichik — sekinroq, katta — tezroq. |
response_format | mp3 | — | Javob formati: oddiy matn yoki berilgan sxema bo‘yicha qat'iy JSON. |