SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Consumption of GenAI models Using Orchestration(V2) service - A Beginner's Guide

In this tutorial, we are going to learn the simple consumption of Gen AI models using the Orchestration.

Overview

🎓 beginner 45 min. SAP Ai CoreBeginnerArtificial IntelligenceMachine Learning

You will learn

  • โœ”How to inference GenAI models Using Orchestration Service v2
Smita Naik S Smita Naik March 5, 2026
Created by February 13, 2026
Contributors

Prerequisites

Prerequisites

  1. BTP Account
    If you do not already have a commerical SAP Business Technology Platform (BTP) account, you can use BTP Advanced Trial.
    Create a BTP Account
  2. For SAP Developers or Employees
    Internal SAP stakeholders should refer to the following documentation: How to create BTP Account For Internal SAP Employee, SAP AI Core Internal Documentation
  3. For External Developers, Customers, or Partners
    Follow this tutorial to set up your environment and entitlements: External Developer Setup Tutorial, SAP AI Core External Documentation
  4. Create BTP Instance and Service Key for SAP AI Core
    Follow the steps to create an instance and generate a service key for SAP AI Core. Ensure to use service plan extended:
    Create Service Key and Instance
  5. AI Core Setup Guide
    Step-by-step guide to set up and get started with SAP AI Core:
    AI Core Setup Tutorial
  6. An Extended SAP AI Core service plan is required, as the Generative AI Hub is not available in the Free or Standard plans. For more details, refer to SAP AI Core Service Plans
  7. AI Launchpad Setup Guide Step-by-step guide to set up AI Launchpad: AI Launchpad Tutorial

Steps

Step 1 Pre-Read
โ€”

This tutorial provides a basic introduction to using orchestration service V2 in SAP AI Core.

Orchestration service V2 in SAP AI Core is a managed service that enables unified access, control, and execution of generative AI models through standardized APIs, templating, and configurable AI workflow components.

You will learn how to deploy and configure orchestration to enable the consumption of ** GenAI models** within a single workflow.

We will walk through a step-by-step guide and demonstrate the orchestration flow using a resume processing use case. This real-world scenario highlights how llm models can collaborate within a cohesive pipeline using orchestration.

Note: In SAP AI Core, orchestration deployment is available by default in the default resource group during the onboarding. For any new or additional resource groups, you must deploy a separate orchestration setup.

While orchestration in SAP AI Core offers capabilities such as data masking, content filtering, translation, and grounding, this tutorial focuses on the basic consumption flow using mandatory modules like templating and model configuration. Others modules are Optional and usage of those modules are covered in a separate tutorial.

By the end of this tutorial,

  • you will have a foundational understanding of orchestration through its minimal usage, focusing on practical application of templates and how to use llm models using harmonized APIs.

  • Learn how to implement the solution using SAP AI Launchpad, Python SDK, JavaScript, and Bruno.

Refer to the orchestration documentation for more information.

Step 2 Set Up Your Environment and Configure Access
+
Step 3 Create Configuration for Orchestration deployment - Optional Step
+
Step 4 Consume LLM's in Generative AI Hub through Orchestration
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. Pre-Read 2. Set Up Your Environment and Configure Access 3. Create Configuration for Orchestration deployment - Optional Step 4. Consume LLM's in Generative AI Hub through Orchestration

Learn more →