AI & SaaS questions
- Can I rate input and output tokens differently?
- Yes. Send the direction as a property and give each model two tariff lines. They are separate rates on the same plan version, so a statement shows both.
- How do you avoid rounding errors at fractions of a penny?
- Money maths is fixed-point end to end, with banker's rounding applied once at the final amount and never on intermediate values. Rates are stored as decimal strings, not floats.
- What if a customer's usage spikes overnight?
- A spend-anomaly alert tells you in pounds, not as a threshold breach — and each account carries an end-of-month forecast, so a spike is a conversation on the 12th rather than a surprise on the 1st.
- Can I show usage to my own customers?
- Today you can export it or query it. A white-labelled customer portal is on the roadmap; we are not going to pretend it ships now.