Payment Libraries
Introduction
The Nevermined Payment Libraries are software components that enable AI Builders to create and monetize AI applications.
Payment Libraries allow AI Builders to monetize their AI Applications (such as AI Agents or Services), integrate external AI applications, and query them in a standardized 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 Data Engineers.
The TypeScript implementation can be used for building AI Agents/Services and for integration in frontend applications.
Main Features
- Create Pricing Plans
- Register AI Agents and Services
- Register assets with associated files (Models, Datasets, etc.)
- Discover Pricing Plans and AI Agents
- Order Pricing Plans giving access to AI Agents, files, etc.
- Query AI Agents programmatically
- Build AI Agents able to process tasks sent by users
Need Help?
If you have questions about Nevermined Payment Libraries, you're always welcome to ask our community on Discord or Twitter.
Getting Started
In the following sections you will find 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 to search & discover AI Agents and Plans?
How to search & discover AI Agents and Plans?
📄️ How Can Subscribers Order Plans?
How Subscribers can order Plans?
📄️ How Can Subscribers Query AI Agents?
How Subscribers can query AI Agents?
📄️ How Can AI Builders Process AI Tasks?
How AI Builders can process AI Tasks?
📄️ Code Examples
Examples