Metadata-Version: 2.4
Name: hai-api
Version: 1.1.5
Summary: The official Python SDK for hAI Private AI.
Home-page: https://ai.hussain.ink
Author: Hussain Alkhatib
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: httpx>=0.24.0
Requires-Dist: python-dotenv>=1.0.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# hai-api (Python SDK)

The official Python SDK for Hussain's Private AI Bridge (hAI). This library allows you to interact with multiple AI models through a single, easy-to-use client.

## Installation

```bash
pip install hai-api
```

## Features
- Unified interface for DeepSeek and Gemini.
- Full support for streaming and tool-use.
- Robust session management.
