Anivo
Now with Mistral AI

Your AI Companion,
Right in Discord

Anivo brings the power of AI to your Discord server. Chat naturally, generate stunning images, play games, and manage your community with intelligent automation.

0+ Commands
0+ Users
0+ Servers
# general
U
User Today at 10:42 AM
@Anivo explain quantum computing in simple terms
A
Anivo BOT Today at 10:42 AM
Scroll to explore

Trusted by developers worldwide

Python Discord.py Mistral AI Railway GitLab

Everything You Need

Anivo combines powerful AI capabilities with fun community features to create the ultimate Discord experience.

AI Chat

Natural conversations powered by Mistral AI. Ask questions, get help with coding, or just chat.

Image Generation

Create stunning AI-generated images with simple text prompts. Powered by Stable Diffusion.

Fun Games

Play number guessing, dice, coin flip, Russian roulette, and magic 8-ball with your friends.

Economy System

Earn coins through games, daily rewards, and activities. Compete on the global leaderboard.

Server Management

Automated verification system, role management, and channel setup with one command.

Slash Commands

Modern Discord interface with intuitive slash commands. No need to remember prefixes.

Powerful Commands

Anivo offers over 30 commands across multiple categories. Here's a selection of what you can do.

/chat Start a conversation with the AI
/imagine Generate an AI image from text
/reset Clear your chat history
/roast Get a funny AI-generated roast
/guess Play number guessing game (1-100)
/dice Roll a dice and win coins
/flip Flip a coin (Heads or Tails)
/roulette Play Russian Roulette
/8ball Ask the magic 8-ball
/joke Get a random joke
/balance Check your coin balance
/daily Claim your daily reward
/pay Send coins to other users
/leaderboard View top users by coins
/profile View your profile stats
/setup Auto-setup server with channels
/channel Set AI chat channel
/announce Send server announcement
/serverinfo View server statistics

Try It Yourself

Experience Anivo's AI capabilities with this interactive demo.

Generated image will appear here
A

Hi there! I'm Anivo. Ask me anything!

# Ask Anivo to help with code!
# Example: "Create a Python function to sort a list"

def quicksort(arr):
    if len(arr) <= 1:
        return arr
    pivot = arr[len(arr) // 2]
    left = [x for x in arr if x < pivot]
    middle = [x for x in arr if x == pivot]
    right = [x for x in arr if x > pivot]
    return quicksort(left) + middle + quicksort(right)

# Anivo can explain, debug, and improve your code!

Easy Deployment

Anivo is designed to run anywhere. Deploy to Railway, Heroku, or self-host with ease.

Heroku

Classic platform-as-a-service option with Procfile support included.

  • Git-based deployment
  • Dyno management
  • Add-ons ecosystem
  • Free tier available
View Guide

Self-Hosted

Run on your own VPS or dedicated server for full control and customization.

  • Full control
  • Docker support
  • No platform limits
  • Custom configurations
View Guide

Ready to get started?

Add Anivo to your Discord server today and experience the power of AI in your community.

1

Clone Repository

git clone https://gitlab.com/Vyapari-Dev/anivo.git
2

Configure

Set up environment variables in .env file

3

Deploy

Deploy to Railway or run locally

Common Questions

Yes! Anivo is completely free and open source. You can self-host it or use the hosted version without any cost.

Anivo uses Mistral AI for chat capabilities and Hugging Face (Stable Diffusion) for image generation. You'll need API keys for both to use these features.

Absolutely! Anivo is open source (MIT License). You can fork the repository, modify the code, and deploy your own version with custom features.

We recommend Railway for easy deployment. Check our detailed Hosting Guide for step-by-step instructions for Railway, Heroku, and self-hosting options.

Yes! When you self-host Anivo, all data stays on your server. We don't collect or store any user information. Chat history is temporary and resets on restart by default.

Yes! We welcome contributions. Fork the repository on GitLab, make your changes, and submit a merge request. Check the README for contribution guidelines.