SentrifyAI API client
Project description
SentrifyAI Python Package
SentrifyAI is a Python package that provides a client for interacting with the SentrifyAI API.
Installation
You can install the package via pip:
pip install sentrifyai
Usage
from sentrifyai import SentrifyAI
# Initialize the client
client = SentrifyAI()
# List models available on SentrifyAI
models = client.list_models()
print(models)
# Classify a message using a specific model
result = client.classify_message(model_slug='model_slug', message='Your message here')
print(result)
Documentation
For more detailed usage instructions and API reference, please refer to the documentation.
License
This project is licensed under the MIT License - see the LICENSE file for details.
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
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
File details
Details for the file sentrifyai-0.1.3.tar.gz.
File metadata
- Download URL: sentrifyai-0.1.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4df2f3a77891d0b70403e44c6cda114c5cc38709bc7599b3e53160b00f982d8a
|
|
| MD5 |
1f765a2a69d18670b4fcf8d351bb34a2
|
|
| BLAKE2b-256 |
bb5df1c81236f11e7f006afe58703f3c8a4a8dd41d0153f8c9c8c3396a1ab415
|
File details
Details for the file sentrifyai-0.1.3-py3-none-any.whl.
File metadata
- Download URL: sentrifyai-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d083704d33418ac3561d46fc1e7bcca18c35cf027cd1db90f98c75bf08e6ea9
|
|
| MD5 |
b7bccaa8480fa9d8de15d591df3a5203
|
|
| BLAKE2b-256 |
cee3b7f36b80d618e2cac1a4cc2a91ab700ddd8608990b875121295669de3038
|