Resources
Changelog
Track important updates and changes to the StealthGPT API.
2025-05-19
Tokens Deprecated, Words Introduced
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.
How Words Are Counted
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.
Deprecated Fields in /api/stealthify
tokensSpent
(usewordsSpent
instead)systemTokensSpent
totalTokensSpent
New Field
wordsSpent
(number of words used for content generation or rephrasing)