Kong AI Gateway

- Kong AI Gateway - Semantic AI Gateway to run and secure multi-LLM traffic
- Kong AI Gateway - Documentation
- GitHub - Kong




- 创建
curl -X POST http://localhost:8001/services \
--data "name=ai-proxy" \
--data "url=http://localhost:32000"
请记住,上游 URL 可以指向任何空的地方,因为插件不会使用它。
- 查看
curl -X GET http://localhost:8001/services/ai-proxy | jq
- 删除
curl -X DELETE http://localhost:8001/services/ai-proxy
- 创建
curl -X POST http://localhost:8001/services/ai-proxy/routes \
--data "name=openai-chat" \
--data "paths[]=~/openai-chat$"
查看 curl -X GET http://localhost:8001/rou