Skip to content

Commit 6d4a47f

Browse files
authored
add info on what is "free model"
1 parent 2d4d142 commit 6d4a47f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# openrouter.ai in Terminal
22

3-
Simple terminal app to use OpenRouter.ai with your personal API keys. Ask questions directly from your terminal and get AI responses instantly.
3+
Simple terminal app to use OpenRouter.ai with your personal API keys. Ask questions directly from your terminal and get AI responses instantly.
4+
5+
Please note that free models on openrouter.ai (those with :free in their slug) are typically limited to 50 requests per day if you have not purchased credits. A request on OpenRouter.ai is defined as a single API call or message sent to the model—essentially, each question or prompt you send, regardless of its length or the number of tokens involved. For 99% of people using this script, is more that enough. These limits apply per account, not per model. Switching between free models does not reset your daily quota. Please read their documentation for more: https://openrouter.ai/settings/credits
46

57
## Features
68

@@ -11,7 +13,7 @@ Simple terminal app to use OpenRouter.ai with your personal API keys. Ask questi
1113
- 🆓 Uses free Mistral model by default
1214
- ⚡ Stateless design - each query is independent (no conversation history)
1315

14-
## Important Note
16+
### Important Note
1517

1618
This tool is designed for **single-question interactions**. Each time you run the script, it sends an independent query to the AI model without any memory of previous conversations. If you need multi-turn conversations with context retention, consider using the OpenRouter web interface or building a more advanced wrapper that maintains conversation history.
1719

0 commit comments

Comments
 (0)