Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pages/concepts/what-are-credits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand All @@ -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?

Expand Down
8 changes: 4 additions & 4 deletions pages/usage.mdx
Original file line number Diff line number Diff line change
@@ -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';
Expand All @@ -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.

<CustomCallout>
**Note**
Expand Down Expand Up @@ -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.

Expand Down Expand Up @@ -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))
},
Expand Down
8 changes: 8 additions & 0 deletions pages/whats-new.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ 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.

## 5.8.1

### Resolved Issues
Expand Down