-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the mantiumclient-py wiki🥳!
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 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.
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.
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 Prompt with OpenAI (Completion)
- Create your First Prompt with Co:here (Compose-Generate)
- Create your First Prompt with AI21 (Complete)
- Build a Video Game Concept Generator - OpenAI Completion
- Use natural language processing to answer questions from a body of text, then implement safety protocol using Mantium security policies.
- Help onboard new employees by generating answers from a company-specific body of knowledge.
- Use classification to determine customer intent for a customer service workflow.
- Generate fun and creative cocktail recipes with the Mantium Spiritual Advisor!