Files
new-api-hunter/constant/api_type.go

40 lines
657 B
Go
Raw Normal View History

package constant
const (
APITypeOpenAI = iota
APITypeAnthropic
APITypePaLM
APITypeBaidu
APITypeZhipu
APITypeAli
APITypeXunfei
APITypeAIProxyLibrary
APITypeTencent
APITypeGemini
APITypeZhipuV4
APITypeOllama
APITypePerplexity
APITypeAws
APITypeCohere
APITypeDify
APITypeJina
APITypeCloudflare
APITypeSiliconFlow
APITypeVertexAi
APITypeMistral
APITypeDeepSeek
APITypeMokaAI
APITypeVolcEngine
APITypeBaiduV2
APITypeOpenRouter
APITypeXinference
APITypeXai
APITypeCoze
2025-07-10 05:21:45 +00:00
APITypeJimeng
APITypeMoonshot
APITypeSubmodel
2025-10-20 14:00:07 +08:00
APITypeMiniMax
2025-11-08 01:24:45 +08:00
APITypeReplicate
APITypeDummy // this one is only for count, do not add any channel after this
)