File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
orchestration/src/main/java/com/sap/ai/sdk/orchestration Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1212
1313### ✨ New Functionality
1414
15- -
15+ -[ Orchestration ] Added new models for ` OrchestrationAiModel ` : ` SONAR ` , ` SONAR_PRO ` .
1616
1717### 📈 Improvements
1818
Original file line number Diff line number Diff line change @@ -318,6 +318,12 @@ public class OrchestrationAiModel {
318318 public static final OrchestrationAiModel DEEPSEEK_R1 =
319319 new OrchestrationAiModel ("deepseek-ai--deepseek-r1" );
320320
321+ /** Perplexity AI Sonar model */
322+ public static final OrchestrationAiModel SONAR = new OrchestrationAiModel ("sonar" );
323+
324+ /** Perplexity AI Sonar Pro model */
325+ public static final OrchestrationAiModel SONAR_PRO = new OrchestrationAiModel ("sonar-pro" );
326+
321327 OrchestrationAiModel (@ Nonnull final String name ) {
322328 this (name , Map .of (), "latest" );
323329 }
You can’t perform that action at this time.
0 commit comments