From fbe40f50395da30d5a8529851d47c0fcd1a35ea7 Mon Sep 17 00:00:00 2001 From: xavidop Date: Thu, 22 Jan 2026 19:48:45 +0100 Subject: [PATCH] feat: anthropic plugin moved to core --- docs/docs/plugins/anthropic.md | 5 +++++ docs/docs/plugins/openai.md | 6 +++--- plugins/anthropic/README.md | 5 +++++ plugins/openai/README.md | 6 +++--- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/docs/plugins/anthropic.md b/docs/docs/plugins/anthropic.md index af296250..a8df4529 100644 --- a/docs/docs/plugins/anthropic.md +++ b/docs/docs/plugins/anthropic.md @@ -21,6 +21,11 @@ title: genkitx-anthropic GitHub commit activity +> [!WARNING] +> **This plugin has been merged into the core Genkit distribution.** Please use the official Anthropic plugins instead: +> +> - **Anthropic Plugin**: `@genkit-ai/anthropic` + `genkitx-anthropic` is a community plugin for using Anthropic AI and all its supported models with [Firebase Genkit](https://github.com/firebase/genkit). This Genkit plugin allows to use Anthropic AI models through their official APIs. diff --git a/docs/docs/plugins/openai.md b/docs/docs/plugins/openai.md index 80ca977e..ccb14796 100644 --- a/docs/docs/plugins/openai.md +++ b/docs/docs/plugins/openai.md @@ -23,15 +23,15 @@ title: genkitx-openai GitHub commit activity -**`genkitx-openai`** is a community plugin for using OpenAI APIs with -[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥 - > [!WARNING] > **This plugin has been merged into the core Genkit distribution.** Please use the official OpenAI plugins instead: > > - **OpenAI Plugin**: `@genkit-ai/compat-oai` > - **Compatible OpenAI API Plugin**: `@genkit-ai/compat-oai` +**`genkitx-openai`** is a community plugin for using OpenAI APIs with +[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥 + This Genkit plugin allows to use OpenAI models through their official APIs. ## Supported models diff --git a/plugins/anthropic/README.md b/plugins/anthropic/README.md index 6d694121..1ea1c392 100644 --- a/plugins/anthropic/README.md +++ b/plugins/anthropic/README.md @@ -18,6 +18,11 @@ GitHub commit activity +> [!WARNING] +> **This plugin has been merged into the core Genkit distribution.** Please use the official Anthropic plugins instead: +> +> - **Anthropic Plugin**: `@genkit-ai/anthropic` + `genkitx-anthropic` is a community plugin for using Anthropic AI and all its supported models with [Genkit](https://github.com/firebase/genkit). This Genkit plugin allows to use Anthropic AI models through their official APIs. diff --git a/plugins/openai/README.md b/plugins/openai/README.md index b8189a2c..33f109c1 100644 --- a/plugins/openai/README.md +++ b/plugins/openai/README.md @@ -22,15 +22,15 @@
-**`genkitx-openai`** is a community plugin for using OpenAI APIs with -[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥 - > [!WARNING] > **This plugin has been merged into the core Genkit distribution.** Please use the official OpenAI plugins instead: > > - **OpenAI Plugin**: `@genkit-ai/compat-oai/openai` > - **Compatible OpenAI API Plugin**: `@genkit-ai/compat-oai` +**`genkitx-openai`** is a community plugin for using OpenAI APIs with +[Firebase Genkit](https://github.com/firebase/genkit). Built by [**Bloom Labs Inc**](https://github.com/BloomLabsInc). 🔥 + This Genkit plugin allows to use OpenAI models through their official APIs. ## Supported models