Container
Container tokenization
By giving a text input, generate a tokenized output of token IDs.
POST
Body
application/json
Input text prompt to tokenize.
Example:
"What is generative AI?"
Routes the request to a specific adapter.
Example:
"(adapter-route)"
Response
200
application/json
Successfully tokenized the text.
A list of token IDs.
Was this page helpful?