Translate clinical English to verified Hebrew
clinical_translateTranslate a complete English clinical text (a discharge summary, patient instructions, a visit note, a model's answer) into Israeli medical Hebrew for a clinician or a patient. Drug names, doses, lab values, units, ICD-10 codes, clinical abbreviations, identifiers and every number are kept exactly; every sentence is checked for numbers, negation and laterality and reviewed for meaning. A sentence that fails is retried, then returned in English with status fallback: unverified Hebrew is never returned. Treat fallback sentences as untranslated.
audience: clinician (default, keeps BID/PO shorthand) or patient (plain words). Pass the patient's medication and problem lists as protected_terms, names as redact_terms (hidden from the model), reader_gender and patient_gender when known, and date_order (US records are MDY). Needs a key with Clinical access (the medical scope). Uses the monthly character quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bidi | No | `isolate` wraps English values in Unicode isolates so "5 mg" never renders as "mg 5". `none` returns plain text. | isolate |
| text | Yes | English text, 1 to 20,000 characters. Markdown lists, headings and tables keep their structure. Counts toward the monthly character quota. | |
| audience | No | Who reads the Hebrew. `clinician` (default) keeps shorthand such as BID and PO; `patient` writes dosing shorthand (BID, PRN) as plain words. | clinician |
| glossary | No | English term → required Hebrew rendering. Up to 500 entries. | |
| date_order | No | How to read ambiguous numeric dates in the source. US records are MDY. | MDY |
| date_style | No | `hebrew` writes "4 במרץ 2026"; `iso` writes 2026-03-04; `keep` leaves unambiguous dates as written (an ambiguous one is still rewritten). A two-digit year is kept as written. | hebrew |
| redact_terms | No | Kept verbatim and never shown to the model (patient and staff names). Up to 200. | |
| reader_gender | No | Gender of the reader, the person the text calls "you". Omit when unknown. | |
| patient_gender | No | Gender of the patient in third-person references. Inferred from he/she when omitted. | |
| protected_terms | No | Kept verbatim. Pass the patient's medication and problem lists from the record. Up to 500, each up to 200 characters. Added to the account terms list for this request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Request identifier. | |
| text | No | The whole Hebrew document: every segment joined with its prefix and suffix. | |
| stats | No | ||
| usage | No | ||
| segments | No | One entry per sentence, in order. |