Why Use Gemini?

The /gemini command gives you access to Google’s Gemini AI models. Perfect for:

  • Natural language processing
  • Content generation
  • Data analysis
  • Problem-solving
  • Creative writing
  • Image analysis
  • Speech to text

Basic Usage

Simply use the command followed by your query:

/gemini Analyze market trends in the renewable energy sector
with file market_data.csv

You can also provide multiple documents:

/gemini Compare Q4 performance across regions
with file q4_north.csv
with file q4_south.csv

Or no documents at all:

/gemini Give me a list of the top 100 companies in the world

Model Selection

You can specify which Gemini model you want to use. See: https://ai.google.dev/gemini-api/docs/models/gemini

/gemini use gemini-1.5-flash-002
Analyze this technical documentation
with file api_specs.pdf

Supported File Types

Text Documents

• PDF (.pdf) • Microsoft Word (.docx) • Plain Text (.txt) • Rich Text Format (.rtf) • HTML (.html) • OpenDocument Text (.odt) • EPUB (.epub)

Structured Data

• CSV (.csv) • JSON (.json)

Images

• JPEG (.jpg, .jpeg) • PNG (.png) • GIF (.gif) • WebP (.webp)