Open source · Self-host for free

200+ AI models.
One Telegram bot.

Bring your own API key. Generate images and videos without leaving Telegram — no subscriptions, no middleman.

G

Genomo

bot · online

/imagine cinematic sunset over mountains, fog
G
🎨 Generating with flux
G
✓ Done in 3.8s
/video a dragon flying over Tokyo
G
Message

Open Source

Simple, readable, yours

The entire bot is ~800 lines of Python. Clone it, read it, modify it. No black boxes.

bot.py
# Genomo — telegram-gen-bot/bot.py

from telegram.ext import Application, CommandHandler, CallbackQueryHandler
from database import init_db
from handlers.generation import imagine_cmd, video_cmd

# 20+ providers, one bot
from providers import get_provider
# fal · replicate · mulerouter · pollinations · pixverse · minimax · muapi

async def imagine_cmd(update, context):
    provider = get_provider(user.provider, user.api_key)
    image_url = await provider.generate_image(prompt, model)
    await context.bot.send_photo(chat_id, photo=image_url)

async def post_init(app):
    await init_db()  # encrypted key storage

app = Application.builder().token(TOKEN).post_init(post_init).build()
app.add_handler(CommandHandler("imagine", imagine_cmd))
app.add_handler(CommandHandler("video", video_cmd))
app.run_polling()

How it works

Three steps to your first generation

01

Pick a provider

Choose from 20+ supported AI providers — fal.ai, Replicate, MuleRouter, MiniMax, MuAPI, PixVerse, Pollinations, and more.

02

Bring your API key

Send /setkey your-key in the bot. Your key is encrypted and stored securely. We never see it.

03

Generate anything

Use /imagine for images or /video for videos. Switch models anytime with /model.

Supported Providers

One bot, every major provider

Switch between 20+ providers and 200+ models without leaving Telegram. Your keys, your choice.

Pollinations Free tier available Image + Video
MuleRouter Image + Video 40+ models
MuAPI Image + Video 50+ models
fal.ai Image + Video FLUX, Kling
Replicate Image + Video 100+ models
MiniMax Image + Video Hailuo 2.3
PixVerse Video only v6, v3.5
More coming Suggest one →

Pricing

Self-host free. Or we run it for you.

The code is open source — clone it and host it yourself for free. Paid plans are one-time payments for people who want it up and running without touching a server.

Free

$0

Self-hosted

  • 20+ providers
  • All models
  • Image + Video
  • Full source code
  • You manage server
  • Community support
Contact us

Starter

$4 one-time

Hosted by us

  • 20+ providers
  • Image generation
  • Zero server setup
  • Always online
  • No video
  • Email support
Get Starter

Basic

$6 one-time

Hosted by us

  • Everything in Starter
  • Email support
  • All image models
  • No video
Get Basic

Team

$25 one-time

Up to 10 users

  • Everything in Pro
  • 10 team members
  • Shared key mgmt
  • Admin controls
Get Team

Commercial

$55 one-time

Unlimited users

  • Everything in Team
  • Unlimited users
  • Commercial license
  • White-label option
  • Dedicated support
Get Commercial