What EdgeAi.tokenize returns: the tokens, plus the context window they have to fit in.
The model's context window in tokens. The input and the generated reply together must fit inside it.
The prompt's token ids.
What EdgeAi.tokenize returns: the tokens, plus the context window they have to fit in.