Skip to content

Commit 9375902

Browse files
authored
docs: add apisix as AI Gateway. (#12003)
1 parent 4c7918f commit 9375902

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.asf.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@
1616
#
1717

1818
github:
19-
description: The Cloud-Native API Gateway
19+
description: The Cloud-Native API Gateway and AI Gateway
2020
homepage: https://apisix.apache.org/blog/
2121
labels:
2222
- api-gateway
23+
- ai-gateway
24+
- ai
2325
- cloud-native
2426
- nginx
2527
- luajit
@@ -38,7 +40,6 @@ github:
3840
- docker
3941
- kubernetes-ingress
4042
- kubernetes-ingress-controller
41-
- service-mesh
4243

4344
enabled_merge_buttons:
4445
squash: true

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818
-->
1919

20-
# Apache APISIX API Gateway
20+
# Apache APISIX API Gateway | AI Gateway
2121

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

@@ -32,7 +32,9 @@
3232

3333
APISIX API Gateway provides rich traffic management features such as load balancing, dynamic upstream, canary release, circuit breaking, authentication, observability, and more.
3434

35-
You can use **APISIX API Gateway** to handle traditional north-south traffic,
35+
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.
36+
37+
You can use APISIX API Gateway to handle traditional north-south traffic,
3638
as well as east-west traffic between services.
3739
It can also be used as a [k8s ingress controller](https://github.com/apache/apisix-ingress-controller).
3840

0 commit comments

Comments
 (0)