We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c10a91 commit 02f8512Copy full SHA for 02f8512
pkg/catwalk/provider.go
@@ -5,14 +5,12 @@ type Type string
5
6
// All the supported AI provider types.
7
const (
8
- TypeOpenAI Type = "openai"
9
- TypeAnthropic Type = "anthropic"
10
- TypeGemini Type = "gemini"
11
- TypeAzure Type = "azure"
12
- TypeBedrock Type = "bedrock"
13
- TypeVertexAI Type = "vertexai"
14
- TypeXAI Type = "xai"
15
- TypeOpenRouter Type = "openrouter"
+ TypeOpenAI Type = "openai"
+ TypeAnthropic Type = "anthropic"
+ TypeGemini Type = "gemini"
+ TypeAzure Type = "azure"
+ TypeBedrock Type = "bedrock"
+ TypeVertexAI Type = "vertexai"
16
)
17
18
// InferenceProvider represents the inference provider identifier.
0 commit comments