Skip to content

v1.20.0

Latest
Compare
Choose a tag to compare
@JanEbbing JanEbbing released this 15 Nov 15:55
43120f1

Added

  • Added model_type option to translate_text() to use models with higher
    translation quality (available for some language pairs), or better latency.
    Options are 'quality_optimized', 'latency_optimized', and 'prefer_quality_optimized'
  • Added the model_type_used field to translate_text() response, that
    indicates the translation model used when the model_type option is
    specified.