AI Engine & Rewriting
The core of WP AutoFlow is its ability to take content from a source API and transform it into a unique, SEO-friendly article without losing the original context or formatting.
We support the leading LLMs (Large Language Models) to handle this task.
Supported Providers
You can switch between providers instantly in the Settings Dashboard.
| Provider | Recommended Model | Best For |
|---|---|---|
| OpenAI | gpt-4o / gpt-4o-mini | Highest quality, best reasoning, and native multi-language support. |
| DeepSeek | deepseek-chat (V3) | Extremely cost-effective (up to 10x cheaper than OpenAI) with performance rivaling GPT-4. |
Note: You must add your API Keys in the Settings Dashboard before the engine can process any jobs.
How the Rewriting Works
WP AutoFlow doesn't just "summarize" text. It performs a Structure-Aware Rewrite.
- Ingestion: The system receives the raw HTML content from the source WordPress API.
- Analysis: It identifies key structural elements (
<h2>,<h3>,<ul>,<blockquote>). - Processing: The AI rewrites the paragraphs between the tags, ensuring the article structure remains logical while the wording becomes unique.
- Sanitization: The output is cleaned to remove any broken HTML or source-specific scripts before publishing.
Example
Source (Input):
"Apple announced the new iPhone today. It features a titanium design and starts at $999."
AI Engine (Output):
"Today, Apple unveiled its latest iPhone model. The device boasts a robust titanium chassis, with pricing beginning at the $999 mark."
Context & Hallucination Control
One of the biggest risks with AI is "hallucination" (inventing facts). WP AutoFlow mitigates this by using a high "Temperature" control tailored for accuracy.
The prompt engineering behind the scenes instructs the model to:
- Stick strictly to the facts provided in the source.
- Maintain the original informative intent.
- Avoid adding personal opinions unless configured otherwise.
Multi-Language Support
Since the engine uses LLMs, it inherently supports translation. If your source site is in English but your prompt instructions (or target site language) are in Portuguese, the AI will automatically translate and rewrite simultaneously.