Python client library for the Portkey API - Control Panel for AI Apps with unified API signature, automated fallbacks, retries, load balancing, semantic caching, virtual keys, and comprehensive observability features.
—
Management of AI providers and third-party integrations with workspace-level and model-level configuration.
class Providers:
def list(self, **kwargs): ...
def retrieve(self, **kwargs): ...
class Integrations:
workspaces: IntegrationsWorkspaces
models: IntegrationsModels
class IntegrationsWorkspaces:
def create(self, **kwargs): ...
def list(self, **kwargs): ...
def retrieve(self, **kwargs): ...
class IntegrationsModels:
def list(self, **kwargs): ...
def retrieve(self, **kwargs): ...Install with Tessl CLI
npx tessl i tessl/pypi-portkey-aidocs