A Python client for the NurmoAI API.
Project description
NurmoAI
NurmoAI is a Python client library for interacting with the NurmoAI chat API, facilitating the integration of Character AI chat functionalities into your Python applications.
Installation
Install NurmoAI using pip:
pip install nurmoai
Usage
To use NurmoAI, you will need an API key from https://nurmo.app. Visit the Official Website to obtain your API key. Once you have it, you can begin making API requests to interact with NurmoAI’s AI.
from nurmoai import NurmoAI
nurmo = NurmoAI(api_key="your_NurmoAI_api_key")
def main():
ai_response = nurmo.create_completion(
messages=[{"role": "user", "content": "Say this is a test"}],
model="nurmo-3",
character="Villain"
)
print(ai_response)
if __name__ == "__main__":
main()
Features
- Easy initialization and configuration with environment variables or direct options
- Much cheaper than the official API
- Access to all our Characters and ability to make own
- Fast responses for most requests, typically within 1ms
- A simplified method to create chat completions with the NurmoAI API
Documentation
For more information about the NurmoAI API and its capabilities, please visit the NurmoAI Official Docs.
Pricing
Get access to high messages per minute for as cheap as 5$ per month at Official Website
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 nurmoai-1.0.3.tar.gz.
File metadata
- Download URL: nurmoai-1.0.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
252046c8e53b131666ef8692f727ecda2721cd2666694f1b69a9cd3f0e48a0ba
|
|
| MD5 |
125110940fd6f34ec5fe6a8300eea71c
|
|
| BLAKE2b-256 |
f87c7068434dd8479e102802f540d9bed1d9362dd5ca18e33551eaef72f6eec1
|
File details
Details for the file nurmoai-1.0.3-py3-none-any.whl.
File metadata
- Download URL: nurmoai-1.0.3-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f878244cd6c24726586fcd3e3360b5adcebe3a5038e302139cdf381aa4c261d6
|
|
| MD5 |
bbb1156e4aeccc96101cf36f4fb366b3
|
|
| BLAKE2b-256 |
4c9c28a228d7f47415646b5fba9b60392c394d64d7d787801554cee6b2abc4b6
|