This endpoint takes tokens using byte-pair encoding and returns their text representation. To learn more about tokenization and byte pair encoding, see the tokens page.
The name of the project that is making the request.
The list of tokens to be detokenized.
An optional parameter to provide the model name. This will ensure that the detokenization is done by the tokenizer used by that model.
A string representing the list of tokens.