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