Detokenize Tokens
Serverless Inference
Serverless Detokenize
Convert token ids back to text with the verified Tensormesh Serverless host.
POST
Detokenize Tokens
Use this page when you want to turn token ids back into text for a specific serverless model.Documentation Index
Fetch the complete documentation index at: https://docs.tensormesh.ai/llms.txt
Use this file to discover all available pages before exploring further.
- Auth:
Authorization: Bearer <API_KEY> - Host:
https://serverless.tensormesh.ai - Model: pass a serverless model name in the JSON request body
Authorizations
Bearer authentication using your serverless API key. Format: Bearer <API_KEY>
Body
application/json
Response
Successful Response
Example:
"Hello!"

