From ebc19f1848357397f611e0a01aebd236c4c7514a Mon Sep 17 00:00:00 2001 From: Will Sorenson Date: Tue, 31 Oct 2023 21:22:04 -0700 Subject: [PATCH] Add Bedrock Anthropic plugin (#307) --- docs/plugins/directory.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins/directory.md b/docs/plugins/directory.md index 80363f6..3188be1 100644 --- a/docs/plugins/directory.md +++ b/docs/plugins/directory.md @@ -22,6 +22,7 @@ These plugins can be used to interact with remotely hosted models via their API: - **[llm-openrouter](https://github.com/simonw/llm-openrouter)** provides access to models hosted on [OpenRouter](https://openrouter.ai/). - **[llm-anyscale-endpoints](https://github.com/simonw/llm-anyscale-endpoints)** supports models hosted on the [Anyscale Endpoints](https://app.endpoints.anyscale.com/) platform, including Llama 2 70B. - **[llm-cohere](https://github.com/Accudio/llm-cohere)** by Alistair Shepherd provides `cohere-generate` and `cohere-summarize` API models, powered by [Cohere](https://cohere.com/). +- **[llm-bedrock-anthropic](https://github.com/sblakey/llm-bedrock-anthropic)** adds support for Claude and Claude Instant by Anthropic via Amazon Bedrock. If an API model host provides an OpenAI-compatible API you can also [configure LLM to talk to it](https://llm.datasette.io/en/stable/other-models.html#openai-compatible-models) without needing an extra plugin.