a6-plugin-ai-proxy
Installation
SKILL.md
a6-plugin-ai-proxy
Overview
The ai-proxy plugin turns APISIX into an AI gateway. Clients can send
requests in supported protocols to APISIX instead of handling provider
authentication and endpoint selection themselves. The plugin detects the
client protocol, selects a compatible provider endpoint, forwards the native
format or converts it when an adapter is available, and handles response
streaming.
When to Use
- Proxy Chat Completions, Responses API, Embeddings, Anthropic Messages, or Bedrock Converse requests to a compatible provider
- Centralize API keys at the gateway instead of distributing to clients
- Add observability (token counts, latency) to LLM calls
- Combine with
ai-prompt-template,ai-prompt-decorator, or content moderation plugins for a full AI gateway pipeline