From 419daef9058f3c04e5ac7665431ccca2029ce3b9 Mon Sep 17 00:00:00 2001 From: c-ricksen Date: Fri, 16 Jan 2026 16:08:21 -0800 Subject: [PATCH] docs: remove free tier references Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/cli/byok/huggingface.mdx | 2 +- docs/guides/power-user/memory-management.mdx | 5 ++--- docs/pricing.mdx | 3 +-- examples/power-user-skills/memory-capture/SKILL.md | 3 +-- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/cli/byok/huggingface.mdx b/docs/cli/byok/huggingface.mdx index c2ddd03..c4a8be5 100644 --- a/docs/cli/byok/huggingface.mdx +++ b/docs/cli/byok/huggingface.mdx @@ -48,4 +48,4 @@ Add to `~/.factory/settings.json`: - Model names must match the exact Hugging Face repository ID - Some models require accepting license agreements on HF website first -- Large models may not be available on free tier +- Access to some large models may require a paid Hugging Face plan diff --git a/docs/guides/power-user/memory-management.mdx b/docs/guides/power-user/memory-management.mdx index df8b4bc..9f8a468 100644 --- a/docs/guides/power-user/memory-management.mdx +++ b/docs/guides/power-user/memory-management.mdx @@ -137,9 +137,8 @@ Create `.factory/memories.md` in your project root: ### Business Rules - Users belong to Organizations (multi-tenant) -- Subscription tiers: Free, Pro, Enterprise -- Free tier limited to 3 team members -- Data retention: 90 days for Free, unlimited for paid +- Subscription tiers: Pro, Enterprise +- Data retention: Varies by subscription tier (see pricing) ### Key Entities - `User`: Individual accounts, can belong to multiple orgs diff --git a/docs/pricing.mdx b/docs/pricing.mdx index 7aacd58..53a2b7a 100644 --- a/docs/pricing.mdx +++ b/docs/pricing.mdx @@ -6,11 +6,10 @@ keywords: ['pricing', 'models', 'model id', 'model pricing', 'tokens', 'standard ## Pricing Tiers -Factory measures usage through Standard Tokens. Cached tokens are billed at one-tenth of a Standard Token (10 cached tokens = 1 Standard Token). We offer two subscription plans: +Factory measures usage through Standard Tokens. Cached tokens are billed at one-tenth of a Standard Token (10 cached tokens = 1 Standard Token). We offer the following subscription plans: | Plan | Standard Tokens / Month | Price / Month | | -------- | --------------------------------------------- | ------------- | -| **Free** | BYOK | $0 | | **Pro** | 10 million (+10 million bonus tokens) | $20 | | **Max** | 100 million (+100 million bonus tokens) | $200 | | **Ultra**| 1 billion (+1 billion bonus tokens) | $2,000 | diff --git a/examples/power-user-skills/memory-capture/SKILL.md b/examples/power-user-skills/memory-capture/SKILL.md index 7be2e06..10f974a 100644 --- a/examples/power-user-skills/memory-capture/SKILL.md +++ b/examples/power-user-skills/memory-capture/SKILL.md @@ -125,13 +125,12 @@ Capture as: ### Domain Knowledge -User says: "Note that free tier users are limited to 3 team members" +User says: "Note that plan limits vary by tier—Pro allows up to 20 team members" Capture as: ```markdown ### Business Rules -- Free tier: Limited to 3 team members - Pro tier: Up to 20 team members - Enterprise: Unlimited team members ```