AI Tagger
approvedby Luca Grippa
Simplify tagging. Instantly analyze and tag your document with one click for efficient note organization. OpenAI API key required.
๐ช AI Tagger
AI Tagger is an Obsidian (https://obsidian.md) plugin that simplifies tagging by using various Large Language Models (LLMs) to analyze and tag your document with one click!
The plugin analyzes the current document that you have open in the editor and all of the previous tags that you have used. AI tagger will return up to 5 relevant tags that you have previously used and will generate up to 3 completely new tags.
๐ค Supported AI Models
| Provider | Model | Token Limit | Type |
|---|---|---|---|
| OpenAI | GPT-4o mini | 128K | Closed Source |
| OpenAI | GPT-4o | 128K | Closed Source |
| Mistral AI | Mistral Small | 32K | Closed Source |
| Mistral AI | Mistral Large | 128K | Closed Source |
| Mistral AI | Mistral Nemo | 128K | Open Source |
| Anthropic | Claude 3.5 Haiku | 200K | Closed Source |
| Anthropic | Claude 3.5 Sonnet | 200K | Closed Source |
| Anthropic | Claude 3 Opus | 200K | Closed Source |
| Gemini 1.5 Flash | 1M | Closed Source | |
| Gemini 1.5 Flash-8B | 1M | Closed Source | |
| Gemini 1.5 Pro | 1M | Closed Source | |
| Groq | Llama 3 Groq 8B | 8K | Open Source |
| Groq | Llama 3 Groq 70B | 8K | Open Source |
| Groq | Llama 3.1 8B | 128K | Open Source |
| Groq | Llama 3.1 70B | 128K | Open Source |
| Ollama | Llama 3.2 | 128K | Open Source |
| Ollama | Mistral Nemo | 128K | Open Source |
| Ollama | Qwen 2.5 | 128K | Open Source |
๐ Setup
- Install from Obsidian Community Plugins
- Enter your chosen provider's API key in settings
- Select your preferred model
- Optional: Configure custom API endpoint (useful for Ollama or proxies)
๐ Usage
One click tagging
-
Click the "Wand" icon in the left sidebar to tag current note

Selection-Based Tagging
-
Highlight text and use Command Palette (Ctrl/Cmd + P) โ "Generate tags"

Batch Tagging
-
Right-click file(s) or folders to tag multiple documents

๐ง Configuration Options
-
Custom Endpoints: Set alternative API endpoints (default Ollama: http://localhost:11434)
-
Lowercase Tags: Force all tags to lowercase
-
Context Awareness: Plugin considers existing tags to avoid duplicates

๐ค Contributing
Found a bug? Have an idea? We'd love to hear from you:
๐ Report a bug ๐ก Request a feature ๐ง Submit a PR
๐ License
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.