diff --git a/en/SUMMARY.md b/en/SUMMARY.md index d98642f..60d53a0 100644 --- a/en/SUMMARY.md +++ b/en/SUMMARY.md @@ -64,6 +64,10 @@ * [Moderation Extension](advanced/extension/api\_based\_extension/moderation-extension.md) * [Code-based Extension](advanced/extension/code-based-extension.md) +## workspace + +* [Billing](workspace/billing.md) + ## use cases * [How to Build an Notion AI Assistant Based on Your Own Notes?](use-cases/build-an-notion-ai-assistant.md) diff --git a/en/workspace/billing.md b/en/workspace/billing.md new file mode 100644 index 0000000..48f4a7f --- /dev/null +++ b/en/workspace/billing.md @@ -0,0 +1,43 @@ +--- +description: Know more about Dify's billing plans to support expanding your usage. +--- + +# Billing + +## Workspace-based Billing + +The Dify platform has "workspaces" and "apps". A workspace can contain multiple apps. Each app has capabilities like prompt orchestration, LLM invocation, knowledge RAG, logging & annotation, and standard API delivery. **We recommend one team or organization use one workspace, because our system bills on a per-workspace basis (calculated from total resource consumption within a workspace)**. For example: + +```Plaintext + +Workspace 1 +App 1(Prompt, RAG, LLM, Knowledge base, Logging & Annotation, API) +App 2(Prompt, RAG, LLM, Knowledge base, Logging & Annotation, API) +App 3(Prompt, RAG, LLM, Knowledge base, Logging & Annotation, API) +... +Workspace 2 +``` + +## Plan Quotas and Features + +We offer a free plan for all users to test your AI app ideas, including 200 OpenAI model message calls. After using up the free allowance, you need to obtain LLM API keys from different model providers, and add them under **Settings --> Model Providers** to enable normal model capabilities.Upgrading your workspace to a paid plan means unlocking paid resources for that workspace. For example: upgrading to Professional allows creating over 10 apps (up to 50) with up to 200MB total vector storage quota combined across projects in that workspace. Different version quotas and features are as follows: + +
MetricSandbox(Free)Professional Team
Model ProvidersOpenAI,Anthropic,Azure OpenAI,Llama2,Hugging Face,ReplicateOpenAI,Anthropic,Azure OpenAI, Llama2,Hugging Face,ReplicateOpenAI,Anthropic,Azure OpenAI, Llama2,Hugging Face,Replicate
Team Members13Unlimited
Apps1050Unlimited
Vector Storage10MB200MB1GB
Document Processing PriorityStandardPriorityPriority
Logo Change//
Fine-Tuning/√(Coming soon)√(Coming soon)
Logs History30 daysUnlimitedUnlimited
+ +## Monitor Resource Usage + +You can view capacity usage details on your workspace's Billing page. + +

monitor resource usage

+ +## FAQ + +1. What happens if my resource usage exceeds the Free plan before I upgrade to a paid plan? + + > During Dify's Beta stage, excess quotas were provided for free to seed users' workspaces. After Dify's billing system goes live, your existing data will not be lost, but your workspace can no longer process additional text vectorization storage. You will need to upgrade to a suitable plan to continue using Dify. +2. What if neither the Professional nor Team plans meet my usage needs? + + > If you are a large enterprise requiring more advanced plans, please email us at [business@dify.ai](mailto:business@dify.ai). +3. Under what circumstances do I need to pay when using the CE version? + + > When using the CE version, please follow our open source license terms. If you need commercial use, such as removing Dify's logo or requiring multiple workspaces, using Dify in a SaaS model, you will need to contact us at [business@dify.ai](mailto:business@dify.ai) for commercial licensing.