sap-ai-sdk-gen


Namesap-ai-sdk-gen JSON
Version 5.6.3 PyPI version JSON
download
home_pagehttps://www.sap.com/
SummarySAP Cloud SDK for AI (Python): generative AI SDK
upload_time2025-09-12 08:16:45
maintainerNone
docs_urlNone
authorSAP SE
requires_python>=3.9
licenseSAP DEVELOPER LICENSE AGREEMENT
keywords sap ai core sap generative ai sdk sap generative ai hub
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # SAP Cloud SDK for AI (Python) - generative

With this SDK you can leverage the power of generative models available in the generative AI Hub of SAP AI Core.
The SDK provides model access by wrapping the native SDKs of the model providers (OpenAI, Amazon, Google), through langchain, or through the orchestration service.

## Installation

To install this SDK, use the following pip command, which includes support for all models including langchain support:

    pip install "sap-ai-sdk-gen[all]"

The default installation only includes OpenAI models (without langchain support):

    pip install sap-ai-sdk-gen

You can install a subset of the extra libraries (without langchain support) by specifying them in square brackets:

    pip install "sap-ai-sdk-gen[google, amazon]"

## Configuration, Usage

Please refer to the official documentation hosted on [help.sap.com](https://help.sap.com/doc/generative-ai-hub-sdk/CLOUD/en-US/index.html) for details on how to configure and use the SAP Cloud SDK for AI (Python).


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.sap.com/",
    "name": "sap-ai-sdk-gen",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "SAP AI Core, SAP generative AI SDK, SAP Generative AI Hub",
    "author": "SAP SE",
    "author_email": null,
    "download_url": "https://pypi.python.org/pypi/sap-ai-sdk-gen",
    "platform": "Windows",
    "description": "# SAP Cloud SDK for AI (Python) - generative\n\nWith this SDK you can leverage the power of generative models available in the generative AI Hub of SAP AI Core.\nThe SDK provides model access by wrapping the native SDKs of the model providers (OpenAI, Amazon, Google), through langchain, or through the orchestration service.\n\n## Installation\n\nTo install this SDK, use the following pip command, which includes support for all models including langchain support:\n\n    pip install \"sap-ai-sdk-gen[all]\"\n\nThe default installation only includes OpenAI models (without langchain support):\n\n    pip install sap-ai-sdk-gen\n\nYou can install a subset of the extra libraries (without langchain support) by specifying them in square brackets:\n\n    pip install \"sap-ai-sdk-gen[google, amazon]\"\n\n## Configuration, Usage\n\nPlease refer to the official documentation hosted on [help.sap.com](https://help.sap.com/doc/generative-ai-hub-sdk/CLOUD/en-US/index.html) for details on how to configure and use the SAP Cloud SDK for AI (Python).\n\n",
    "bugtrack_url": null,
    "license": "SAP DEVELOPER LICENSE AGREEMENT",
    "summary": "SAP Cloud SDK for AI (Python): generative AI SDK",
    "version": "5.6.3",
    "project_urls": {
        "Download": "https://pypi.python.org/pypi/sap-ai-sdk-gen",
        "Homepage": "https://www.sap.com/"
    },
    "split_keywords": [
        "sap ai core",
        " sap generative ai sdk",
        " sap generative ai hub"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "60881a80fd52347748252f21b72019045d5df47f94cae8eeaecbef95c57c6ff9",
                "md5": "577cc03dfe63aa06510b59727bb101d0",
                "sha256": "e78b841666cff44dba712b760a0b03d88e51d8a4010b8870bdf4bb9388f52d66"
            },
            "downloads": -1,
            "filename": "sap_ai_sdk_gen-5.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "577cc03dfe63aa06510b59727bb101d0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 742556,
            "upload_time": "2025-09-12T08:16:45",
            "upload_time_iso_8601": "2025-09-12T08:16:45.370843Z",
            "url": "https://files.pythonhosted.org/packages/60/88/1a80fd52347748252f21b72019045d5df47f94cae8eeaecbef95c57c6ff9/sap_ai_sdk_gen-5.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-12 08:16:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "sap-ai-sdk-gen"
}
        
Elapsed time: 1.12249s