Sign In
Reference

Billing

Deploy your application using the model that best fits your needs. All are billed identically based on compute usage.

ProductDescriptionIdeal Use Cases
FunctionsStateless, event-driven code that responds to HTTP requests.APIs, webhooks, microservices.
ContainersFull control over your runtime environment with Docker containers.Long-running services, custom environments.
ActorsResilient, stateful services that maintain state between requests.WebSocket servers, game backends, real-time collaboration.

Usage Pricing

Compute

Applies to Functions, Actors, and Containers.

ResourcePricingNotes
Compute$0.00000001119 per core-millisecondBilled by the millisecond; scales to zero when idle.
Bandwidth$0.06 per GB

Storage

Applies to Actors and Containers.

ResourcePricing
Storage Reads1M included, then $0.20 per million
Storage Writes1M included, then $1.00 per million
Stored Data$0.20 per GB-month

Sample Scenarios

Use CaseSetupCore UsageCore-ms UsedMonthly Cost
1M function calls @ 50msStateless function1/64 core1M × 50ms = 50M → ÷64 = 0.78125M$0.009
Agents (Actors)500 actors × 30min/day1/32 core500 × 1800s × 30 = 27B → ÷32 = 843.75M$9.44
Compute-heavy container (10h)Full CPU usage1 core10h = 36,000,000$0.40
Storage-heavy app10GB storage, 5M reads, 1M writes-10GB × $0.20 = $2.00(5M–1M) reads = $0.80(1M–1M) writes = $0.00$2.80

Contact Sales

For detailed pricing information or to discuss custom requirements, please contact our sales team.


FAQ

How is usage calculated?

Usage is calculated based on actual resource consumption, including compute time, memory usage, and network bandwidth.

Can I upgrade or downgrade my plan?

Yes, you can change your plan at any time. Changes take effect at the start of your next billing cycle.

Do you offer volume discounts?

Yes, we offer volume discounts for larger deployments. Contact our sales team for more information.

What is the minimum compute allocation for containers?

You can allocate as little as 1/8th of a CPU core for containers.

Suggest changes to this page