@anolilab/ai-model-registry 1.4.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +41 -0
- package/LICENSE.md +8 -13
- package/MIGRATION.md +474 -0
- package/README.md +94 -49
- package/dist/index.d.ts +16 -16
- package/dist/index.js +1 -3
- package/dist/packem_chunks/alibaba.js +1 -0
- package/dist/packem_chunks/amazon-bedrock.js +1 -0
- package/dist/packem_chunks/anthropic.js +1 -0
- package/dist/packem_chunks/api.js +75 -0
- package/dist/packem_chunks/azure-open-ai.js +1 -0
- package/dist/packem_chunks/cerebras.js +1 -0
- package/dist/packem_chunks/chutes.js +1 -0
- package/dist/packem_chunks/cloudflare.js +3 -0
- package/dist/packem_chunks/deep-infra.js +1 -0
- package/dist/packem_chunks/deep-seek.js +1 -0
- package/dist/packem_chunks/fireworks-ai.js +1 -0
- package/dist/packem_chunks/git-hub-copilot.js +1 -0
- package/dist/packem_chunks/git-hub-models.js +1 -0
- package/dist/packem_chunks/google-partner.js +1 -0
- package/dist/packem_chunks/google-vertex.js +1 -0
- package/dist/packem_chunks/google.js +1 -0
- package/dist/packem_chunks/groq.js +1 -0
- package/dist/packem_chunks/hugging-face.js +1 -0
- package/dist/packem_chunks/inception.js +1 -0
- package/dist/packem_chunks/inference.js +1 -0
- package/dist/packem_chunks/meta.js +1 -0
- package/dist/packem_chunks/mistral.js +1 -0
- package/dist/packem_chunks/model-scope.js +1 -0
- package/dist/packem_chunks/morph.js +1 -0
- package/dist/packem_chunks/open-ai.js +1 -0
- package/dist/packem_chunks/open-router.js +1 -0
- package/dist/packem_chunks/providers.js +1 -0
- package/dist/packem_chunks/requesty.js +73 -0
- package/dist/packem_chunks/together-ai.js +1 -0
- package/dist/packem_chunks/upstage.js +1 -0
- package/dist/packem_chunks/v0.js +1 -0
- package/dist/packem_chunks/venice.js +1 -0
- package/dist/packem_chunks/vercel.js +1 -0
- package/dist/packem_chunks/weights-_-biases.js +1 -0
- package/dist/packem_chunks/xai.js +1 -0
- package/dist/schema.d.ts +1 -1
- package/dist/schema.js +1 -1
- package/dist/types/alibaba.d.ts +6 -0
- package/dist/types/alibaba.js +0 -0
- package/dist/types/amazon-bedrock.d.ts +6 -0
- package/dist/types/amazon-bedrock.js +0 -0
- package/dist/types/anthropic.d.ts +6 -0
- package/dist/types/anthropic.js +0 -0
- package/dist/types/azure-open-ai.d.ts +6 -0
- package/dist/types/azure-open-ai.js +0 -0
- package/dist/types/cerebras.d.ts +6 -0
- package/dist/types/cerebras.js +0 -0
- package/dist/types/chutes.d.ts +6 -0
- package/dist/types/chutes.js +0 -0
- package/dist/types/cloudflare.d.ts +6 -0
- package/dist/types/cloudflare.js +0 -0
- package/dist/types/deep-infra.d.ts +6 -0
- package/dist/types/deep-infra.js +0 -0
- package/dist/types/deep-seek.d.ts +6 -0
- package/dist/types/deep-seek.js +0 -0
- package/dist/types/fireworks-ai.d.ts +6 -0
- package/dist/types/fireworks-ai.js +0 -0
- package/dist/types/git-hub-copilot.d.ts +6 -0
- package/dist/types/git-hub-copilot.js +0 -0
- package/dist/types/git-hub-models.d.ts +6 -0
- package/dist/types/git-hub-models.js +0 -0
- package/dist/types/google-partner.d.ts +6 -0
- package/dist/types/google-partner.js +0 -0
- package/dist/types/google-vertex.d.ts +6 -0
- package/dist/types/google-vertex.js +0 -0
- package/dist/types/google.d.ts +6 -0
- package/dist/types/google.js +0 -0
- package/dist/types/groq.d.ts +6 -0
- package/dist/types/groq.js +0 -0
- package/dist/types/hugging-face.d.ts +6 -0
- package/dist/types/hugging-face.js +0 -0
- package/dist/types/inception.d.ts +6 -0
- package/dist/types/inception.js +0 -0
- package/dist/types/inference.d.ts +6 -0
- package/dist/types/inference.js +0 -0
- package/dist/types/meta.d.ts +6 -0
- package/dist/types/meta.js +0 -0
- package/dist/types/mistral.d.ts +6 -0
- package/dist/types/mistral.js +0 -0
- package/dist/types/model-scope.d.ts +6 -0
- package/dist/types/model-scope.js +0 -0
- package/dist/types/morph.d.ts +6 -0
- package/dist/types/morph.js +0 -0
- package/dist/types/open-ai.d.ts +6 -0
- package/dist/types/open-ai.js +0 -0
- package/dist/types/open-router.d.ts +6 -0
- package/dist/types/open-router.js +0 -0
- package/dist/types/providers.d.ts +11 -0
- package/dist/types/providers.js +1 -0
- package/dist/types/requesty.d.ts +6 -0
- package/dist/types/requesty.js +0 -0
- package/dist/types/together-ai.d.ts +6 -0
- package/dist/types/together-ai.js +0 -0
- package/dist/types/upstage.d.ts +6 -0
- package/dist/types/upstage.js +0 -0
- package/dist/types/v0.d.ts +6 -0
- package/dist/types/v0.js +0 -0
- package/dist/types/venice.d.ts +6 -0
- package/dist/types/venice.js +0 -0
- package/dist/types/vercel.d.ts +6 -0
- package/dist/types/vercel.js +0 -0
- package/dist/types/weights-_-biases.d.ts +6 -0
- package/dist/types/weights-_-biases.js +0 -0
- package/dist/types/xai.d.ts +6 -0
- package/dist/types/xai.js +0 -0
- package/package.json +6 -1
- package/public/alibaba.json +326 -0
- package/public/amazon-bedrock.json +2141 -0
- package/public/anthropic.json +396 -0
- package/public/api.json +13504 -3
- package/public/azure-open-ai.json +332 -0
- package/public/cerebras.json +288 -0
- package/public/chutes.json +3220 -0
- package/public/cloudflare.json +3094 -0
- package/public/deep-infra.json +956 -0
- package/public/deep-seek.json +46 -0
- package/public/fireworks-ai.json +14486 -0
- package/public/git-hub-copilot.json +676 -0
- package/public/git-hub-models.json +256 -0
- package/public/google-partner.json +536 -0
- package/public/google-vertex.json +1376 -0
- package/public/google.json +536 -0
- package/public/groq.json +882 -0
- package/public/hugging-face.json +1096 -0
- package/public/inception.json +81 -0
- package/public/inference.json +291 -0
- package/public/meta.json +151 -0
- package/public/mistral.json +2181 -0
- package/public/model-scope.json +37839 -0
- package/public/morph.json +46 -0
- package/public/open-ai.json +606 -0
- package/public/open-router.json +15341 -0
- package/public/providers.json +43 -0
- package/public/requesty.json +13757 -0
- package/public/together-ai.json +641 -0
- package/public/upstage.json +606 -0
- package/public/v0.json +431 -0
- package/public/venice.json +501 -0
- package/public/vercel.json +4071 -0
- package/public/weights-&-biases.json +551 -0
- package/public/xai.json +256 -0
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
{
|
|
2
|
+
"metadata": {
|
|
3
|
+
"description": "AI Models API - Models from GitHub Models",
|
|
4
|
+
"lastUpdated": "2026-01-10T23:24:47.803Z",
|
|
5
|
+
"provider": "GitHub Models",
|
|
6
|
+
"totalModels": 7,
|
|
7
|
+
"version": "0.0.0-development"
|
|
8
|
+
},
|
|
9
|
+
"models": [
|
|
10
|
+
{
|
|
11
|
+
"attachment": false,
|
|
12
|
+
"cost": {
|
|
13
|
+
"input": null,
|
|
14
|
+
"inputCacheHit": null,
|
|
15
|
+
"output": null
|
|
16
|
+
},
|
|
17
|
+
"extendedThinking": false,
|
|
18
|
+
"id": "about-github-models",
|
|
19
|
+
"knowledge": null,
|
|
20
|
+
"lastUpdated": null,
|
|
21
|
+
"limit": {
|
|
22
|
+
"context": null,
|
|
23
|
+
"output": null
|
|
24
|
+
},
|
|
25
|
+
"modalities": {
|
|
26
|
+
"input": ["text"],
|
|
27
|
+
"output": ["text"]
|
|
28
|
+
},
|
|
29
|
+
"name": "about-github-models",
|
|
30
|
+
"openWeights": false,
|
|
31
|
+
"provider": "GitHub Models",
|
|
32
|
+
"providerDoc": "https://docs.github.com/en/github-models",
|
|
33
|
+
"providerEnv": ["GITHUB_TOKEN"],
|
|
34
|
+
"providerId": "git-hub-models",
|
|
35
|
+
"providerModelsDevId": "github-models",
|
|
36
|
+
"providerNpm": "@ai-sdk/openai-compatible",
|
|
37
|
+
"reasoning": false,
|
|
38
|
+
"releaseDate": null,
|
|
39
|
+
"streamingSupported": true,
|
|
40
|
+
"temperature": true,
|
|
41
|
+
"toolCall": false,
|
|
42
|
+
"vision": false,
|
|
43
|
+
"icon": "github"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"attachment": false,
|
|
47
|
+
"cost": {
|
|
48
|
+
"input": null,
|
|
49
|
+
"inputCacheHit": null,
|
|
50
|
+
"output": null
|
|
51
|
+
},
|
|
52
|
+
"extendedThinking": false,
|
|
53
|
+
"id": "ask-copilot-open",
|
|
54
|
+
"knowledge": null,
|
|
55
|
+
"lastUpdated": null,
|
|
56
|
+
"limit": {
|
|
57
|
+
"context": null,
|
|
58
|
+
"output": null
|
|
59
|
+
},
|
|
60
|
+
"modalities": {
|
|
61
|
+
"input": ["text"],
|
|
62
|
+
"output": ["text"]
|
|
63
|
+
},
|
|
64
|
+
"name": "askCopilotOpen",
|
|
65
|
+
"openWeights": false,
|
|
66
|
+
"provider": "GitHub Models",
|
|
67
|
+
"providerDoc": "https://docs.github.com/en/github-models",
|
|
68
|
+
"providerEnv": ["GITHUB_TOKEN"],
|
|
69
|
+
"providerId": "git-hub-models",
|
|
70
|
+
"providerModelsDevId": "github-models",
|
|
71
|
+
"providerNpm": "@ai-sdk/openai-compatible",
|
|
72
|
+
"reasoning": false,
|
|
73
|
+
"releaseDate": null,
|
|
74
|
+
"streamingSupported": true,
|
|
75
|
+
"temperature": true,
|
|
76
|
+
"toolCall": false,
|
|
77
|
+
"vision": false,
|
|
78
|
+
"icon": "github"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"attachment": false,
|
|
82
|
+
"cost": {
|
|
83
|
+
"input": null,
|
|
84
|
+
"inputCacheHit": null,
|
|
85
|
+
"output": null
|
|
86
|
+
},
|
|
87
|
+
"extendedThinking": false,
|
|
88
|
+
"id": "ask-copilot-select",
|
|
89
|
+
"knowledge": null,
|
|
90
|
+
"lastUpdated": null,
|
|
91
|
+
"limit": {
|
|
92
|
+
"context": null,
|
|
93
|
+
"output": null
|
|
94
|
+
},
|
|
95
|
+
"modalities": {
|
|
96
|
+
"input": ["text"],
|
|
97
|
+
"output": ["text"]
|
|
98
|
+
},
|
|
99
|
+
"name": "askCopilotSelect",
|
|
100
|
+
"openWeights": false,
|
|
101
|
+
"provider": "GitHub Models",
|
|
102
|
+
"providerDoc": "https://docs.github.com/en/github-models",
|
|
103
|
+
"providerEnv": ["GITHUB_TOKEN"],
|
|
104
|
+
"providerId": "git-hub-models",
|
|
105
|
+
"providerModelsDevId": "github-models",
|
|
106
|
+
"providerNpm": "@ai-sdk/openai-compatible",
|
|
107
|
+
"reasoning": false,
|
|
108
|
+
"releaseDate": null,
|
|
109
|
+
"streamingSupported": true,
|
|
110
|
+
"temperature": true,
|
|
111
|
+
"toolCall": false,
|
|
112
|
+
"vision": false,
|
|
113
|
+
"icon": "github"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"attachment": false,
|
|
117
|
+
"cost": {
|
|
118
|
+
"input": null,
|
|
119
|
+
"inputCacheHit": null,
|
|
120
|
+
"output": null
|
|
121
|
+
},
|
|
122
|
+
"extendedThinking": false,
|
|
123
|
+
"id": "github-models",
|
|
124
|
+
"knowledge": null,
|
|
125
|
+
"lastUpdated": null,
|
|
126
|
+
"limit": {
|
|
127
|
+
"context": null,
|
|
128
|
+
"output": null
|
|
129
|
+
},
|
|
130
|
+
"modalities": {
|
|
131
|
+
"input": ["text"],
|
|
132
|
+
"output": ["text"]
|
|
133
|
+
},
|
|
134
|
+
"name": "github-models",
|
|
135
|
+
"openWeights": false,
|
|
136
|
+
"provider": "GitHub Models",
|
|
137
|
+
"providerDoc": "https://docs.github.com/en/github-models",
|
|
138
|
+
"providerEnv": ["GITHUB_TOKEN"],
|
|
139
|
+
"providerId": "git-hub-models",
|
|
140
|
+
"providerModelsDevId": "github-models",
|
|
141
|
+
"providerNpm": "@ai-sdk/openai-compatible",
|
|
142
|
+
"reasoning": false,
|
|
143
|
+
"releaseDate": null,
|
|
144
|
+
"streamingSupported": true,
|
|
145
|
+
"temperature": true,
|
|
146
|
+
"toolCall": false,
|
|
147
|
+
"vision": false,
|
|
148
|
+
"icon": "github"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"attachment": false,
|
|
152
|
+
"cost": {
|
|
153
|
+
"input": null,
|
|
154
|
+
"inputCacheHit": null,
|
|
155
|
+
"output": null
|
|
156
|
+
},
|
|
157
|
+
"extendedThinking": false,
|
|
158
|
+
"id": "optimizing-your-ai-powered-app-with-github-models",
|
|
159
|
+
"knowledge": null,
|
|
160
|
+
"lastUpdated": null,
|
|
161
|
+
"limit": {
|
|
162
|
+
"context": null,
|
|
163
|
+
"output": null
|
|
164
|
+
},
|
|
165
|
+
"modalities": {
|
|
166
|
+
"input": ["text"],
|
|
167
|
+
"output": ["text"]
|
|
168
|
+
},
|
|
169
|
+
"name": "optimizing-your-ai-powered-app-with-github-models",
|
|
170
|
+
"openWeights": false,
|
|
171
|
+
"provider": "GitHub Models",
|
|
172
|
+
"providerDoc": "https://docs.github.com/en/github-models",
|
|
173
|
+
"providerEnv": ["GITHUB_TOKEN"],
|
|
174
|
+
"providerId": "git-hub-models",
|
|
175
|
+
"providerModelsDevId": "github-models",
|
|
176
|
+
"providerNpm": "@ai-sdk/openai-compatible",
|
|
177
|
+
"reasoning": false,
|
|
178
|
+
"releaseDate": null,
|
|
179
|
+
"streamingSupported": true,
|
|
180
|
+
"temperature": true,
|
|
181
|
+
"toolCall": false,
|
|
182
|
+
"vision": false,
|
|
183
|
+
"icon": "github"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"attachment": false,
|
|
187
|
+
"cost": {
|
|
188
|
+
"input": null,
|
|
189
|
+
"inputCacheHit": null,
|
|
190
|
+
"output": null
|
|
191
|
+
},
|
|
192
|
+
"extendedThinking": false,
|
|
193
|
+
"id": "prototyping-with-ai-models",
|
|
194
|
+
"knowledge": null,
|
|
195
|
+
"lastUpdated": null,
|
|
196
|
+
"limit": {
|
|
197
|
+
"context": null,
|
|
198
|
+
"output": null
|
|
199
|
+
},
|
|
200
|
+
"modalities": {
|
|
201
|
+
"input": ["text"],
|
|
202
|
+
"output": ["text"]
|
|
203
|
+
},
|
|
204
|
+
"name": "prototyping-with-ai-models",
|
|
205
|
+
"openWeights": false,
|
|
206
|
+
"provider": "GitHub Models",
|
|
207
|
+
"providerDoc": "https://docs.github.com/en/github-models",
|
|
208
|
+
"providerEnv": ["GITHUB_TOKEN"],
|
|
209
|
+
"providerId": "git-hub-models",
|
|
210
|
+
"providerModelsDevId": "github-models",
|
|
211
|
+
"providerNpm": "@ai-sdk/openai-compatible",
|
|
212
|
+
"reasoning": false,
|
|
213
|
+
"releaseDate": null,
|
|
214
|
+
"streamingSupported": true,
|
|
215
|
+
"temperature": true,
|
|
216
|
+
"toolCall": false,
|
|
217
|
+
"vision": false,
|
|
218
|
+
"icon": "github"
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"attachment": false,
|
|
222
|
+
"cost": {
|
|
223
|
+
"input": null,
|
|
224
|
+
"inputCacheHit": null,
|
|
225
|
+
"output": null
|
|
226
|
+
},
|
|
227
|
+
"extendedThinking": false,
|
|
228
|
+
"id": "use-github-models",
|
|
229
|
+
"knowledge": null,
|
|
230
|
+
"lastUpdated": null,
|
|
231
|
+
"limit": {
|
|
232
|
+
"context": null,
|
|
233
|
+
"output": null
|
|
234
|
+
},
|
|
235
|
+
"modalities": {
|
|
236
|
+
"input": ["text"],
|
|
237
|
+
"output": ["text"]
|
|
238
|
+
},
|
|
239
|
+
"name": "use-github-models",
|
|
240
|
+
"openWeights": false,
|
|
241
|
+
"provider": "GitHub Models",
|
|
242
|
+
"providerDoc": "https://docs.github.com/en/github-models",
|
|
243
|
+
"providerEnv": ["GITHUB_TOKEN"],
|
|
244
|
+
"providerId": "git-hub-models",
|
|
245
|
+
"providerModelsDevId": "github-models",
|
|
246
|
+
"providerNpm": "@ai-sdk/openai-compatible",
|
|
247
|
+
"reasoning": false,
|
|
248
|
+
"releaseDate": null,
|
|
249
|
+
"streamingSupported": true,
|
|
250
|
+
"temperature": true,
|
|
251
|
+
"toolCall": false,
|
|
252
|
+
"vision": false,
|
|
253
|
+
"icon": "github"
|
|
254
|
+
}
|
|
255
|
+
]
|
|
256
|
+
}
|