Python helper library for interacting with DataRobot's GenAI capabilities, including prompt engineering, LLM deployments, and evaluation. Current version 0.15.114, released under an active development cadence (frequent updates).
pip install datarobot-genaiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate the main client with API token and endpoint, then list GenAI deployments.
Update your code to use client.experiment.* instead of client.playground.*.
Update imports to `from datarobot_genai.common.enums import ContentMode`.
Always set DATAROBOT_API_TOKEN environment variable or pass token directly; check token validity.
No dependency data recorded yet.