Skip to content

Commit

Permalink
docs: add apisix as AI Gateway. (#12003)
Browse files Browse the repository at this point in the history
  • Loading branch information
moonming authored Feb 27, 2025
1 parent 4c7918f commit 9375902
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -38,7 +40,6 @@ github:
- docker
- kubernetes-ingress
- kubernetes-ingress-controller
- service-mesh

enabled_merge_buttons:
squash: true
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#
-->

# Apache APISIX API Gateway
# Apache APISIX API Gateway | AI Gateway

<img src="./logos/apisix-white-bg.jpg" alt="APISIX logo" height="150px" align="right" />

Expand All @@ -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).

Expand Down

0 comments on commit 9375902

Please sign in to comment.