Ai Text Generation
Pricing
Pay per usage
Go to Apify Store
Under maintenance
Ai Text Generation
Generate high-quality text content using AI. Create articles, emails, product descriptions, and more. Powered by advanced language models for natural, engaging content.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Fabio Suizu
Maintained by Community
Actor stats
0
Bookmarked
3
Total users
0
Monthly active users
an hour ago
Last modified
Categories
Share
AI Text Generation Actor
Generate, summarize, translate, and rewrite text using advanced AI models. Powered by GPT-4, Claude, and Gemini.
Features
- Text Completion: Generate content from prompts
- Chat: Multi-turn conversations
- Summarization: Condense long texts
- Translation: Translate between languages
- Rewriting: Change writing style
- Sentiment Analysis: Detect emotions
Actions
1. Complete
Generate text from a prompt.
{"action": "complete","prompt": "Write a product description for a smart watch","maxTokens": 256,"temperature": 0.7}
2. Chat
Multi-turn conversation.
{"action": "chat","messages": [{"role": "system", "content": "You are a helpful assistant"},{"role": "user", "content": "What is machine learning?"}]}
3. Summarize
Condense long texts.
{"action": "summarize","text": "Your long article text here...","maxLength": 150}
4. Translate
Translate between languages.
{"action": "translate","text": "Hello, how are you?","sourceLang": "en","targetLang": "es"}
5. Rewrite
Change writing style.
{"action": "rewrite","text": "hey whats up, this product is cool","style": "professional"}
6. Sentiment
Analyze emotions in text.
{"action": "sentiment","text": "I absolutely love this product! Best purchase ever."}
Input Parameters
| Field | Type | Description |
|---|---|---|
| action | string | Task type (complete, chat, summarize, translate, rewrite, sentiment) |
| prompt | string | Prompt for completion |
| messages | array | Messages for chat |
| text | string | Text for other actions |
| maxTokens | integer | Max tokens (1-4096) |
| temperature | number | Creativity (0.0-2.0) |
| sourceLang | string | Source language code |
| targetLang | string | Target language code |
| style | string | Writing style for rewrite |
Output
Results vary by action but include:
- Generated/processed text
- Model used
- Token counts
- Timestamps
Pricing
$0.01 per generation
Notes
- Temperature 0.0 = deterministic, 2.0 = highly creative
- Default model is Gemini 3 Flash (best cost/performance)
- Supports 100+ languages for translation