Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/docs/plugins/anthropic.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ title: genkitx-anthropic
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/BloomLabsInc/genkit-plugins"/>
</div>

> [!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.
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/plugins/openai.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ title: genkitx-openai
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/BloomLabsInc/genkit-plugins"/>
</div>

**`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
Expand Down
5 changes: 5 additions & 0 deletions plugins/anthropic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/BloomLabsInc/genkit-plugins">
</div>

> [!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.
Expand Down
6 changes: 3 additions & 3 deletions plugins/openai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@

</br>

**`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
Expand Down