Skip to content

Commit d3d270e

Browse files
authored
Add limitation of foundation models
1 parent 9523843 commit d3d270e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/blog/Introducing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ You can learn more about the SDK's capabilities for Orchestration Service [in th
8787
The `openai` module, along with other modules in the `com.sap.ai.sdk.foundationmodels` group, enables streamlined access to specific generative AI models available through the Generative AI Hub.
8888
The module provides a simplified interface focused on direct model interactions, ideal for developers who require direct access to foundation models for inference and embedding requests without additional orchestration features.
8989

90+
Currently only `openai` is supported, we are planning support for `vertex-ai` and `anthropic` soon - depending on user feedback.
91+
9092
**Example SDK code:** Write a simple chat completion.
9193

9294
```java

0 commit comments

Comments
 (0)