mirror of
				https://github.com/songquanpeng/one-api.git
				synced 2025-11-04 07:43:41 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			244 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			244 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package apitype
 | 
						|
 | 
						|
const (
 | 
						|
	OpenAI = iota
 | 
						|
	Anthropic
 | 
						|
	PaLM
 | 
						|
	Baidu
 | 
						|
	Zhipu
 | 
						|
	Ali
 | 
						|
	Xunfei
 | 
						|
	AIProxyLibrary
 | 
						|
	Tencent
 | 
						|
	Gemini
 | 
						|
	Ollama
 | 
						|
	AwsClaude
 | 
						|
	Coze
 | 
						|
	Cohere
 | 
						|
	Cloudflare
 | 
						|
	DeepL
 | 
						|
 | 
						|
	Dummy // this one is only for count, do not add any channel after this
 | 
						|
)
 |