-
Notifications
You must be signed in to change notification settings - Fork 11
feat: [Orchestration] Adding New Models #485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm afraid, after this PR, we will not have the latest status.
Please have a look at my comments here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the meantime there has been changes to the model list in SAP Notes.. We may have also missed to clean up some of the old models in the enum list.
I have listed the changes w.r.t your PR against the current state of SAP notes.
orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationAiModel.java
Show resolved
Hide resolved
orchestration/src/main/java/com/sap/ai/sdk/orchestration/OrchestrationAiModel.java
Show resolved
Hide resolved
# Conflicts: # docs/release_notes.md
…tratonAiModel Class
… into Adding-new-orchestration-models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Context
AI/ai-sdk-java-backlog#274.
New models like mistralai--mistral-small-instruct, nvidia--llama-3.2-nv-embedqa-1b, amazon--titan-embed-text, gpt-4.1-mini, gpt-4.1, gpt-4.1-nano are not "officially supported" by the SDK.
Feature scope:
Adding New Models
Definition of Done
Error handling created / updated & covered by the tests aboveAligned changes with the JavaScript SDKDocumentation updated