Build Smarter Agents with Nemotron 3 Nano Omni on FriendliAI — Explore models
curl --request POST \
--url http://localhost:8000/v1/tokenize \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "What is generative AI?"
}
'{
"tokens": [
128000,
3923,
374,
1803,
1413,
15592,
30
]
}Tokenize text into token IDs using Friendli Container. Run tokenization locally on your own infrastructure for pre-processing and token counting.
curl --request POST \
--url http://localhost:8000/v1/tokenize \
--header 'Content-Type: application/json' \
--data '
{
"prompt": "What is generative AI?"
}
'{
"tokens": [
128000,
3923,
374,
1803,
1413,
15592,
30
]
}By giving a text input, generate a tokenized output of token IDs.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.