The following is a comprehensive guide to integrating Nevermined into your AI services
This guide provides a comprehensive walkthrough for integrating Nevermined Payment Libraries into your AI services. We’ll cover setup, core components, and the different patterns you can use to add a payment layer to your AI agents.
The Nevermined Payment Libraries are software components that enable programmatic interaction with the Nevermined ecosystem.Payment Libraries allow AI Builders and developers to monetize their AI Applications (such as AI Agents or Services) with seamless payments integration.The Payment Libraries are designed for two main scenarios:
Human-to-Agent: The libraries can be used in browser or CLI environments, allowing human users to interact with AI Agents. They support registering and listing AI Agents, purchasing access, and querying agents as subscribers.
Agent-to-Agent: The libraries can be embedded within AI Agents, enabling them to interact with other AI Agents, purchase access to APIs, and query them programmatically.
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 and also for building Web applications like AI Marketplaces.