By default, when you make a translation request to the Google Cloud Translation API, your text is translated using the NMT model. If the NMT model is not supported for the requested language translation pair, or if you explicitly request it, the PBMT model is used.
You can specify which model to use for translation by using the
model
query
parameter. Specify base
to use the PBMT model, and nmt
to use the
NMT model.