Container
Container detokenization
By giving a list of tokens, generate a detokenized output text string.
POST
Body
application/json
A token sequence to detokenize.
Example:
[128000, 3923, 374, 1803, 1413, 15592, 30]
Routes the request to a specific adapter.
Example:
"(adapter-route)"
Response
200
application/json
Successfully detokenized the tokens.
Detokenized text output.
Was this page helpful?