Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@JanEbbing JanEbbing released this 15 Nov 12:34
58d5d45

Added

  • Added model_type option to translate() 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 the translate() response, that
    indicates the translation model used when the model_type option is
    specified.