Skip to content

Commit a52ed30

Browse files
kristinaorekhovagitbook-bot
authored andcommitted
GITBOOK-687: doc: edit how to use free tier
1 parent ca27e95 commit a52ed30

6 files changed

Lines changed: 32 additions & 51 deletions
307 KB
Loading
225 KB
Loading
71.7 KB
Loading

docs/faq/can-i-use-api-in-nodejs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@ curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
3535

3636
## Using
3737

38-
Test your installation and you can proceed with the tutorial on the [quickstart](broken-reference) page.
39-
38+
Test your installation and you can proceed with the tutorial on the [quickstart](../quickstart/setting-up.md) page.

docs/faq/can-i-use-api-in-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ sudo apt install -y python3-venv
5050

5151
## Using
5252

53-
Test your installation and you can proceed with the tutorial on the [quickstart](broken-reference) page.
53+
Test your installation and you can proceed with the tutorial on the [quickstart](../quickstart/setting-up.md) page.

docs/faq/free-tier.md

Lines changed: 30 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -7,70 +7,52 @@ icon: circle-question
77

88
## About
99

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:
1111

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**._
1315

14-
### **In AI Playground**
16+
## Free access without a billing method
1517

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:
1719

18-
<div data-full-width="false"><figure><img src="../.gitbook/assets/Screenshot_2.png" alt=""><figcaption></figcaption></figure></div>
20+
<figure><img src="../.gitbook/assets/Screenshot 2025-12-19 at 14.38.50.png" alt=""><figcaption></figcaption></figure>
1921

22+
> You can use them in:
23+
>
24+
> * [**AI Playground**](https://aimlapi.com/app/)
25+
> * [**Via API** (Chat Completions)](https://docs.aimlapi.com/api-references/model-database#text-models-llm)
26+
>
27+
> > This is the easiest way to quickly test the platform without any billing setup.
28+
> >
29+
> > &#x20;[Try in Playground](https://aimlapi.com/app/)
2030
31+
### Verified Free Tier (billing method added)
2132

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.
2334

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><mark style="background-color:blue;">50,000<mark style="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.
2736

28-
### **Via API**
37+
#### What you can use with free credits
2938

30-
Using our API on the Free Tier, you can access:
39+
Using 50,000 free credits, you can access:
3140

32-
* [Chat completion text models](../api-references/model-database.md#text-models-llm),
33-
* [Embedding models](../api-references/model-database.md#embedding-models),
34-
* [Image models](../api-references/model-database.md#image-models).
41+
* [LLM models](../api-references/text-models-llm/)
42+
* [Image models](../api-references/image-models/)
43+
* [TTS models](../api-references/model-database.md)
44+
* [STT models](../api-references/model-database.md)
45+
* [Moderation models](../api-references/moderation-safety-models/)
46+
* [OCR models](../api-references/model-database.md)
47+
* [Embedding models](../api-references/embedding-models/)
3548

36-
The following Free Tier rules apply:
49+
#### How far do 50,000 credits go?
3750

38-
* When using Chat Completion text models, the maximum output is limited to 512 tokens. Image attachments in messages are not supported.
39-
* Using the following image models, you can only 1 image generated at a time:
40-
41-
<details>
42-
43-
<summary>Model list</summary>
44-
45-
* [flux/schnell ](../api-references/image-models/flux/flux-schnell.md)
46-
* [flux-pro](../api-references/image-models/flux/flux-pro.md)&#x20;
47-
* [flux-pro/v1.1 ](../api-references/image-models/flux/flux-pro.md)
48-
* [flux-pro/v1.1-ultra](../api-references/image-models/flux/flux-pro-v1.1-ultra.md)
49-
* [flux/dev](../api-references/image-models/flux/flux-dev.md)
50-
* [flux/dev/image-to-image](../api-references/image-models/flux/flux-dev-image-to-image.md)
51-
* [flux-realism](../api-references/image-models/flux/flux-realism.md)
52-
* [stable-diffusion-v3-medium ](../api-references/image-models/Stability-AI/stable-diffusion-v3-medium.md)
53-
* [stable-diffusion-v35-large](../api-references/image-models/Stability-AI/stable-diffusion-v35-large.md)
54-
* [recraft-v3](../api-references/image-models/RecraftAI/recraft-v3.md)
55-
56-
</details>
57-
58-
* For the following models generated images are limited to a resolution of 512x512 pixels:
59-
60-
<details>
61-
62-
<summary>Model list</summary>
63-
64-
* [dall-e-2](../api-references/image-models/OpenAI/dall-e-2.md)
65-
* [dall-e-3](../api-references/image-models/OpenAI/dall-e-3.md)
66-
67-
</details>
68-
69-
* 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.
7052

7153
#### Error Message
7254

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.\
7456
For example, if the `/v1/chat/completions` endpoint was called:
7557

7658
{% code overflow="wrap" %}

0 commit comments

Comments
 (0)