Dhenara Package for Multi Provider AI-Model API calls
Project description
# Dhenara
Python package for interacting with various AI models in a unified way.
[](https://badge.fury.io/py/dhenara)
[](https://github.com/dhenara/dhenara/actions)
[](https://opensource.org/licenses/MIT)
## Installation
```bash
pip install dhenara
For AWS support:
pip install "dhenara[aws]"
For Azure support:
pip install "dhenara[azure]"
Quick Start
from dhenara.ai import ChatModel
model = ChatModel.from_provider("openai", model="gpt-4")
response = model.generate("Hello, world!")
print(response)
Documentation
For full documentation, visit docs.dhenara.com.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dhenara-1.0.0.tar.gz
(54.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
dhenara-1.0.0-py3-none-any.whl
(77.3 kB
view details)
File details
Details for the file dhenara-1.0.0.tar.gz.
File metadata
- Download URL: dhenara-1.0.0.tar.gz
- Upload date:
- Size: 54.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9d6d755cae434c866d847fa88a5de4307bd741cb8026e927407369c84f86c34
|
|
| MD5 |
3711e181cf7cffb38033ce10a0791100
|
|
| BLAKE2b-256 |
347b8504c55242e69bbd949310066ce3fee41d62791012d797f18ffe31c6fe5a
|
File details
Details for the file dhenara-1.0.0-py3-none-any.whl.
File metadata
- Download URL: dhenara-1.0.0-py3-none-any.whl
- Upload date:
- Size: 77.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
854e2793a43dd87107c22d95d5922190639eb33dbc9b9a17d4f390277f1f5baf
|
|
| MD5 |
6617e38aefd5c30564aacf60d0561bdb
|
|
| BLAKE2b-256 |
fa24174a4fdd95e8b16bcfe660be800f2c31c75770b22ff01dc4a2914c3058cf
|