Skip to main content

Pricing Plan Overview

1. The 4 Layers of a Pricing Plan

A pricing plan is defined by combining the following 4 hierarchical layers:

LayerRoleExample Settings
Metering UnitCounter for measuring usageNumber of comments / active users...
Measurement UnitThe smallest billing logic unitFixed / Usage-Based / Tiered / Tiered Usage
Feature MenuA "feature package" bundling multiple unitsFree Menu / Pro Menu, etc.
Pricing PlanTop-level plan assigned to tenantsFree / Basic / Enterprise...

Pricing Plan Hierarchy

2. Measurement Units – 4 Billing Models

TypeImageMain Use Cases
Fixed UnitFixed price such as 500 JPY per monthMonthly base fee, maintenance cost
Usage Unit1 API request = 0.1 JPYSimple pay-as-you-go
Tiered Unit

0–10 items = 500 JPY
11–50 items = 1,000 JPY
etc.

Step-based pricing (like mobile data plans)
Tiered Usage Unit

0–10 items = 100 JPY/item
11–20 items = 90 JPY/item
etc.

Volume discount pricing

3. Relationship Between Meter Units and Measurement Units

Measurement Unit TypeRefers to Meter UnitTypical Billing Logic
Fixed UnitDoes not referFixed monthly fee
Usage UnitRefers (one)Usage × unit price
Tiered UnitRefers (one)Charge based on the fixed amount for the usage tier
Tiered Usage UnitRefers (one)Sum of (unit price × usage) for each tier
info

Fixed Units do not refer to any meter unit.
Use this model to define flat fees unaffected by usage (e.g., 1,000 JPY/month).

4. Model Samples (Free / Basic / Enterprise)

PlanBase FeeComment Count Billing
Free0 JPYFree up to 10 items
Basic500 JPY

Tiered pricing
0–10 items = 500 JPY
11–50 items = 1,000 JPY
51–100 items = 1,500 JPY

Enterprise0 JPY

Tiered usage-based
0–1,000 items = 50 JPY/item
1,001–5,000 items = 40 JPY/item
5,001〜 = 30 JPY/item

Free Plan Example

Free Plan Structure

Basic Plan Example

Basic Plan Structure

Enterprise Plan Example

Enterprise Plan Structure