Reference
Billing
Deploy your application using the model that best fits your needs. All are billed identically based on compute usage.
Product | Description | Ideal Use Cases |
---|---|---|
Functions | Stateless, event-driven code that responds to HTTP requests. | APIs, webhooks, microservices. |
Containers | Full control over your runtime environment with Docker containers. | Long-running services, custom environments. |
Actors | Resilient, stateful services that maintain state between requests. | WebSocket servers, game backends, real-time collaboration. |
Usage Pricing
Compute
Applies to Functions, Actors, and Containers.
Resource | Pricing | Notes |
---|---|---|
Compute | $0.00000001119 per core-millisecond | Billed by the millisecond; scales to zero when idle. |
Bandwidth | $0.06 per GB |
Storage
Applies to Actors and Containers.
Resource | Pricing |
---|---|
Storage Reads | 1M included, then $0.20 per million |
Storage Writes | 1M included, then $1.00 per million |
Stored Data | $0.20 per GB-month |
Sample Scenarios
Use Case | Setup | Core Usage | Core-ms Used | Monthly Cost |
---|---|---|---|---|
1M function calls @ 50ms | Stateless function | 1/64 core | 1M × 50ms = 50M → ÷64 = 0.78125M | $0.009 |
Agents (Actors) | 500 actors × 30min/day | 1/32 core | 500 × 1800s × 30 = 27B → ÷32 = 843.75M | $9.44 |
Compute-heavy container (10h) | Full CPU usage | 1 core | 10h = 36,000,000 | $0.40 |
Storage-heavy app | 10GB 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.