one-api/relay/apitype/define.go
2025-01-22 21:37:17 +08:00

26 lines
279 B
Go

package apitype
const (
OpenAI = iota
Anthropic
PaLM
Baidu
Zhipu
Ali
Xunfei
AIProxyLibrary
Tencent
Gemini
Ollama
AwsClaude
Coze
Cohere
Cloudflare
DeepL
VertexAI
Proxy
Replicate
CozeV3
Dummy // this one is only for count, do not add any channel after this
)