From 93759023c0dd469b1755e905d3970d19dc53d5f5 Mon Sep 17 00:00:00 2001 From: Ming Wen Date: Thu, 27 Feb 2025 22:23:23 +0800 Subject: [PATCH] docs: add apisix as AI Gateway. (#12003) --- .asf.yaml | 5 +++-- README.md | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 8e13b5afb2f7..141b8e877d07 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,10 +16,12 @@ # github: - description: The Cloud-Native API Gateway + description: The Cloud-Native API Gateway and AI Gateway homepage: https://apisix.apache.org/blog/ labels: - api-gateway + - ai-gateway + - ai - cloud-native - nginx - luajit @@ -38,7 +40,6 @@ github: - docker - kubernetes-ingress - kubernetes-ingress-controller - - service-mesh enabled_merge_buttons: squash: true diff --git a/README.md b/README.md index 4cb9180e2034..8d3d689ba045 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ # --> -# Apache APISIX API Gateway +# Apache APISIX API Gateway | AI Gateway APISIX logo @@ -32,7 +32,9 @@ APISIX API Gateway provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more. -You can use **APISIX API Gateway** to handle traditional north-south traffic, +APISIX can serve as an **AI Gateway** through its flexible plugin system, providing AI proxying, load balancing for LLMs, retries and fallbacks, token-based rate limiting, and robust security to ensure the efficiency and reliability of AI agents. + +You can use APISIX API Gateway to handle traditional north-south traffic, as well as east-west traffic between services. It can also be used as a [k8s ingress controller](https://github.com/apache/apisix-ingress-controller).