Skip to main content

DynamoFL Core SDK

The DynamoFL Core Python Client is the official SDK for interacting with the DynamoAI platform APIs. Use it to:

  • Create and manage models/AI Systems, datasets, and tests
  • View test details and results
  • Generate billing reports

Installation

pip install dynamofl

Quick start

from dynamofl import DynamoFL
import os

api_key = os.environ["API_KEY"]
api_host = os.environ["API_HOST"]

dfl = DynamoFL(token=api_key, host=api_host)

Latest release and compatibility

  • Latest SDK release: 2.0.0
  • Compatible DynamoAI System: >= 3.24.x

See detailed pages: Version CompatibilityChangelog