Build Smarter Agents with Nemotron 3 Nano Omni on FriendliAI — Explore models
curl --request POST \
--url http://localhost:8000/v1/detokenize \
--header 'Content-Type: application/json' \
--data '
{
"tokens": [
128000,
3923,
374,
1803,
1413,
15592,
30
]
}
'{
"text": "What is generative AI?"
}Convert token IDs back to text using Friendli Container. Decode tokenized model output into readable strings on your own infrastructure.
curl --request POST \
--url http://localhost:8000/v1/detokenize \
--header 'Content-Type: application/json' \
--data '
{
"tokens": [
128000,
3923,
374,
1803,
1413,
15592,
30
]
}
'{
"text": "What is generative AI?"
}By giving a list of tokens, generate a detokenized output text string.Documentation Index
Fetch the complete documentation index at: https://friendli.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.