Optimizing Tone Selection

StealthGPT offers several tone options to match your content needs:

Tone Options

Standard

Default tone for general-purpose content. Balanced readability and formality.

HighSchool

Simpler style with occasional grammatical errors. High on Flesch-Kincaid Readability.

College

Semi-complex style with occasional minor errors. Medium Flesch-Kincaid score.

PhD

Complex, sophisticated style. No grammatical errors. Low Flesch-Kincaid score.

Choose the tone that best matches your target audience and content requirements.

Crafting Effective Prompts

The quality of generated content depends significantly on your prompt. Here are some techniques to improve your prompts:

Content Length Optimization

For optimal performance, we recommend keeping responses under 2,000 characters. When you need longer content:

  1. Break down your content needs into smaller, focused requests
  2. Use the /api/stealthify/articles endpoint for complete blog articles
  3. Chain multiple requests together, using the output of one as input for another

Using Templates

You can include templates in your prompts to guide the structure of generated content:

{
  "prompt": "Please write an email following this template:\n\nSubject: [Product] - New Features\n\nHello [Name],\n\nI'm excited to share the latest updates to [Product]...\n\nBest regards,\n[Your Name]",
  "rephrase": false
}

Iterative Rephrasing

For maximum undetectability, consider an iterative approach:

1

Generate Initial Content

Create the first version of your content with rephrase: false

2

First Rephrasing

Submit the generated content with rephrase: true

3

Second Rephrasing

For even higher undetectability, submit the rephrased content for another round

Too many rephrasing iterations may affect content coherence or meaning. Test and find the optimal balance.

Multilingual Support

StealthGPT automatically detects and works with any language. To use this feature effectively:

  • Ensure your prompt is written in your target language
  • Keep the isMultilingual parameter set to true (default)
  • For content that switches between languages, provide examples in your prompt

Business Mode for Critical Content

When undetectability and quality are paramount:

Setting business: true uses a model 10x more powerful than the standard engine, significantly improving content quality and undetectability.

This is particularly useful for:

  • Academic content
  • Professional documents
  • Content that will undergo AI detection scrutiny
  • Technical or complex subjects

Remember that business mode consumes words at a higher rate.