Track important updates and changes to the StealthGPT API.
The StealthGPT API now uses a word-based system instead of tokens. All references to tokens
have been replaced with words
throughout the documentation and API responses.
For the /api/stealthify endpoint, the cost is now calculated as input words + output words
. This means you are charged for the total number of words in your prompt plus the words in the generated or rephrased output. For shorter requests, this results in a lower cost; for longer requests, the difference is minimal, making the new system more transparent and fair.
tokensSpent
(use wordsSpent
instead)systemTokensSpent
totalTokensSpent
wordsSpent
(number of words used for content generation or rephrasing)