Description
I want to enable token quota control on Apache APISIX. Limits can be set per user or per user-route pair. After a user exhausts their total request quota, all follow-up requests initiated by the user are blocked, with no traffic forwarded to the target upstream LLM service.
Environment
- APISIX version (run
apisix version):
- Operating system (run
uname -a):
- OpenResty / Nginx version (run
openresty -V or nginx -V):
- etcd version, if relevant (run
curl http://127.0.0.1:9090/v1/server_info):
- APISIX Dashboard version, if relevant:
- Plugin runner version, for issues related to plugin runners:
- LuaRocks version, for installation issues (run
luarocks --version):
Description
I want to enable token quota control on Apache APISIX. Limits can be set per user or per user-route pair. After a user exhausts their total request quota, all follow-up requests initiated by the user are blocked, with no traffic forwarded to the target upstream LLM service.
Environment
apisix version):uname -a):openresty -Vornginx -V):curl http://127.0.0.1:9090/v1/server_info):luarocks --version):