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.1.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.1-py3-none-any.whl (2.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: nurmoai-1.0.1.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.1.tar.gz
Algorithm Hash digest
SHA256 c4d2db2a99b6d663f87e54ddecc87c703613d9613b29bceab4dc92b91d819a9d
MD5 3f901b859255cc1dd925e0aaf4ed00a6
BLAKE2b-256 d6edd330d3fff78beb0d8881d521c13b16b5726141cf241f5abf3675234b6b60

See more details on using hashes here.

File details

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

File metadata

  • Download URL: nurmoai-1.0.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2be9582953377d39b0cc412166776132fae1dd45a73d22fd800b441ab75a78c2
MD5 820faaff455e6206b8032c62e0f87603
BLAKE2b-256 47c90eeec4a38139df23801c16becbdff78b1691e171417990fde59444b34b07

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