skillfed

generative-ai-hub-sdk

[DEPRECATED] generative AI hub SDK

generative-ai-hub-sdk v4.12.4 131.2K downloads/30d#11,601 on PyPI
License unclear SAP DEVELOPER LICENSE AGREEMENT AGING released

What it is and what it does

This is a deprecated SDK that wraps generative AI model providers (OpenAI, Amazon, Google) to offer unified Python access through SAP AI Core. It supports direct provider SDKs, LangChain integration, or orchestration via SAP's service. The package depends on pydantic, click, ai-core-sdk, dacite, packaging, openai, httpx, and overloading to manage its multi-provider abstraction.

The package is no longer maintained and SAP explicitly recommends switching to sap-ai-sdk-gen. While it still installs cleanly and has received no known security vulnerabilities, its age (457 days since last release) and inactive status mean it will not receive bug fixes, security patches, or updates to support new model capabilities or API changes from its wrapped providers.

Use it for:

  • Access OpenAI, Amazon, or Google generative models through a single Python interface integrated with SAP AI Core.
  • Build LangChain applications that leverage SAP AI Core's model orchestration and provider abstraction.
  • Migrate legacy code that uses this SDK—though new projects should adopt sap-ai-sdk-gen instead.
  • Prototype generative AI workflows within SAP environments before committing to a maintained SDK.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Python access to generative AI models through SAP AI Core, wrapping native SDKs from OpenAI, Amazon, and Google, with optional LangChain integration.

No. This package is explicitly deprecated and no longer maintained. SAP directs users to sap-ai-sdk-gen as the replacement. While it installs without friction and has no known vulnerabilities, the lack of maintenance means it will not receive updates for API changes, new models, or security issues. Install only if you are maintaining legacy code that already depends on it; do not use for new projects.

Install

generative-ai-hub-sdk on PyPI

pip

pip install generative-ai-hub-sdk

uv

uv add generative-ai-hub-sdk

poetry

poetry add generative-ai-hub-sdk

Installing generative-ai-hub-sdk

Before you install

Low install friction with a pure-Python wheel, but the package is deprecated and no longer maintained—457 days have passed since the last release. SAP recommends migrating to sap-ai-sdk-gen instead.

License in practice

Licensed under SAP DEVELOPER LICENSE AGREEMENT (non-standard, proprietary). The license treatment is unclear; review SAP's terms before use in commercial or redistributed contexts.

Quickstart

pip install generative-ai-hub-sdk

from generative_ai_hub_sdk import Client

# Requires SAP AI Core credentials and configuration
# See https://help.sap.com/doc/generative-ai-hub-sdk/CLOUD/en-US/index.html

Requires SAP AI Core credentials and configuration; refer to official SAP documentation for setup details.

Verify before relying

  • Whether the deprecated status and lack of maintenance will affect long-term compatibility with SAP AI Core or model provider APIs.
  • Specific migration path and feature parity between this package and the recommended sap-ai-sdk-gen replacement.
  • Whether the unclear proprietary license permits use in open-source or commercial projects without additional agreements.

Package facts

License SAP DEVELOPER LICENSE AGREEMENT (unclear)
Python support supports the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 8 — pydantic, overloading, click, ai-core-sdk, dacite, packaging, openai, httpx
Maintenance aging — 457 days since the last release
First released
Downloads 131,200/month — #11,601 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: generative_ai_hub_sdk-4.12.4-py3-none-any.whl

Keywords: SAP generative AI hub SDK, SAP AI Core API, SAP AI Core

Development Status :: 7 - InactiveIntended Audience :: DevelopersLicense :: Other/Proprietary LicenseOperating System :: MacOS :: MacOS XOperating System :: Microsoft :: Windows :: Windows 10Operating System :: Microsoft :: Windows :: Windows 7Operating System :: Microsoft :: Windows :: Windows 8Operating System :: Microsoft :: Windows :: Windows 8.1Operating System :: Microsoft :: Windows :: Windows Server 2008Operating System :: POSIX :: LinuxProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.9Topic :: Software Development :: Libraries :: Python Modules

Tags

SAP AI Core generative modelsOpenAI Amazon Google SDK wrappergenerative AI hub accessSAP generative models PythonLangChain SAP integrationmulti-provider AI model client
deprecatedsap-ecosystemmulti-provider-ai

More Python Modules packages