Back to tools
AvailableIntegración·

SAP Generative AI Hub

Enterprise gateway to access and orchestrate multiple LLMs (OpenAI, Anthropic, Google, Meta) from SAP BTP with centralized security, governance and cost management.

Compatible with

sapgenerative-ai-hubllmgatewayintegración

SAP Generative AI Hub

SAP Generative AI Hub is SAP's centralized gateway to access the leading generative AI models from a single point, with built-in enterprise governance.

Available models

  • OpenAI: GPT-4o, GPT-4o mini, o1-mini
  • Anthropic: Claude Sonnet, Claude Haiku
  • Google: Gemini Pro, Gemini Flash
  • Meta: LLaMA 3.x (via Azure/AWS)
  • Mistral: Mistral Large, Mistral Small
  • SAP: proprietary models fine-tuned for SAP processes

Enterprise benefits

  • Single contract: access all models without managing multiple vendors
  • Data security: data is not used to retrain third-party models
  • Cost control: spending monitoring and limits by team/project
  • Audit trail: complete log of all LLM calls
  • Automatic failover: if one provider fails, redirects to another model

Orchestration with SAP AI SDK

from gen_ai_hub.proxy.langchain.openai import ChatOpenAI
llm = ChatOpenAI(proxy_model_name='gpt-4o')
response = llm.invoke("Analyze this sales order...")

Generative AI Hub documentation