PatientDesk / patientdesk/alania-v1

Alania - access through LLMTR

Alania is PatientDesk's text-to-speech model for Turkish and reads text in a single fixed voice. It takes up to 5,000 characters per request and returns wav (24 kHz, mono), mp3, opus, flac, aac or pcm. Telling listeners that the audio is AI-generated is up to you. It is free, with a daily usage limit, until October 25, 2026, when it is retired.

Technical specifications

Canonical IDpatientdesk/alania-v1
ProviderPatientDesk
Context window5,000 tokens
OperationsAUDIO_SPEECH
Modalitiestext, audio

Pricing

An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
AUDIO_SPEECHINPUT_TEXTPER_1M_CHARACTERSNot available

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions   -H "Authorization: Bearer llmtr-your_key"   -H "Content-Type: application/json"   -d '{"model":"patientdesk/alania-v1","messages":[{"role":"user","content":"Hello"}]}'

Related models