# Awesome Genkit [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) [![lint](https://github.com/xavidop/awesome-genkit/actions/workflows/lint.yaml/badge.svg)](https://github.com/xavidop/awesome-genkit/actions/workflows/lint.yaml) [![Track Awesome List](https://www.trackawesomelist.com/badge.svg)](https://www.trackawesomelist.com/xavidop/awesome-firebase-genkit/) A collection of awesome things regarding the Genkit ecosystem.

Code Of Conduct Contribution guide Contributors

Shows an illustrated sun in light mode and a moon with stars in dark mode. Genkit is a framework designed to help you build AI-powered applications and features. It provides open source libraries for Node.js and Go, plus developer tools for testing and debugging.

Contents

Plugins

JavaScript - Official

  1. Model / Embedding Plugins
  2. @genkit-ai/vertexai - The Vertex AI plugin provides interfaces to several AI services: Google generative AI models, A subset of evaluation metrics through the Vertex AI Rapid Evaluation API, Vector Search.
  3. @genkit-ai/googleai - The Google Generative AI plugin provides interfaces to Google's Gemini models through the Gemini API.
  4. genkitx-ollama - The Ollama plugin provides interfaces to any of the local LLMs supported by Ollama.
  5. @genkit-ai/compat-oai - Plugin for Compatible OpenAI APIs.
  6. @genkit-ai/compat-oai/xai - Plugin for XAI APIs.
  7. @genkit-ai/compat-oai/openai - Plugin for OpenAI APIs.
  8. Vector Store Plugins
  9. @genkit-ai/dev-local-vectorstore - Plugin for Local Vector Store for development purposes.
  10. Other Plugins
  11. @genkit-ai/firebase - Firebase plugin provides several integrations with Firebase services: Indexers and retrievers using Cloud Firestore vector store, Trace storage using Cloud Firestore, Flow deployment using Cloud Functions, Authorization policies for Firebase Authentication users.
  12. @genkit-ai/express - Express plugin provides an Express middleware for Genkit.
  13. @genkit-ai/mcp - MCP plugin provides an interface to the MCP (Model Context Procol).

JavaScript - Community

  1. Model / Embedding Plugins
  2. genkitx-github - Plugin for GitHub Models APIs.
  3. genkitx-anthropic - Plugin for Anthropic AI APIs.
  4. genkitx-cohere - Plugin for Cohere APIs.
  5. genkitx-groq - Plugin for Groq APIs.
  6. genkitx-mistral - Plugin for Mistral AI APIs.
  7. genkitx-azure-openai - Plugin for Azure OpenAI APIs.
  8. genkitx-aws-bedrock - Plugin for AWS Bedrock APIs.
  9. genkitx-deepseek - Plugin for Deepseek Cloud APIs.
  10. genkitx-huggingface - Plugin for Hugging Face Inference APIs.
  11. Vector Store Plugins
  12. genkitx-convex - Plugin for Convex Vector Stores.
  13. genkitx-hnsw - Plugin for HNSW Vector Stores.
  14. genkitx-qdrant - Plugin for Qdrant Vector Stores.