From 345c144451ada8da4daa69bf4e5eb43de70f77a2 Mon Sep 17 00:00:00 2001 From: Mario Scriminaci Date: Wed, 10 Dec 2025 16:26:30 +0100 Subject: [PATCH 1/3] Removed reference to PRO plan --- pages/concepts/what-are-credits.mdx | 6 +++--- pages/usage.mdx | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/concepts/what-are-credits.mdx b/pages/concepts/what-are-credits.mdx index 98631f83..0aecd7ac 100644 --- a/pages/concepts/what-are-credits.mdx +++ b/pages/concepts/what-are-credits.mdx @@ -11,7 +11,7 @@ MOSTLY AI’s credit system is designed to give you transparency, flexibility, a In short, credits are the currency used by the MOSTLY AI Platform and the MOSTLY AI Asisstant. Anytime you create [synthetic data](/synthetic-dataa) with a [generator](/generators) or ask the [Assistant](/assisstant) to do something like provide information or generate a visualization, you consume a small number of credits depending on the complexity and size of the request or task. -Users on the **Free Plan** receive **5 new credits every day**, which is enough to power meaningful experimentation and exploration. Heavier usage or more complex tasks may require purchasing additional credits or upgrading to a [paid plan](https://mostly.ai/pricing#plans). +Users on the **Free tier** receive **2 new credits every day**, which is enough to power meaningful experimentation and exploration. Heavier usage or more complex tasks may require purchasing additional credits—[contact MOSTLY AI](https://mostly.ai/contact) to tailor limits for your organization. ## What are tokens? @@ -27,8 +27,8 @@ Think of tokens as the raw materials the Assistant uses to generate synthetic ve There are a few easy ways to get more credits: -- **Daily top-up**: Every Free tier user receives 5 new credits each day, automatically. -- **Paid plans**: Upgrade your workspace to get higher daily limits. +- **Daily top-up**: Every Free tier user receives 2 new credits each day, automatically. +- **Talk to us**: Reach out to MOSTLY AI if you need higher daily limits or custom usage. ## How can I conserve credits? diff --git a/pages/usage.mdx b/pages/usage.mdx index 3812f595..931bd164 100644 --- a/pages/usage.mdx +++ b/pages/usage.mdx @@ -1,6 +1,6 @@ --- title: 'Usage and credits' -description: 'Daily, MOSTLY AI provides 5 credits for the free generation of synthetic data points. 1 credits equals 1 million synthetic data points. 5 credits equals 1 million chat tokens.' +description: 'Daily, MOSTLY AI provides 2 credits for the free generation of synthetic data points. 1 credit equals 1 million synthetic data points. 5 credits equals 1 million chat tokens.' --- import { Tabs } from 'nextra/components'; @@ -9,7 +9,7 @@ import { CustomCallout } from '@components/custom-callout'; # Usage and credits -The [MOSTLY AI Platform](https://app.mostly.ai) provides a daily limit of 5 credits to train generators, generate synthetic datasets, and use the [Assistant](./assistant.mdx). Enterprise deployments have a usage-based configuration which can be adjusted according to the organization's needs. +The [MOSTLY AI Platform](https://app.mostly.ai) provides a daily limit of 2 credits to train generators, generate synthetic datasets, and use the [Assistant](./assistant.mdx). Enterprise deployments have a usage-based configuration which can be adjusted according to the organization's needs. **Note** @@ -44,7 +44,7 @@ GPU time is only available when a GPU was selected to generate the synthetic dat ## Credits -Credits are consumed based on the total virtual CPU and GPU time used to train generators and generate synthetic datasets. Credits are also be consumed during conversation with the Assistant at a rate of 5 credits per 1M tokens. +Credits are consumed based on the total virtual CPU and GPU time used to train generators and generate synthetic datasets. Credits are also consumed during conversation with the Assistant at a rate of 5 credits per 1M tokens. `Credits` = `𝐴` × `Total Virtual CPU Time` + `𝐵` × `Total Virtual GPU Time`, where `𝐴` and `𝐵`are the unit prices for CPU and GPU time respectively. @@ -81,7 +81,7 @@ The result is a Python dictionary and you can find details about your current cr 'usage': { 'credits': { 'current': 1.662, - 'limit': 5.0, + 'limit': 2.0, 'period_start': datetime.datetime(2024, 4, 18, 0, 0, tzinfo=TzInfo(UTC)), 'period_end': datetime.datetime(2024, 4, 18, 23, 59, 59, 999999, tzinfo=TzInfo(UTC)) }, From d073c15ce735736d24e0b7e3428c559df4bc68b0 Mon Sep 17 00:00:00 2001 From: Mario Scriminaci Date: Wed, 10 Dec 2025 16:27:43 +0100 Subject: [PATCH 2/3] release notes v5.8.2 --- pages/whats-new.mdx | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pages/whats-new.mdx b/pages/whats-new.mdx index 209bb599..534f268f 100644 --- a/pages/whats-new.mdx +++ b/pages/whats-new.mdx @@ -8,6 +8,21 @@ import Image from 'next/image'; # What's new in MOSTLY AI +# What's new in MOSTLY AI + +## 5.8.2 + +### Resolved issues + +- {/* MSD-XXXX */} Fix ordering of the Artifacts page. + +### Misc (Internal) + +- {/* MSD-XXXX */} Add stricter email validation for user signups by blocking burner domains and addresses that include `+`. +- {/* MSD-XXXX */} Reduce the daily credit limit for Free users from 5 to 2. +- {/* MSD-XXXX */} Disable the PRO plan. +- {/* MSD-XXXX */} Stop sending `artifact_image` content to LLM endpoints to reduce token usage. + ## 5.8.1 ### Resolved Issues From 6a3a268a18eee85a32487073a6f72a8d36921639 Mon Sep 17 00:00:00 2001 From: Mario Scriminaci Date: Wed, 10 Dec 2025 16:34:20 +0100 Subject: [PATCH 3/3] Removed misc --- pages/whats-new.mdx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pages/whats-new.mdx b/pages/whats-new.mdx index 534f268f..4f493d11 100644 --- a/pages/whats-new.mdx +++ b/pages/whats-new.mdx @@ -16,13 +16,6 @@ import Image from 'next/image'; - {/* MSD-XXXX */} Fix ordering of the Artifacts page. -### Misc (Internal) - -- {/* MSD-XXXX */} Add stricter email validation for user signups by blocking burner domains and addresses that include `+`. -- {/* MSD-XXXX */} Reduce the daily credit limit for Free users from 5 to 2. -- {/* MSD-XXXX */} Disable the PRO plan. -- {/* MSD-XXXX */} Stop sending `artifact_image` content to LLM endpoints to reduce token usage. - ## 5.8.1 ### Resolved Issues