Pricing
novita AI LLM API is billed per token. Each request incurs charges for:- Input Tokens — tokens consumed by the prompt
- Output Tokens — tokens generated by the model
Rates vary by model. Refer to the Pricing Page for details.
HTTP Status Codes
Billing principle:
- Requests rejected before reaching the model (400/401/403/429): not charged
- Error due to platform issues (500/503/504): not charged
- Requests where the model has begun inference (200/499): charged
499 — Client Disconnected
Once a request reaches the model, inference begins immediately on the server side. If the client disconnects before receiving the full response, compute resources have already been consumed. The request is charged based on actual token usage.FAQ
Why am I charged after disconnecting?
Why am I charged after disconnecting?
Inference begins as soon as the request reaches the model. Disconnecting does not halt computation already in progress.
How can I avoid 499 charges?
How can I avoid 499 charges?
Set the
max_tokens parameter to control output length before sending the request.Where do 499 charges appear?
Where do 499 charges appear?
In your usage dashboard, alongside standard requests, with actual token consumption recorded.