What problem does it solve? Connecting Python applications to SAP AI Core and Generative AI Hub requires handling authentication, deployment discovery, and provider-specific SDK differences. This Skill provides working patterns for calling LLMs through SAP's proxy, so you avoid wiring credentials, model deployments, and orchestration pipelines from scratch. ## Core Features & Use Cases - Native Model Access: Call OpenAI, Amazon Bedrock, Google GenAI, and SAP RPT-1 models through SAP AI Core with unified authentication via the gen_ai_hub package. - Orchestration Service: Build pipelines combining prompt templating, content filtering, data masking, and document grounding in a single API call. - LangChain Integration: Initialize LangChain LLMs and embedding models backed by SAP AI Core using init_llm and init_embedding_model. - Use Case: You are building a Python service that must answer questions grounded in company documents while masking PII. Use this Skill to configure an orchestration pipeline with grounding, masking, and filtering modules routed through your AI Core tenant. ## Quick Start Use the sap-cloud-sdk-ai-python skill to write a Python chat completion call to gpt-4o-mini through SAP Generative AI Hub.