aura 2 es
unofficialtts
aura 2 es specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Text |
| Output | Audio |
aura 2 es pricing in rubles
You pay for what you use, per token and per unit. The final request cost is returned in the API response.
| Type | Price |
|---|---|
| Speech synthesis | 0,0039 ₽ per character |
Prices are in rubles and may change with exchange rates.
What aura 2 es can do
- Streaming responses
aura 2 es 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="deepgram/aura-2-es-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": "deepgram/aura-2-es-08130", "input": "Привет!"}' \
--output speech.mp3API endpoints
POST /v1/audio/speechprimary | Audio — speech Ses sintezi: girişde tekst, çykşyda audio faýl. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
voice | celeste | alvaro, aquila, carina, celeste, diana, estrella, javier, nestor, selena, sirio | Ses sinteziniň sesi. Elýeterli sesler modeliň häsiýetnamalarynda sanalan. |
language | — | — | Materialyň dili: model üçin görkezme, haýsy dilde sözlenýär ýa-da tekst ýazylýar. Adatça işlenişi çaltlaşdyrýar we takyklaşdyrýar. |
speed | 1 | — | Sözleýiş tizligi adaty bilen deňeşdirilende: birden kiçijik — haýal, birden uly — çalt. |
response_format | mp3 | — | Jogap formaty: adaty tekst ýa-da berlen shemanyň esasynda çäklendirilen JSON. |