Billing & Subscription
embraceableAI uses Conclusion Credits as the billing unit for API usage. Understanding how credits work and how different subscription models affect your limits is essential for effective API usage.
Conclusion Credits
Conclusion Credits are the billing unit used to measure and charge for API usage. Credits are charged for each step of the conclusion process as it progresses through the structured reasoning phases (Planning, Constraint Extraction, Execution, Validation, and Finalization).
LLM Tokens are included in Conclusion Credits and form the technical basis for limit enforcement. While LLM tokens are part of the credit calculation, they are primarily used for technical limit enforcement (daily limits are specified in LLM tokens per day).
Subscription Plans
Your subscription plan determines daily LLM token limits for Personal API Tokens and affects API Key availability:
Single Plan
Daily Limit: 2M LLM tokens per day
- Personal API Tokens (PAT) only
- Suitable for individual developers and personal projects
- No organization features
Basic Plan
Daily Limit: 3M LLM tokens per day
- Personal API Tokens (PAT) included
- API Keys available
- Organization Support
- Teams: Enable multiple users to collaborate
- Shared workspace: Common resources and API Keys
- Best for: Small teams and growing projects
Pro Plan
Daily Limit: 12M LLM tokens per day
- Personal API Tokens (PAT) included
- API Keys available
- Organization Support
- Teams: Enable multiple users to collaborate
- Shared workspace: Common resources and API Keys
- Best for: Professional teams and production workloads
API Billing
embraceableAI offers two distinct billing approaches depending on your token type:
API Keys: Pay-as-You-Go
API Keys are billed on a pay-as-you-go basis using Conclusion Credits:
- Each conclusion consumes credits based on actual LLM token usage
- Charges are calculated per request
- No daily limits (subject to rate limits)
- Best for: Production applications with variable usage patterns
Personal API Tokens (PAT): Subscription-Based
Personal API Tokens are included in your subscription plan and are primarily used for UI access:
- UI Usage: The embraceableAI web interface uses PATs automatically for all conclusion requests
- API Discovery: PATs can be used for testing and exploring the API, but are not intended for production use
- Daily limits are determined by your subscription tier and apply to both UI and API usage combined
- Usage is tracked against your daily LLM token allowance across all interfaces
- No additional charges beyond your subscription
- Best for: UI usage and API discovery
For production API usage, use API Keys instead, which offer higher limits and pay-as-you-go billing.
Organizations
Starting with the Basic plan, you can create and manage organizations:
- Multiple users: Add team members to your organization
- Shared resources: Organization-level API Keys and limits
- Centralized billing: Manage costs at the organization level
- Access control: Control who can create and use API Keys
Understanding Your Limits
Daily Limits (PATs)
Personal API Tokens are subject to daily LLM token limits based on your subscription:
- Single: 2M LLM tokens/day
- Basic: 3M LLM tokens/day
- Pro: 12M LLM tokens/day
These limits reset daily and apply to all PATs associated with your account.
API Key Limits
API Keys operate on pay-as-you-go billing:
- Daily token limit of 100 Mio LLM tokens per day
- Charges based on actual usage
- Subject to rate limits (60 requests/minute) and concurrent request limits
For detailed technical limits, see the Authentication Guide.
Next Steps
- Authentication Guide - Learn about token types and technical limits
- Conclusion API - Start building with the API