-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregistry.toml
More file actions
195 lines (168 loc) · 4.16 KB
/
Copy pathregistry.toml
File metadata and controls
195 lines (168 loc) · 4.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
# Provider Registry
# Catalog of all known LLM providers, grouped by category.
# Each provider corresponds to a directory under entrypoint/ and optionally models/.
[[compatible]]
id = "openai_compatible"
name = "OpenAI Compatible"
description = "Custom OpenAI compatible API"
is_operator = true
[[compatible]]
id = "anthropic_compatible"
name = "Anthropic Compatible"
description = "Custom Anthropic compatible API"
is_operator = true
[[compatible]]
id = "gemini_compatible"
name = "Gemini Compatible"
description = "Custom Gemini compatible API"
is_operator = true
[[international.developers]]
id = "anthropic"
website_domain = "anthropic.com"
name = "Anthropic"
description = "Claude models from Anthropic"
is_official = true
[[international.developers]]
id = "openai"
website_domain = "openai.com"
name = "OpenAI"
description = "GPT models from OpenAI"
is_official = true
[[international.developers]]
id = "google"
website_domain = "google.com"
name = "Google Gemini"
description = "Gemini models from Google AI"
is_official = true
[[international.developers]]
id = "xai"
website_domain = "x.ai"
name = "xAI"
description = "Grok models from xAI"
is_official = true
[[international.developers]]
id = "mistral"
website_domain = "mistral.ai"
name = "Mistral AI"
description = "Mistral AI models"
is_official = false
[[international.developers]]
id = "cohere"
website_domain = "cohere.com"
name = "Cohere"
description = "Cohere AI models"
is_official = false
[[international.operators]]
id = "openrouter"
website_domain = "openrouter.ai"
name = "OpenRouter"
description = "Unified access to multiple models"
is_official = false
is_operator = true
[[international.operators]]
id = "together"
website_domain = "together.ai"
name = "Together AI"
description = "Open source models from Together AI"
is_official = false
is_operator = true
[[international.operators]]
id = "fireworks"
website_domain = "fireworks.ai"
name = "Fireworks AI"
description = "Fast inference from Fireworks AI"
is_official = false
is_operator = true
[[international.operators]]
id = "cerebras"
website_domain = "cerebras.ai"
name = "Cerebras"
description = "Fast inference from Cerebras"
is_official = false
is_operator = true
[[international.operators]]
id = "perplexity"
website_domain = "perplexity.ai"
name = "Perplexity"
description = "AI search from Perplexity"
is_official = false
is_operator = true
[[chinese.developers]]
id = "deepseek"
website_domain = "deepseek.com"
name = "DeepSeek"
description = "DeepSeek AI models"
is_official = true
[[chinese.developers]]
id = "zhipu_glm"
website_domain = "zhipuai.cn"
name = "Zhipu GLM"
description = "Zhipu AI models (supports domestic and international)"
is_official = true
[[chinese.developers]]
id = "qwen"
website_domain = "alibaba.com"
name = "Qwen"
description = "Qwen models"
is_official = true
[[chinese.developers]]
id = "moonshot"
website_domain = "moonshot.cn"
name = "Moonshot"
description = "Kimi models"
is_official = false
[[chinese.developers]]
id = "yi"
website_domain = "01.ai"
name = "Yi"
description = "Yi models"
is_official = false
[[chinese.developers]]
id = "baichuan"
website_domain = "baichuan-ai.com"
name = "Baichuan"
description = "Baichuan models"
is_official = false
[[chinese.developers]]
id = "doubao"
website_domain = "volcengine.com"
name = "Doubao"
description = "ByteDance Doubao models"
is_official = false
[[chinese.developers]]
id = "hunyuan"
website_domain = "tencent.com"
name = "Hunyuan"
description = "Tencent Hunyuan models"
is_official = false
[[chinese.developers]]
id = "baidu"
website_domain = "baidu.com"
name = "Wenxin"
description = "Baidu Wenxin models"
is_official = false
[[chinese.developers]]
id = "stepfun"
website_domain = "stepfun.com"
name = "Stepfun"
description = "Stepfun models"
is_official = false
[[chinese.developers]]
id = "minimax"
website_domain = "minimax.chat"
name = "MiniMax"
description = "MiniMax models"
is_official = false
[[chinese.operators]]
id = "silicon"
website_domain = "siliconflow.cn"
name = "SiliconFlow"
description = "SiliconFlow models"
is_official = false
is_operator = true
[[chinese.developers]]
id = "mimo"
name = "Xiaomi MiMo"
website_domain = "xiaomi.com"
description = "Xiaomi MiMo models"
is_official = false