first commit: one-api base code + SAAS plan document
This commit is contained in:
25
relay/apitype/define.go
Normal file
25
relay/apitype/define.go
Normal file
@@ -0,0 +1,25 @@
|
||||
package apitype
|
||||
|
||||
const (
|
||||
OpenAI = iota
|
||||
Anthropic
|
||||
PaLM
|
||||
Baidu
|
||||
Zhipu
|
||||
Ali
|
||||
Xunfei
|
||||
AIProxyLibrary
|
||||
Tencent
|
||||
Gemini
|
||||
Ollama
|
||||
AwsClaude
|
||||
Coze
|
||||
Cohere
|
||||
Cloudflare
|
||||
DeepL
|
||||
VertexAI
|
||||
Proxy
|
||||
Replicate
|
||||
|
||||
Dummy // this one is only for count, do not add any channel after this
|
||||
)
|
||||
Reference in New Issue
Block a user