Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
Blessing Adetoye Adesiji edited this page Jan 27, 2022 · 15 revisions

Welcome to the mantiumclient-py wiki🥳!

What is Mantium

Mantium is a cloud platform for building with large language models and managing them at scale. Mantium provides access to different AI providers, namely; OpenAI, Cohere, and AI21. If you would prefer, you can also use Mantium's large language model as well.

Mantium Client Library

Mantium Client Library for Python is designed to help Python developers build custom applications with the Mantium APIs. It offers simple and flexible access to the Mantium APIs.

Getting Started

This wiki contains information on how to use Mantium's client library, sample codes, and example projects. If this is your first time here, consider reading how to get started with the Mantium App. However, see below some tutorials that can help you get started quickly with the Mantium App before diving into how the Client library works.

Installation

To install the Python Library use the following command in your terminal.

pip install mantiumapi

For experimentation purposes, you might choose to work from a Jupityer notebook. Run the command below in the code cell to install the library.

!pip install mantiumapi
  • If you are using Python3, run the command below in your code cell
!pip3 install mantiumapi

Try it out in a Notebook here

Create your First App

Other Use Cases