Skip to content

v1.7.0

Latest
Compare
Choose a tag to compare
@JanEbbing JanEbbing released this 15 Nov 15:53
40997d8

Added

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