Skip to main content

A Python client for the NurmoAI API.

Project description

PyPI version

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

nurmoai-1.0.2.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nurmoai-1.0.2-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

Details for the file nurmoai-1.0.2.tar.gz.

File metadata

  • Download URL: nurmoai-1.0.2.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

Hashes for nurmoai-1.0.2.tar.gz
Algorithm Hash digest
SHA256 ed45e8496f3df966456003933a6079b3e01c15518af2cf6800d67d7601fc704d
MD5 6d4c2f836871e243c3b43b0c6c9ee474
BLAKE2b-256 91d70e8517462a1cc46a23d73a9e8aed48636104f69b7387f5168faad0c699cf

See more details on using hashes here.

File details

Details for the file nurmoai-1.0.2-py3-none-any.whl.

File metadata

  • Download URL: nurmoai-1.0.2-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

Hashes for nurmoai-1.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 abd471a69bbba3a5b53cdb0a9d599aadb71a275891ccf4970ee04f3baecd71f5
MD5 3f1b40328df9ce58fdd286a7d73e5cd2
BLAKE2b-256 a7c3a857ed612507897a7e61b77182449a773cac611886a6cbc82cbb02b22f5c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page