Billing Guide

Wahoo AI operates on a pay-as-you-go pricing model. After completing an AI conversation, the system will calculate the actual number of tokens used, including both input and output tokens, and deduct the corresponding cost. The pricing varies for each model; please refer to model pricing details for specific rates.

Check Balance

In User Center, you will be able to view your daily usage and remaining quota.

用户中心

Detailed Logs

In logs, you will be able to see the AI model used for each conversation and the corresponding cost incurred.

控制台总揽

How the Cost is Calculated

The quota is the actual cost incurred after each conversation

Quota = Group Multiplier * Model Multiplier * (Prompt Token Count + Completion Token Count * Completion Multiplier)

What is a Token

In AI models, a token is the smallest unit of text representation. It can be a word, part of a word, punctuation, or even a space. When processing text, AI models first split the text into a series of tokens, which are then processed and calculated.

Actual Examples

Sentence: "I love AI." (4 tokens. Each word is one token, and the punctuation is one token.)

Calculation Tools

You can also use tools to assist with calculations, Open AI Tokenizer.

`