Metadata-Version: 2.4
Name: versyn-litellm
Version: 0.1.0
Summary: Automatic cryptographic AI decision certification for LiteLLM — SOC2, EU AI Act, GDPR compliance
Author-email: Hussein Dayekh <hussein@versyn.dev>
License: MIT
Project-URL: Homepage, https://versyn.dev
Project-URL: Repository, https://github.com/hasoon1231/atelier-omega
Keywords: litellm,ai,compliance,audit,cryptography,eu-ai-act,gdpr,versyn,certification,soc2,llm-audit,immutable-ai-logs,ai-audit-trail,llm-compliance,ai-governance
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security :: Cryptography
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# versyn-litellm

Automatic cryptographic certification for every AI decision made through LiteLLM.
SOC 2, EU AI Act Article 12, GDPR-safe. Zero configuration.

## Install

    pip install versyn-litellm

## Quick Start

    import litellm
    from versyn_litellm import VersyncCallback

    litellm.callbacks = [VersyncCallback(api_key="vk_your_key")]
    response = litellm.completion(model="gpt-4o", messages=[...])
    cert_id = response._hidden_params.get("versyn_certificate_id")

Get your free API key (500 certs/month) at https://versyn.dev
