This version is still in development and is not considered stable yet. For the latest snapshot version, please use Spring AI 1.0.0-SNAPSHOT! |
Refer to the Dependency Management section to add the Spring AI BOM to your build file. |
For example, using Spring-AI and Spring Cloud for Amazon Web Services at the same time. Spring-AI is compatible with Spring Cloud for Amazon Web Services credential configuration. |
By default, all models are disabled. You have to enable the chosen Bedrock models explicitly using the spring.ai.bedrock.<model>.<chat|embedding>.enabled=true property.
|
Model | Chat | Chat Streaming | Embedding |
---|---|---|---|
llama |
Yes |
Yes |
No |
jurassic2 |
Yes |
No |
No |
cohere |
Yes |
Yes |
Yes |
anthropic 2 |
Yes |
Yes |
No |
anthropic 3 |
Yes |
Yes |
No |
jurassic2 (WIP) |
Yes |
No |
No |
titan |
Yes |
Yes |
Yes (however, no batch support) |