npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

groq-chat-plugin

v1.3.0

Published

Groq Chat Plugin for Obsidian

Downloads

20

Readme

Groq Chat Plugin for Obsidian

Release Downloads License Tests NPM Contributor Covenant

Русская версия | English version

A plugin for Obsidian that integrates Groq's AI chat capabilities directly into your notes.

Features

  • Direct integration with Groq AI models
  • Dynamic model list: models are updated in real-time, always fresh
  • Model Info Dialog: detailed info for each model (name, description, developer, max tokens, release status, etc.)
  • Support for text, vision (image), coder, and audio models
  • Localized interface (English/Russian)
  • Markdown formatting and code highlighting
  • Mobile support
  • Custom model selection
  • Chat history with IndexedDB/localStorage/file options
  • Context-aware responses
  • Raw/Markdown source view toggle for assistant messages
  • Configurable default display mode (tab or side panel)
  • Hotkeys and advanced settings
  • Secure API key storage
  • Open source and community-driven

Project Status

This project is actively maintained and developed. New features are added regularly, including dynamic model updates, vision/coder/audio support, and improved UI/UX. Automated tests and advanced model integrations (audio/image) are planned. Feedback and contributions are welcome!

Supported Models (Current List)

  • distil-whisper-large-v3-en
  • whisper-large-v3
  • llama-3.3-70b-versatile
  • deepseek-r1-distill-llama-70b
  • meta-llama/llama-guard-4-12b
  • whisper-large-v3-turbo
  • meta-llama/llama-4-maverick-17b-128e-instruct
  • compound-beta
  • llama3-8b-8192
  • playai-tts
  • mistral-saba-24b
  • qwen-qwq-32b
  • llama-guard-3-8b
  • meta-llama/llama-4-scout-17b-16e-instruct
  • llama3-70b-8192
  • playai-tts-arabic
  • gemma2-9b-it
  • compound-beta-mini
  • allam-2-7b
  • llama-3.1-8b-instant

See plugin settings for the full up-to-date list. Descriptions will be updated as soon as they become available.

Installation

  1. Open Obsidian Settings
  2. Go to Community Plugins and disable Safe Mode
  3. Click Browse and search for "Groq Chat"
  4. Install the plugin
  5. Enable the plugin in Community Plugins

Configuration

  1. Get your API key from Groq Console
  2. Open plugin settings in Obsidian
  3. Enter your API key
  4. Configure additional settings as needed (Note: Settings have been updated, including options for default display mode and history storage. See plugin settings for details.)

Usage

  1. Open any note in Obsidian
  2. Click the Groq Chat icon in the sidebar
  3. Select the model you want (models update in real time)
  4. Start chatting with AI (text, code, or images)
  5. Use / commands for extra features (clear, settings, etc.)
  6. View model info any time via the Model Info Dialog

Development

# Clone the repository
git clone https://github.com/semernyakov/groq-chat-plugin.git

# Install dependencies
npm install

# Start development server
npm run dev

# Build the plugin
npm run build

# Run tests
npm run test

# Check code style
npm run lint

Contributing

Contributions are welcome! Please read our Contributing Guide for details on our code of conduct and the process for submitting pull requests.

Security

For security issues, please read our Security Policy and report any vulnerabilities responsibly.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

If you find this plugin helpful, consider:

Changelog

See CHANGELOG.ru.md for all changes.