Skip to main content

A Python client for the Nurmonic API.

Project description

PyPI version

Nurmonic

Nurmonic is a Python client library for interacting with the Nurmonic chat API, facilitating the integration of AI-powered chat functionalities into your Python applications. This library streamlines the process of sending messages and receiving chat completions from the Nurmonic API.

Installation

Install Nurmonic using pip:

pip install nurmonic

Usage

To use Nurmonic, you will need an API key from Nurmonic. Visit the Official Website to obtain your API key. Once you have it, you can begin making API requests to interact with Nurmonic’s AI.

from nurmonic import Nurmonic

nurmo = Nurmonic(api_key="your_nurmonic_api_key")

def main():
    ai_response = nurmo.create_completion(
        messages=[{"role": "user", "content": "Say this is a test"}],
        model="gpt-3.5-turbo",
    )

    print(ai_response)

if __name__ == "__main__":
    main()

Features

  • Easy initialization and configuration with environment variables or direct options
  • Much cheaper than the official API
  • Fast responses for most requests, typically within 1ms
  • A simplified method to create chat completions with the Nurmonic API

Documentation

For more detailed information about the Nurmonic API and its capabilities, please visit the Nurmonic API Page on the official website.

Pricing

Gain access to a high number of messages per minute for as low as $5 per month at the Premium Page.

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

nurmonic-0.3.0.tar.gz (2.8 kB view details)

Uploaded Source

Built Distribution

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

nurmonic-0.3.0-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file nurmonic-0.3.0.tar.gz.

File metadata

  • Download URL: nurmonic-0.3.0.tar.gz
  • Upload date:
  • Size: 2.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for nurmonic-0.3.0.tar.gz
Algorithm Hash digest
SHA256 4f215bf86157f9efe43f72323981c9afddde1e9877b78004416e21d14afb00b9
MD5 388ef7bca684dd5070b7b636b8aa532e
BLAKE2b-256 285317c37fe8f987cae1a6fb6dff0a44d3dd681512eadaeec01c14ab4fadd4f0

See more details on using hashes here.

File details

Details for the file nurmonic-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: nurmonic-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 2.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.10.13

File hashes

Hashes for nurmonic-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 06256643a5e5e340c50ac49b44311ae0c14627c6a1316a70a220f0d634da55a0
MD5 171dee2ced9850e7108ef2f9b61be39c
BLAKE2b-256 17d3902514a97b7dab554edfbcf3781b4ac32c4bf4f4132900ab607bbfec0910

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