Ai Text Generation avatar
Ai Text Generation
Under maintenance

Pricing

Pay per usage

Go to Apify Store
Ai Text Generation

Ai Text Generation

Under maintenance

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

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

FieldTypeDescription
actionstringTask type (complete, chat, summarize, translate, rewrite, sentiment)
promptstringPrompt for completion
messagesarrayMessages for chat
textstringText for other actions
maxTokensintegerMax tokens (1-4096)
temperaturenumberCreativity (0.0-2.0)
sourceLangstringSource language code
targetLangstringTarget language code
stylestringWriting 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