mirror of
https://github.com/alibaba/higress.git
synced 2026-06-26 02:35:02 +08:00
feat(ai-proxy): vLLM passthrough for Anthropic Messages and newer OpenAI endpoints (#3989)
Signed-off-by: Rand01ph <tanyawei1991@gmail.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: woody <yaodiwu618@gmail.com>
This commit is contained in:
@@ -69,6 +69,7 @@ var (
|
||||
{provider.PathOpenAIResponses, provider.ApiNameResponses},
|
||||
{provider.PathOpenAIVideos, provider.ApiNameVideos},
|
||||
// Anthropic style
|
||||
{provider.PathAnthropicMessagesCountTokens, provider.ApiNameAnthropicCountTokens},
|
||||
{provider.PathAnthropicMessages, provider.ApiNameAnthropicMessages},
|
||||
{provider.PathAnthropicComplete, provider.ApiNameAnthropicComplete},
|
||||
// Cohere style
|
||||
|
||||
Reference in New Issue
Block a user