uniprewan opened a new pull request, #12924: URL: https://github.com/apache/apisix/pull/12924
### Description This PR introduces native support for the Anthropic Messages API in the `ai-proxy` plugin. Key changes: 1. Introduced a common base driver `ai-driver-base.lua` to share logic among AI providers. 2. Refactored `openai-base.lua` to inherit from the base driver. 3. Implemented a dedicated `anthropic.lua` driver for native protocol translation (including request/response and SSE stream mapping). ### Checklist - [x] I have followed the APISIX contribution guidelines. - [x] I have verified the changes locally. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
