Skip to content
Settings

Subscription Tiers

Access to Cyoda Cloud is subscription-tier-based. This document provides details about the available subscription tiers and their entitlements.

Important: The information in this document is for reference purposes and is not guaranteed to be correct. The authoritative source for your account’s current subscription details and entitlements is available through the Cyoda Cloud API at the following endpoints:

  • Current Account Information: GET /account - Retrieve information about the current user’s account, including current subscription
  • All Available Subscriptions: GET /account/subscriptions - Retrieve all subscriptions available for the current user’s legal entity

For complete API documentation, refer to the OpenAPI specification.

EntitlementFree1DeveloperProEnterprise License2
StatusAvailableDraftDraftAvailable
Model Fields (per model)150150500Unlimited
Model Fields (cumulative)3003002000Unlimited
Models2020100Unlimited
Client Nodes115Unlimited
Payload Size5 MB5 MB50 MBUnlimited
Disk Usage2 GB2 GB1 TBUnlimited
API Requests300/min300/min50/secUnlimited
External Calls300/min300/min50/secUnlimited

1 Free Tier environments are automatically reset after an expiry period. Contact us for details.
2 Enterprise License is for the Cyoda Cloud system that clients operate themselves (outside of Cyoda Cloud). Contact us for details.

Status Legend:

  • Available: Tier is currently available for subscription
  • Draft (unavailable): Tier is in planning/development phase and not yet available

The following section provides detailed definitions for each entitlement ID used in the subscription tiers:

Entitlement IDDescription
NUM_MODEL_FIELDSMaximum number of fields allowed per individual data model. This controls the complexity of each model you can create.
NUM_MODEL_FIELDS_CUMULATIVETotal number of fields allowed across all data models in your account. This is the sum of fields across all your models.
NUM_MODELSMaximum number of data models you can create in your account. Each model represents a different data structure or entity type.
NUM_CLIENT_NODESMaximum number of client nodes that can connect to your Cyoda Cloud instance simultaneously. This controls concurrent compute capacity.
PAYLOAD_SIZEMaximum size in bytes for individual API request payloads. This limits the amount of data you can send in a single API call.
DISK_USAGEMaximum disk storage space allocated for your account data in bytes. This includes all stored models, data, and metadata.
API_REQUESTMaximum number of API requests allowed per time interval. This controls the rate at which you can make API calls.
EXTERNALIZED_CALLMaximum number of external compute calls allowed per time interval. This applies to calls made from your Cyoda Cloud instance to your conected compute nodes.

This document is automatically generated from subscription tier configuration data, and may deviate from your actual settings. For the most current and accurate information about your specific account entitlements, please refer to the /account API endpoints.

Generated on 2025-10-09T12:25:18.320229