translate

abstract suspend fun translate(text: String, targetLocale: String): TranslationResult(source)

Translate plain chat text to the target locale, detecting the source language on-device. Never downloads language models — missing models are reported as TranslationResult.ModelDownloadRequired so the UI can ask the user before pulling ~30MB per language.