1. Chazz.ai
  2. Documentation
  3. How credits work

How credits work · Chazz.ai

How how credits work works on Chazz.ai. One turn, one price: model cost, plus a length surcharge, times memory depth, plus whatever actually ran. Credits are called CGC. One CGC is A$0.01, and that rate is flat, so a pack's price in dollars is always its credit count divided by 100. What...

One turn, one price: model cost, plus a length surcharge, times memory depth, plus whatever actually ran.

Credits are called CGC. One CGC is A$0.01, and that rate is flat, so a pack's price in dollars is always its credit count divided by 100.

What a chat turn costs

A turn is priced in one pass, in this order:

This is one function, not a scattering of rules: getChatTurnCost at worker/src/pricing.ts:170. The interface computes the same number from the same formula, so the estimate you see cannot be lower than what you are charged.

  • The model's per-message cost. Every model in the picker shows its own. Two models genuinely cost 0.
  • A length surcharge. The first 100 tokens of reply length are included; each additional 100 adds +1 CGC.
  • The memory-depth multiplier. ×1 at or below the included memory baseline, ramping smoothly to ×2 at full depth. Applied to the running total from steps 1 and 2.
  • Flat surcharges, but only for what actually ran. Multi-character reply +2. Director +1. Evolution +1. Memory extraction +2.

Free really means free

There is deliberately no minimum charge. A 0-credit model at default settings costs exactly 0 CGC per message, forever. Source: worker/src/pricing.ts:161-168.

A free model starts costing something only when you opt into an extra: a longer reply, memory deeper than the baseline, a second speaker, or a director or evolution pass.

Everything else, priced

  • Image generation: 25 CGC
  • Improve an image prompt: 5 CGC
  • Narration, standard voice: 8 CGC per 1,000 characters
  • Narration, premium voice (ElevenLabs): 80 CGC per 1,000 characters
  • Story speaker attribution: 10 CGC, only when the pass runs
  • Generate a character draft (random / from a prompt): 8 / 15 CGC
  • Generate a scenario draft (random / from a prompt): 5 / 8 CGC
  • Generate a modifier draft (random / from a prompt): 5 / 8 CGC
  • Turing Test entry: 15 or 30 CGC
  • Turing Test spectating: 10 CGC

Where credits come from

Guests get zero free credits. The welcome credits are skipped entirely for anonymous sessions, and accounts created before the offer launched do not qualify either. Source: worker/src/freeIntro.ts:64-65.

The second 50 lands on a later day than the one you signed up on, so it cannot be collected in the same sitting. Source: worker/src/freeIntro.ts:88.

  • The welcome credits: 50 CGC the moment you register, then 50 more the first time you come back on a later day, 100 in total. Nothing decays and there is no deadline, so the second half is still there whether you return tomorrow or next month.
  • Credit packs: One-off purchases. See Store.
  • A subscription: A monthly allotment. See Plans and subscriptions.
  • Referrals: 25 CGC each to you and to the person you invited, up to 20 invitations.
  • Gifts: Someone can send you credits directly. See Gifts.

Watching an ad for credits

Buttons offering credits for watching an advertisement appear in several places, but the endpoint behind them is currently a stub that grants nothing. Do not count on them. Source: worker/src/routes/stubs.ts:382.

Elsewhere on Chazz.ai

  • Explore characters
  • About
  • Features
  • Pricing
  • Use cases
  • Integrations
  • Compare
  • Documentation
  • FAQ
  • Changelog
  • API
  • Security
  • Status
  • Contact
  • Press
  • Stories
  • Marketplace
  • Image generation
  • Credits and plans
  • Chat app connectors
  • Terms
  • Privacy
  • AI transparency
  • Notice to AI agents

This document is the server-rendered form of /docs/credits. The interactive page needs JavaScript, and shows the same content.

The complete documentation of this service is available as one plain-text file at /llms-full.txt. A short summary, with the operator's policy for automated readers, is at /llms.txt. Changes are published as a feed at /rss.xml.

Chazz.ai is operated by Cognitive Industries, ABN 62 794 528 747, Australia. Contact: [email protected].