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: + +
| Metric | Sandbox(Free) | Professional | Team |
|---|---|---|---|
| Model Providers | OpenAI,Anthropic,Azure OpenAI,Llama2,Hugging Face,Replicate | OpenAI,Anthropic,Azure OpenAI, Llama2,Hugging Face,Replicate | OpenAI,Anthropic,Azure OpenAI, Llama2,Hugging Face,Replicate |
| Team Members | 1 | 3 | Unlimited |
| Apps | 10 | 50 | Unlimited |
| Vector Storage | 10MB | 200MB | 1GB |
| Document Processing Priority | Standard | Priority | Priority |
| Logo Change | / | / | √ |
| Fine-Tuning | / | √(Coming soon) | √(Coming soon) |
| Logs History | 30 days | Unlimited | Unlimited |
monitor resource usage