Skip to main content
2026-02-23

Pay-As-You-Go Billing Enabled

StealthGPT API now supports pay-as-you-go billing after your prepaid starter words are used.

What’s New

  • Hybrid Billing Model: Start with a prepaid 500,000-word pack, then continue automatically on usage-based billing
  • Standard Usage Rate: $0.20 per 1,000 words for standard requests (business=false)
  • Business Usage Rate: $2.00 per 1,000 words for business requests (business=true)
  • Legacy Account Action Required: Legacy users must accept the new terms in their billing dashboard to continue billing under the updated model

How It Works

After your prepaid word balance reaches zero, requests continue without interruption and usage is billed automatically based on endpoint mode and word consumption.
2025-09-09

New Detector Optimization

You can now optimize your content for specific AI detection tools using the new detector parameter.

What’s New

  • Detector Parameter: Choose between "turnitin" (default) or "gptzero" to optimize your content for different detection systems
  • Automatic Optimization: The API automatically adjusts generation settings based on your selected detector
  • Enhanced Compatibility: Improved performance across different AI detection platforms

Getting Started

Simply add the detector parameter to your /api/stealthify requests to get content optimized for your preferred detection tool.
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 (use wordsSpent instead)
  • systemTokensSpent
  • totalTokensSpent

New Field

  • wordsSpent (number of words used for content generation or rephrasing)