OpenAI-Integration

KI-gestützte Bot-Fähigkeiten

Supercharge your Telegram bots with OpenAI's powerful AI models. Enable natural language conversations, generate images, transcribe voice messages, and analyze sentiment - all through simple module configuration.

KI-Funktionen

AI Chat

Natural conversations powered by GPT-5.4

ai_chat

Image Generation

Create images with GPT Image 2

ai_image_gen

Voice Transcription

Convert voice messages to text with GPT-4o Transcribe

ai_voice

Sentiment Analysis

Analyze message sentiment and tone

sentiment_analysis

Einrichtungsanleitung

1

Get OpenAI API Key

Create an account at platform.openai.com and generate an API key

2

Add to BotLaunch

Go to Settings → Integrations → OpenAI and paste your API key

3

Enable AI Modules

Enable ai_chat, ai_image_gen, or other AI modules for your groups

4

Configure Settings

Customize model, temperature, and other parameters

Verfügbare Modelle

GPT-5.5

Best for: Most capable reasoning

$$$

GPT-5.4

Best for: Balanced quality & speed

$$

GPT-5.4 Mini

Best for: Fast & affordable

$

GPT Image 2

Best for: Image generation

$$

Beispielkonfiguration

{
  "module": "ai_chat",
  "config": {
    "model": "gpt-5.4-mini",
    "temperature": 0.7,
    "maxTokens": 2000,
    "systemPrompt": "You are a helpful assistant for our community.",
    "triggerPrefix": "/ai"
  }
}

Weiter: Stripe-Integration

Learn how to accept payments through your Telegram bot.

Weiter: Stripe-Integration