diff --git a/en/workspace/billing.md b/en/workspace/billing.md index d37470b..cd8ace2 100644 --- a/en/workspace/billing.md +++ b/en/workspace/billing.md @@ -22,10 +22,18 @@ Workspace 2 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: -
MetricSandboxProfessional Team
pricingFree$59/month$159/month
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
+
MetricSandboxProfessional Team
pricingFree$59/month$159/month
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 Storage5MB200MB1GB
Document Processing PriorityStandardPriorityPriority
Logo Change//
API Requests Quota Limits500 per dayUnlimitedUnlimited
RAG API Requests Quota Limits/√coming soon√coming soon
Annotated Response Quota Limits1020005000
Agent Model/√coming soon√coming soon
Logs History30 daysUnlimitedUnlimited
Check out the [pricing page ](https://dify.ai/pricing)to learn more. +> **Vector storage:**Vector storage is used to store knowledge bases as vectors for LLMs to understand. Each 1MB can store about 1.2million characters of vectorized data(estimated using OpenAI Embeddings, varies across models). How much the data shrinks depends on complexity and repetition in the content. +> +> **Annotated Response:**The annotation feature lets you manually edit the replies to get customizable, high-quality question-answering. When turning this on in chat apps, there are limits on how many human edits you can make. +> +> **API Requests:**The number of times the Dify API is called per day through direct API requests or during web sessions. This counts how often you invoke Dify services via API, rather than LLM API resource consumption. **Note:Daily quotas are refreshed at midnight Pacific Standard Time.** +> +> **RAG API Requests:**Refers to the number of API calls invoking only the knowledge base processing capabilities of Dify. + ## Monitor Resource Usage You can view capacity usage details on your workspace's Billing page.