mirror of
https://github.com/alibaba/higress.git
synced 2026-06-09 12:47:28 +08:00
Implement Vertex Raw mode support in AI Proxy (#3375)
This commit is contained in:
@@ -70,6 +70,7 @@ const (
|
||||
ApiNameGeminiStreamGenerateContent ApiName = "gemini/v1beta/streamgeneratecontent"
|
||||
ApiNameAnthropicMessages ApiName = "anthropic/v1/messages"
|
||||
ApiNameAnthropicComplete ApiName = "anthropic/v1/complete"
|
||||
ApiNameVertexRaw ApiName = "vertex/raw"
|
||||
|
||||
// OpenAI
|
||||
PathOpenAIPrefix = "/v1"
|
||||
|
||||
Reference in New Issue
Block a user