Vellum is an AI workflow platform that allows you to build, deploy, and manage AI applications. The Python SDK provides programmatic access to Vellum's APIs for workflow execution, prompt management, and model deployment. Current stable version is 1.14.7, with active development and frequent releases.
pip install vellum-aiVerified import paths — ran on the pinned version, not inferred.
Initialize the client with API key and execute a workflow deployment.
Use 'import vellum' or 'from vellum import ...'
Review port usage if using >> operator with Port objects.
Check release notes for deprecated fields.