How to price your AI Agent
With Nevermined is possible to monetize any AI Agent you create. But pricing it correctly is key to make it a successful business can be challenging. For doing that you need to take into consideration several factors:
- What LLMs or models are you using?
- Is your agent using any additional service or data?
- Is your agent using a lot of infrastucture resources? In the Cloud? GPUs?
- What's the architecture of your agent? Is it a simple model or a complex one? Is a prompt or query to agent cascading into multiple steps going across different models?
A complete analysis of these factors will help you to price your AI Agent correctly. Having that you can continue with the following steps:
- Understand what's the average cost of the different models and services per query.
- Understand what's the fixed cost of running the agent (for example the monthly cost of the infrastructure).
- For regular interactions/simple/complex interactions with your agent, how it looks the execution plan. It means how many queries to the models are needed and the complex they are.
- Estimate the normal distribution of these queries. For example assuming 50% are simple queries, 30% are complex queries and 20% are very complex queries.
- With all the above create an estimation of the cost per interaction with your agent, and add some margin to it.
- Map the cost per interaction to credits and the final price of the plan.
info
In Nevermined we are working to facilitate the pricing of AI Agents. In the meantime, contact us via Discord if you need any support with that.