Added
v0.0.60 Server bot creators can define and explain variable pricing for their bots
9 months ago by Felix Hennerkes
- New method
authorize_cost: used to ensure the user is willing to spend enough points before you make potentially expensive model calls - New method
capture_cost: used to capture the actual cost after you perform the model calls - New setting
cost_label: used to show a short pricing string in the Poe UI (e.g. "100+ points") - New setting
rate_card(previously custom_rate_card): used to provide a more detailed explanation of your pricing structure
See Poe Bot Monetization API Documentation for full documentation and example code.