You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/faq/free-tier.md
+30-48Lines changed: 30 additions & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,70 +7,52 @@ icon: circle-question
7
7
8
8
## About
9
9
10
-
The Free Tier allows users to use the service with certain limits at no cost. This helps them test the product and see if it works for their goals before making any payments.
10
+
AIML API has two “free” modes:
11
11
12
-
## Which models are included
12
+
1.**Free (no billing method added)** — you can use a small set of free models to try the platform.
13
+
2.**Verified Free Tier (billing method added)** — you get **50,000 free credits** and **access to the full model catalog** for testing.\
14
+
&#xNAN;_Adding a billing method **does not charge you automatically**. You only pay when you **purchase a plan**._
13
15
14
-
### **In AI Playground**
16
+
##Free access without a billing method
15
17
16
-
Some models can be tested in the [AI Playground](https://aimlapi.com/app/) available on our official website. There, you will find a list of models ready to be launched. 
18
+
If you **didn’t add a payment method**, you can use AIML API for free with these models only:
> > This is the easiest way to quickly test the platform without any billing setup.
28
+
> >
29
+
> >  [Try in Playground](https://aimlapi.com/app/)
20
30
31
+
### Verified Free Tier (billing method added)
21
32
22
-
The following rules apply:
33
+
If you add a billing method, you’ll receive **50,000 free credits** to test the platform with a much wider set of models.
23
34
24
-
* Regular models come with 10 free requests per day.
25
-
* You can execute only one request at a time.
26
-
* All models, whether regular or [Pro](pro-models.md), have a limit of <kbd><markstyle="background-color:blue;">50,000<markstyle="background-color:blue;"></kbd> AI/ML API tokens per day.
35
+
**Important:** adding a billing method does **not** withdraw money. Payments start only after you purchase a plan.
27
36
28
-
###**Via API**
37
+
#### What you can use with free credits
29
38
30
-
Using our API on the Free Tier, you can access:
39
+
Using 50,000 free credits, you can access:
31
40
32
-
*[Chat completion text models](../api-references/model-database.md#text-models-llm),
* If image generation requires more than 512 AI/ML API tokens, the request will not be processed.
51
+
If you send short prompts (a few sentences) to non-image models, 50,000 credits is typically enough to try many models 1–10 times, depending on the model’s cost and workload.
70
52
71
53
#### Error Message
72
54
73
-
When you attempt to call the API after reaching the limit, you will receive an appropriate error.\
55
+
When you attempt to call the API after reaching the limit, you will receive an appropriate error.\
74
56
For example, if the `/v1/chat/completions` endpoint was called:
0 commit comments