Bring your own API key. Generate images and videos without leaving Telegram — no subscriptions, no middleman.
Genomo
bot · online
Open Source
The entire bot is ~800 lines of Python. Clone it, read it, modify it. No black boxes.
# 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
Choose from 20+ supported AI providers — fal.ai, Replicate, MuleRouter, MiniMax, MuAPI, PixVerse, Pollinations, and more.
Send /setkey your-key in the bot. Your key is encrypted and stored securely. We never see it.
Use /imagine for images or /video for videos. Switch models anytime with /model.
Supported Providers
Switch between 20+ providers and 200+ models without leaving Telegram. Your keys, your choice.
Pricing
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
Starter
$4 one-time
Hosted by us
Basic
$6 one-time
Hosted by us
Pro
Popular$12 one-time
Hosted by us
Team
$25 one-time
Up to 10 users
Commercial
$55 one-time
Unlimited users
Support the project
Genomo is a side project I built to make AI generation accessible to everyone. If it's useful to you and you want to say thanks — a coffee goes a long way. No pressure, no perks. Just genuine appreciation.
UPI · Click to copy · Works with any UPI app