From a474b1294e8d4b08cfafcc648df633b5de6d2f1c Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Tue, 10 Dec 2024 11:40:41 +0100 Subject: [PATCH] docs(bedrock-converse): add list of supported models to converse api docs The commit adds a note to the bedrock-converse.adoc document that lists the supported models for the Converse API, including: Amazon Titan, Amazon Nova, AI21 Labs, Anthropic Claude, Cohere Command, Meta Llama, Mistral AI --- .../antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc index 4532958af..0863efb4b 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/chat/bedrock-converse.adoc @@ -8,9 +8,10 @@ The Bedrock Converse API has the following high-level features: * Multimodal Input: Ability to process both text and image inputs in conversations * Streaming Support: Real-time streaming of model responses * System Messages: Support for system-level instructions and context setting -// * Metrics Integration: Built-in support for observation and metrics tracking TIP: The Bedrock Converse API provides a unified interface across multiple model providers while handling AWS-specific authentication and infrastructure concerns. +Currently, the Converse API link:https://docs.aws.amazon.com/bedrock/latest/userguide/conversation-inference-supported-models-features.html[Supported Models] inlcude: +`Amazon Titan`, `Amazon Nova`, `AI21 Labs`, `Anthropic Claude`, `Cohere Command`, `Meta Llama`, `Mistral AI`. [NOTE] ====