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:
@@ -54,6 +54,7 @@ func Test_getApiName(t *testing.T) {
|
||||
{"openai delete fine tuning checkpoint permission", "/v1/fine_tuning/checkpoints/checkpointid/permissions/permissionid", provider.ApiNameDeleteFineTuningCheckpointPermission},
|
||||
{"openai responses", "/v1/responses", provider.ApiNameResponses},
|
||||
// Anthropic
|
||||
{"anthropic count_tokens", "/v1/messages/count_tokens", provider.ApiNameAnthropicCountTokens},
|
||||
{"anthropic messages", "/v1/messages", provider.ApiNameAnthropicMessages},
|
||||
{"anthropic complete", "/v1/complete", provider.ApiNameAnthropicComplete},
|
||||
// Gemini
|
||||
|
||||
Reference in New Issue
Block a user