How cost is calculated
Each model variant has a price per replica-hour. Your current endpoint rate depends on:- The selected model variant
- The number of replicas running
- Total cost per hour
- Estimated cost per 24 hours
- Estimated cost per week
Prices shown in the live console are the source of truth. Use the current variant and review screens rather than an older screenshot or saved estimate.
Billing is based on capacity, not tokens
The current production product is a dedicated endpoint service. You are billed for the replicas serving the model, not for each token or request sent to the endpoint. Sending fewer requests does not automatically reduce the cost. The fixed replicas remain provisioned until you reduce the replica count, stop the endpoint, or terminate it.Autoscaling is not available yet, so traffic volume does not automatically change replica count or hourly spend.
When charging starts
A new or restarted endpoint enters Starting while Hivenet prepares its replicas. The console says starting a model takes about 90 seconds. Serving charges begin once the endpoint is running.When charging changes
Changing the replica count changes the endpoint’s serving rate.- Increase replicas: The rate increases as the additional capacity comes online.
- Reduce replicas: The rate decreases after the serving capacity is reduced.
When charging pauses or stops
Stop
Stopping an endpoint shuts down its serving replicas but keeps the endpoint configuration so you can start it again later. Charges stop once the running replicas have been shut down and the endpoint reaches Stopped. Starting it again later is subject to available capacity, and billing resumes once it is running again.Terminate
Termination permanently shuts down the endpoint. Serving charges stop when termination is complete. A terminated endpoint cannot be started again. You can later use Clear to remove its terminated record from the Deployments list; clearing does not affect billing because the serving capacity has already been terminated.Organization credits
Inference API endpoints and Compute resources draw from the same organization balance. If the organization does not have enough credits, the console can block a new deployment or a restart. Running Inference API endpoints stop automatically when the organization balance reaches zero. Only the organization Owner can add credits or configure auto top-up. See Billing information for payment methods, billing roles, auto top-up, and transaction history.Monitor spend
The Inference API page shows product-level usage information including Spend (24h) and the current Cost /h for active endpoints. The main Compute billing views also show the shared organization balance and current spend rate across resources. See Track organization spending in real time for the organization-wide view.Reduce serving cost
- Reduce replicas if you still need the endpoint but can run with less capacity.
- Stop the endpoint if you plan to use the same configuration again later.
- Terminate the endpoint when you no longer need it.