PatientDesk / patientdesk/duyu-1

Duyu - access through LLMTR

Duyu is PatientDesk's speech-to-text model for Turkish. It transcribes wav, mp3, m4a, webm, ogg and flac recordings and can return plain text, JSON with segment and word timestamps, SRT or VTT. A spelling hint can be sent for terms such as drug or person names. Audio is sent base64-encoded in the request body, up to about 9 MB per request. It is free, with a daily usage limit, until October 25, 2026, when it is retired.

Technical specifications

Canonical IDpatientdesk/duyu-1
ProviderPatientDesk
Context windowNot available
OperationsAUDIO_TRANSCRIPTIONS
Modalitiesaudio, text

Pricing

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

OperationMetricUnitPrice
AUDIO_TRANSCRIPTIONSINPUT_AUDIOPER_MINUTENot 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/duyu-1","messages":[{"role":"user","content":"Hello"}]}'

Related models