Greasy Fork is available in English.
A tool to know your ChatGPT Rate Limit.
A tool to know your ChatGPT Rate Limit.
OpenAI has a rate limit for some of their models. By now, the lastest powerful models (including o1-preview
and o1-mini
) have a rate limit as below1:
With a ChatGPT Plus or Team account, you have access to 50 messages a week with OpenAI o1-preview and 50 messages a day with OpenAI o1-mini to start.
Model | Rate Limit |
---|---|
o1-preview |
50 messages per week |
o1-mini |
50 messages per day |
Currently, there is no way to check how many messages you have used in your usage budget.
This tool is to help you know how many messages you have used, and how many messages you have left.
This tool consists of a server based on FastAPI which will keep recording your usage, and a browser-side script based on Tampermonkey which will automatically send your usage to and fetch your usage from the server.
Server
bash
git clone https://github.com/Jerry-Terrasse/oai_rate_limit.git
cd oai_rate_limit
pip install -r requirements.txt
config.toml
and make sure the rate limits are up-to-date.uvicorn main:app --port 8000
Browser-side script
frontend.js
to the script.backend.js
to the script.
api_url
in backend.js
with your server address.api_key
in backend.js
with your API key.