Detokenize
POST/detokenize
Detokenize a list of tokens into a string. To obtain a valid model, use GET
/models_available
.
Request
- application/json
Body
required
model stringrequired
token_ids integer[]required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
result string
{
"result": " An apple a day keeps the doctor away."
}
Loading...