Core library for the SAP Cloud SDK for AI (Python), providing client and base classes for interacting with SAP AI Core services. Current version: 3.3.0, requires Python >=3.9. Released approximately quarterly.
pip install sap-ai-sdk-coreVerified import paths — ran on the pinned version, not inferred.
Initializes the AICoreClient using environment variables for authentication and default API version V4.
Update instantiation: pass `base_url` (required) and remove old `ai_core_url`.
Use `AIAPIVersion.V4` as the default API version.
Always set `resource_group` to an existing resource group from your AI Core instance (e.g., `os.environ.get("AICORE_RESOURCE_GROUP", "default")`).No dependency data recorded yet.