From 19f56655227fff651768e4444cd44cd31d970652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ka=C5=BAmierczak?= Date: Tue, 19 Mar 2024 05:47:10 +0100 Subject: [PATCH] Update the list of supported AI models in the main README.MD (#464) --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b55533ae4..b9bcc9229 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,15 @@ You can find more details in the [Reference Documentation](https://docs.spring.i Spring AI supports many AI models. For an overview see here. Specific models currently supported are * OpenAI -* +* Azure OpenAI +* Amazon Bedrock (Anthropic, Llama2, Cohere, Titan) +* HuggingFace +* Google VertexAI (PaLM2, Gemini) +* Mistral AI +* Stability AI +* Ollama +* PostgresML +* Transformers (ONNX) **Prompts:** Central to AI model interaction is the Prompt, which provides specific instructions for the AI to act upon.