diff --git a/docs/source/users/index.md b/docs/source/users/index.md index a4c1bcda9..e6198f362 100644 --- a/docs/source/users/index.md +++ b/docs/source/users/index.md @@ -118,6 +118,7 @@ Jupyter AI supports the following model providers: | Anthropic | `anthropic` | `ANTHROPIC_API_KEY` | `anthropic` | | Anthropic (chat) | `anthropic-chat` | `ANTHROPIC_API_KEY` | `anthropic` | | Bedrock | `amazon-bedrock` | N/A | `boto3` | +| Bedrock (chat) | `amazon-bedrock-chat`| N/A | `boto3` | | Cohere | `cohere` | `COHERE_API_KEY` | `cohere` | | Hugging Face Hub | `huggingface_hub` | `HUGGINGFACEHUB_API_TOKEN` | `huggingface_hub`, `ipywidgets`, `pillow` | | OpenAI | `openai` | `OPENAI_API_KEY` | `openai` |