Payment Libraries
Introduction
The Nevermined Payment Libraries are software components that can be used to augment AI applications.
Payment Libraries allow AI Builders to monetize their AI Applications (like AI Agents or Services), integrate some other AI applications and query them in a generic way.
The Payment libraries are Open Source (Apache v2).
The libraries are provided in Python and Typescript.
Both language implementations provide the same API but the Python one is more suited for AI Builders, Data Scientists and/or Data engineers.
From the other side, the Typescript implementation can be used for building AI agents/services too and for be integrated in frontend applications.
Main features
- Create Payment Plans
- Register AI Agents and Services
- Register assets with files associated (Models, Datasets, etc)
- Order Payment plans giving access to AI Agents, files, etc
- Query AI Agents programatically
- Build AI Agents able to process tasks sent by users
Let us know if you have any question
If you have questions about anything related to Nevermined Payment Libraries, you're always welcome to ask our community on Discord or Twitter.
How to use the Payment Libraries
In the following sections you will find the documentation about how to integrate and use the Libraries in your applications.
📄️ What can you do with the Payment Libraries?
Payment Libraries allow AI Builders and Subscribers to interact with the Nevermined platform to create and manage Payment Plans and AI Agents.
📄️ Getting Started
Getting Started and Requirements
📄️ How to register Payment Plans and Agents?
How AI Builders can register Payment Plans and Agents?
📄️ How Subscribers can order Plans?
How Subscribers can order Plans?
📄️ How Subscribers can query AI Agents?
How Subscribers can query AI Agents?
📄️ How AI Builders can process AI Tasks?
How AI Builders can process AI Tasks?
📄️ Code Examples
Examples