Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions site-src/implementations/gateways.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ This project has several implementations that are planned or in progress:
## Envoy AI Gateway

[Envoy AI Gateway][aigw-home] is an open source project built on top of
[Envoy][envoy-org] and [Envoy Gateway][aigw-gateway] to handle request traffic
[Envoy][envoy-org] and [Envoy Gateway][envoy-gateway] to handle request traffic
from application clients to GenAI services. The features and capabilities are outlined [here][aigw-capabilities]. Use the [quickstart][aigw-quickstart] to get Envoy AI Gateway running with Gateway API in a few simple steps.

Progress towards supporting this project is tracked with a [GitHub
Issue](https://github.com/envoyproxy/ai-gateway/issues/423).

[aigw-home]:https://gateway.envoyproxy.io/
[aigw-home]:https://aigateway.envoyproxy.io/
[envoy-org]:https://github.com/envoyproxy
[aigw-gateway]: https://gateway.envoyproxy.io/
[envoy-gateway]: https://gateway.envoyproxy.io/
[aigw-capabilities]:https://aigateway.envoyproxy.io/docs/capabilities/
[aigw-quickstart]:https://aigateway.envoyproxy.io/docs/capabilities/gateway-api-inference-extension

Expand Down