Skip to content

Releases: AInvirion/aiproxyguard-python-sdk

v0.2.0

08 Apr 05:52
9464c5d

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

03 Apr 17:14
863ad11

Choose a tag to compare

AIProxyGuard Python SDK v0.1.0

Initial release of the official Python SDK for AIProxyGuard.

Features

  • AIProxyGuard client with sync and async support
  • Support for both self-hosted and cloud API modes
  • Prompt injection detection via check() and check_async() methods
  • @guard decorator for automatic input validation
  • @guard_output decorator for automatic output validation
  • Comprehensive exception hierarchy
  • Health check endpoints
  • Full type annotations
  • Support for Python 3.9, 3.10, 3.11, 3.12, and 3.13

Installation

pip install aiproxyguard-python-sdk

Documentation

See the README for usage examples.