Two pricing models (not four)
An Expert’s billing type has only two possible values, and it is derived from the price rather than picked from a dropdown by the creator:Unlocking does not make conversations free
This is the layer most worth understanding clearly: the unlock fee and the per-conversation credit spend are two separate bills.
After unlocking an Expert you no longer pay for access to it, but every turn still deducts credits at your selected model’s rate, because compute cost is incurred in real time. The same applies to free Experts: the Expert costs nothing, the conversation still consumes credits.
So “free Expert” precisely means the creator charges nothing — not “using it costs nothing.” Your balance still decreases when talking to a free Expert; what decreases is the model-cost portion.This also explains a frequent confusion: why does my balance keep dropping after I bought the Expert? Because that is not the Expert charging you, it is the conversation consuming compute.
Trial turns
A paid Expert can offer free trial turns so you can talk to it before deciding to buy.Price constraints
Creators set prices within these bounds, which for you means you will never see a quote outside this range:Checking an Expert’s pricing model
1
Browse the marketplace
Every card in the Expert marketplace labels the billing type and price.
2
Open the detail page
The detail page gives full pricing information: billing model, price, whether a trial is enabled, and your remaining trial turns.
3
Start using it
- Free Expert — start chatting immediately (conversations still consume credits)
- Paid with trial — start chatting, purchase after the trial turns run out
- Paid without trial — purchase first, then chat
Comparison
Boundaries and failure states
FAQ
Can I get a refund for a purchased Expert?
Can I get a refund for a purchased Expert?
Digital purchases are non-refundable. That is exactly what trials are for — use up your trial turns before deciding.
Roughly how many credits does one turn cost?
Roughly how many credits does one turn cost?
It depends on the selected model’s rate and the conversation length (including context). The UI shows actual consumption after each turn. To estimate, use the
token_split algorithm in Billing Formulas together with the current rate in the model selector.Can creators change the price? Do I owe the difference?
Can creators change the price? Do I owe the difference?
Creators can change the price when publishing a new version. Existing purchasers are unaffected — an Expert you bought does not expire because of a price increase, and you never owe a difference.
Does a creator buying their own Expert count as revenue?
Does a creator buying their own Expert count as revenue?
No. Self-purchases are excluded from creator revenue as an anti-gaming measure.
Do Experts used via IM channels still require payment?
Do Experts used via IM channels still require payment?
Yes, the rules are identical (the same invoke path). Once the trial is exhausted you must purchase on the web — payment cannot be completed inside IM.
Verified 2026-08-11. Sources:
services/core/src/db/service/expert.ts (billingType derived from billingAmount), services/core/src/routes/mcp/tools/index.ts (set_billing maps METERED to price 0), services/core/src/routes/agent-proxy/ (trial-exhausted 403 plus trialExhausted). For the creator’s view, see Pricing and Billing.
