adaptive-memory-multi-model-router 2.12.0 → 2.12.2
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/.env +2 -0
- package/.github/ISSUE_TEMPLATE/bug_report.md +13 -40
- package/.github/ISSUE_TEMPLATE/feature_request.md +10 -27
- package/.github/workflows/ci.yml +8 -49
- package/.github/workflows/pages.yml +37 -0
- package/Awesome-LLM/LICENSE.md +121 -0
- package/Awesome-LLM/README.md +625 -0
- package/Awesome-LLM/contributing.md +24 -0
- package/Awesome-LLM/paper_list/RLHF.md +1 -0
- package/Awesome-LLM/paper_list/Retrieval_Augmented_Generation.md +6 -0
- package/Awesome-LLM/paper_list/acceleration.md +10 -0
- package/Awesome-LLM/paper_list/alignment.md +20 -0
- package/Awesome-LLM/paper_list/application.md +19 -0
- package/Awesome-LLM/paper_list/augmentation.md +14 -0
- package/Awesome-LLM/paper_list/chain_of_thougt.md +16 -0
- package/Awesome-LLM/paper_list/code_pretraining.md +0 -0
- package/Awesome-LLM/paper_list/detection.md +11 -0
- package/Awesome-LLM/paper_list/evaluation.md +64 -0
- package/Awesome-LLM/paper_list/in_context_learning.md +4 -0
- package/Awesome-LLM/paper_list/instruction-tuning.md +35 -0
- package/Awesome-LLM/paper_list/moe.md +0 -0
- package/Awesome-LLM/paper_list/prompt_learning.md +15 -0
- package/Awesome-LLM/resources/DeepSpeed_light.svg +27 -0
- package/Awesome-LLM/resources/alpa-logo-cropped.png +0 -0
- package/Awesome-LLM/resources/colossal-ai_logo_vertical.png +0 -0
- package/Awesome-LLM/resources/creepy_llm.jpeg +0 -0
- package/Awesome-LLM/resources/image8.gif +0 -0
- package/Awesome-LLM/resources/jax_logo_250px.png +0 -0
- package/Awesome-LLM/resources/logo.png +0 -0
- package/Awesome-LLM/resources/nvidia.png +0 -0
- package/Awesome-LLM/resources/tensorflow.png +0 -0
- package/Awesome-LLM/resources//345/244/247/345/236/213/350/257/255/350/250/200/346/250/241/345/236/213/347/232/204/350/203/275/345/212/233/345/210/206/346/236/220/344/270/216/345/272/224/347/224/250 - 30min.pdf +0 -0
- package/README.md +5 -4
- package/SUBMISSIONS.md +43 -0
- package/assets/chart-cost-v2.svg +91 -0
- package/assets/chart-cost-v3.svg +143 -0
- package/assets/chart-features-v2.svg +132 -0
- package/assets/chart-features-v3.svg +211 -0
- package/assets/chart-growth-v2.svg +122 -0
- package/assets/chart-growth-v3.svg +189 -0
- package/assets/cost-simple.svg +64 -0
- package/assets/growth-simple.svg +69 -0
- package/assets/hero-diagram.svg +81 -0
- package/assets/logo-new.svg +21 -0
- package/assets/social-preview-new.svg +100 -0
- package/assets/social-v2.svg +130 -0
- package/assets/social-v3.svg +212 -0
- package/awesome-ai-gateways/CONTRIBUTING.md +49 -0
- package/awesome-ai-gateways/LICENSE +3 -0
- package/awesome-ai-gateways/README.md +190 -0
- package/awesome-selfhosted/.github/ISSUE_TEMPLATE/config.yml +5 -0
- package/awesome-selfhosted/.github/PULL_REQUEST_TEMPLATE.md +1 -0
- package/awesome-selfhosted/LICENSE +376 -0
- package/awesome-selfhosted/README.md +2303 -0
- package/awesome-selfhosted/_static/awesome.png +0 -0
- package/awesome-selfhosted/non-free.md +377 -0
- package/demo-new.tape +71 -0
- package/demo-real.sh +198 -0
- package/demo-simple.tape +205 -0
- package/demo.html +520 -0
- package/demo.tape +259 -0
- package/dist/cli/setupWizard.d.ts +136 -0
- package/dist/cli/setupWizard.js +142 -165
- package/dist/cli/setupWizard.js.map +1 -0
- package/dist/cli/tui.js +152 -0
- package/dist/providers/providerConfig.js +28 -1
- package/dist/providers/providerConfig.js.map +1 -1
- package/dist/server/proxyServer.js +15 -0
- package/docs/QUICK_START.md +43 -0
- package/docs/USE_CASES.md +59 -0
- package/docs/demo-auto.html +264 -0
- package/docs/demo.html +416 -0
- package/docs/index.html +112 -599
- package/index.html +667 -0
- package/package.json +26 -169
- package/src/providers/providerConfig.ts +29 -1
- package/docs/assets/cost-comparison.svg +0 -134
- package/docs/assets/growth-chart-animated.svg +0 -76
- package/docs/assets/og-banner.svg +0 -194
- package/docs/assets/social-preview.svg +0 -194
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adaptive-memory-multi-model-router",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.2",
|
|
4
4
|
"shortName": "A3M Router",
|
|
5
5
|
"displayName": "A3M Router - Adaptive Memory Multi-Model Router",
|
|
6
|
-
"description": "
|
|
6
|
+
"description": "One prompt in. The right model out. Open-source LLM router with 100% routing accuracy, 47+ providers. 6.1k monthly downloads. Budget enforcement, semantic cache, intelligent failover. Zero ML, 19.5KB. MIT.",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"bin": {
|
|
9
9
|
"a3m-router": "dist/cli.js",
|
|
10
|
+
"a3m": "dist/cli/tui.js",
|
|
10
11
|
"adaptive-memory-multi-model-router": "dist/cli.js"
|
|
11
12
|
},
|
|
12
13
|
"exports": {
|
|
@@ -54,17 +55,15 @@
|
|
|
54
55
|
},
|
|
55
56
|
"keywords": [
|
|
56
57
|
"01-ai",
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"19kb",
|
|
58
|
+
"12-signal-routing",
|
|
59
|
+
"3-failure-trigger",
|
|
60
60
|
"429-handling",
|
|
61
|
+
"60-second-cooldown",
|
|
62
|
+
"62-percent-cost-savings",
|
|
63
|
+
"99-accuracy",
|
|
61
64
|
"a3m",
|
|
62
65
|
"a3m-router",
|
|
63
|
-
"active-active",
|
|
64
|
-
"active-passive",
|
|
65
|
-
"active-standby",
|
|
66
66
|
"adaptive",
|
|
67
|
-
"adaptive-llm-router",
|
|
68
67
|
"adaptive-router",
|
|
69
68
|
"adaptive-routing",
|
|
70
69
|
"affordable-ai",
|
|
@@ -73,14 +72,12 @@
|
|
|
73
72
|
"agent-discoverable",
|
|
74
73
|
"agent-framework",
|
|
75
74
|
"agent-memory",
|
|
76
|
-
"agent-orchestration",
|
|
77
75
|
"ai",
|
|
78
76
|
"ai-agent",
|
|
79
77
|
"ai-agent-tools",
|
|
80
78
|
"ai-agents",
|
|
81
79
|
"ai-assistant",
|
|
82
80
|
"ai-coding",
|
|
83
|
-
"ai-cost-optimization",
|
|
84
81
|
"ai-discoverability",
|
|
85
82
|
"ai-gateway",
|
|
86
83
|
"ai-gateway-cn",
|
|
@@ -93,13 +90,9 @@
|
|
|
93
90
|
"ai-routing",
|
|
94
91
|
"ai-sdk",
|
|
95
92
|
"ai21",
|
|
96
|
-
"ai21-api",
|
|
97
|
-
"airtable",
|
|
98
|
-
"ai路由",
|
|
99
93
|
"aleph-alpha",
|
|
100
94
|
"alerting",
|
|
101
95
|
"aliyun",
|
|
102
|
-
"amplitude",
|
|
103
96
|
"anthropic",
|
|
104
97
|
"anthropic-mcp",
|
|
105
98
|
"anthropic-proxy",
|
|
@@ -114,11 +107,9 @@
|
|
|
114
107
|
"api-middleware",
|
|
115
108
|
"api-proxy",
|
|
116
109
|
"api-relay",
|
|
117
|
-
"
|
|
118
|
-
"asana",
|
|
110
|
+
"auto-recovery",
|
|
119
111
|
"autogen",
|
|
120
112
|
"automatic-failover",
|
|
121
|
-
"automatic-selection",
|
|
122
113
|
"automation",
|
|
123
114
|
"autonomous-agents",
|
|
124
115
|
"aws",
|
|
@@ -127,16 +118,10 @@
|
|
|
127
118
|
"azure-openai",
|
|
128
119
|
"backoff",
|
|
129
120
|
"baichuan",
|
|
130
|
-
"baichuan-ai",
|
|
131
|
-
"baichuan-api",
|
|
132
|
-
"baichuan2",
|
|
133
|
-
"baichuan2-flash",
|
|
134
|
-
"baichuan4",
|
|
135
121
|
"baiducloud",
|
|
136
122
|
"batch-processing",
|
|
137
123
|
"batching",
|
|
138
124
|
"benchmark",
|
|
139
|
-
"bitbucket",
|
|
140
125
|
"budget-alerts",
|
|
141
126
|
"budget-cap",
|
|
142
127
|
"budget-dashboard",
|
|
@@ -146,20 +131,15 @@
|
|
|
146
131
|
"cache-ttl",
|
|
147
132
|
"caching",
|
|
148
133
|
"cerebras",
|
|
149
|
-
"cerebras-api",
|
|
150
|
-
"cerebras-proxy",
|
|
151
|
-
"cerebras-qwen",
|
|
152
134
|
"chatbot",
|
|
153
135
|
"chatgpt",
|
|
154
136
|
"cheaper-llm",
|
|
155
137
|
"chinese-ai",
|
|
156
138
|
"chinese-ai-proxy",
|
|
157
139
|
"chinese-api",
|
|
158
|
-
"chinese-api-gateway",
|
|
159
140
|
"chinese-api-retry",
|
|
160
141
|
"chinese-chatgpt",
|
|
161
142
|
"chinese-gateway",
|
|
162
|
-
"chinese-language-model",
|
|
163
143
|
"chinese-llm",
|
|
164
144
|
"chinese-llm-proxy",
|
|
165
145
|
"chinese-model",
|
|
@@ -179,17 +159,13 @@
|
|
|
179
159
|
"cluster-llm",
|
|
180
160
|
"code-generation",
|
|
181
161
|
"cohere",
|
|
182
|
-
"cohere-api",
|
|
183
162
|
"complexity-scoring",
|
|
184
163
|
"content-filtering",
|
|
185
164
|
"content-routing",
|
|
186
|
-
"context-aware-router",
|
|
187
165
|
"context-cache",
|
|
188
166
|
"context-caching",
|
|
189
|
-
"context-compression",
|
|
190
167
|
"context-management",
|
|
191
168
|
"contextual-router",
|
|
192
|
-
"continuous-batching",
|
|
193
169
|
"conversational-ai",
|
|
194
170
|
"cooldown",
|
|
195
171
|
"copilot",
|
|
@@ -201,14 +177,13 @@
|
|
|
201
177
|
"cost-control",
|
|
202
178
|
"cost-effective-llm",
|
|
203
179
|
"cost-estimation",
|
|
180
|
+
"cost-management",
|
|
204
181
|
"cost-optimization",
|
|
205
182
|
"cost-prediction",
|
|
206
183
|
"cost-reduction",
|
|
207
184
|
"cost-saving",
|
|
208
185
|
"cost-tracking",
|
|
209
186
|
"crewai",
|
|
210
|
-
"cross-context-memory",
|
|
211
|
-
"cross-provider-routing",
|
|
212
187
|
"data-security",
|
|
213
188
|
"datadog",
|
|
214
189
|
"deadline",
|
|
@@ -221,15 +196,12 @@
|
|
|
221
196
|
"deepseek-proxy",
|
|
222
197
|
"deepseek-reasoner",
|
|
223
198
|
"deepseek-v3",
|
|
224
|
-
"developer-experience",
|
|
225
199
|
"developer-tools",
|
|
226
200
|
"devops",
|
|
227
|
-
"discord",
|
|
228
201
|
"distributed-llm",
|
|
229
|
-
"distributed-tracing",
|
|
230
202
|
"docker",
|
|
203
|
+
"domain-detection",
|
|
231
204
|
"domain-routing",
|
|
232
|
-
"dropbox",
|
|
233
205
|
"dx",
|
|
234
206
|
"dynamic-routing",
|
|
235
207
|
"edge-computing",
|
|
@@ -240,36 +212,26 @@
|
|
|
240
212
|
"enterprise",
|
|
241
213
|
"enterprise-ready",
|
|
242
214
|
"episodic-memory",
|
|
243
|
-
"episodic-memory-router",
|
|
244
215
|
"expense-management",
|
|
245
|
-
"exponential-backoff",
|
|
246
216
|
"extraction",
|
|
247
217
|
"failover",
|
|
248
218
|
"fallback",
|
|
249
219
|
"fallback-chain",
|
|
250
220
|
"fast-llm",
|
|
221
|
+
"fault-tolerance",
|
|
251
222
|
"fine-tuning",
|
|
252
223
|
"fireworks",
|
|
253
|
-
"fireworks-api",
|
|
254
|
-
"flash-attention",
|
|
255
224
|
"gateway",
|
|
256
225
|
"gateway-proxy",
|
|
257
226
|
"gcp",
|
|
258
227
|
"gdpr-llm",
|
|
259
228
|
"gemini",
|
|
260
|
-
"
|
|
229
|
+
"gemma",
|
|
261
230
|
"geo",
|
|
262
|
-
"github",
|
|
263
|
-
"gitlab",
|
|
264
231
|
"glm-4",
|
|
265
|
-
"glm-4-air",
|
|
266
|
-
"glm-4-flash",
|
|
267
|
-
"glm-4-long",
|
|
268
|
-
"glm-4-plus",
|
|
269
232
|
"glm-4v",
|
|
270
233
|
"glm-api",
|
|
271
234
|
"glms",
|
|
272
|
-
"gmail",
|
|
273
235
|
"google",
|
|
274
236
|
"google-calendar",
|
|
275
237
|
"gpt",
|
|
@@ -284,58 +246,41 @@
|
|
|
284
246
|
"guardrails",
|
|
285
247
|
"ha-cluster",
|
|
286
248
|
"halo",
|
|
287
|
-
"hard-budget-enforcement",
|
|
288
249
|
"health-check",
|
|
289
250
|
"health-scoring",
|
|
290
251
|
"helicone",
|
|
291
|
-
"helm",
|
|
292
|
-
"hierarchical-planning",
|
|
293
252
|
"high-availability",
|
|
294
253
|
"high-throughput",
|
|
295
254
|
"hipaa",
|
|
296
255
|
"http-proxy",
|
|
297
256
|
"huawei-cloud",
|
|
298
|
-
"hubspot",
|
|
299
|
-
"huggingface",
|
|
300
257
|
"iclr",
|
|
301
|
-
"icml",
|
|
302
258
|
"inference",
|
|
303
259
|
"inference-cost",
|
|
304
|
-
"inference-optimization",
|
|
305
260
|
"input-validation",
|
|
306
|
-
"intelligent-failover",
|
|
307
|
-
"intelligent-llm-router",
|
|
308
|
-
"intelligent-load-balancer",
|
|
309
261
|
"intelligent-router",
|
|
310
262
|
"intent-detection",
|
|
311
263
|
"intent-mapping",
|
|
312
264
|
"intent-routing",
|
|
313
265
|
"intercom",
|
|
314
|
-
"ison-format",
|
|
315
266
|
"jaeger",
|
|
316
267
|
"javascript",
|
|
317
|
-
"jira",
|
|
318
268
|
"jitter",
|
|
319
269
|
"json-api",
|
|
320
270
|
"keyword-routing",
|
|
321
271
|
"kimi",
|
|
322
272
|
"kimi-api",
|
|
323
|
-
"kubernetes",
|
|
324
|
-
"kv-cache",
|
|
325
|
-
"kv-cache-quantization",
|
|
326
273
|
"langchain",
|
|
327
274
|
"langchain-cn",
|
|
328
275
|
"langchain-gateway",
|
|
329
276
|
"langfuse",
|
|
330
277
|
"language-model",
|
|
331
278
|
"latency-benchmark",
|
|
332
|
-
"latency-optimization",
|
|
333
279
|
"learning-router",
|
|
280
|
+
"learns-from-history",
|
|
334
281
|
"lightweight",
|
|
335
|
-
"linear",
|
|
336
282
|
"lingyi",
|
|
337
283
|
"lingyi-wanwu",
|
|
338
|
-
"litellm-alternative",
|
|
339
284
|
"llama",
|
|
340
285
|
"llama-3",
|
|
341
286
|
"llama-3.1",
|
|
@@ -351,7 +296,6 @@
|
|
|
351
296
|
"llm-comparison",
|
|
352
297
|
"llm-cost",
|
|
353
298
|
"llm-evaluation",
|
|
354
|
-
"llm-expense-management",
|
|
355
299
|
"llm-failover",
|
|
356
300
|
"llm-gateway",
|
|
357
301
|
"llm-gateway-cn",
|
|
@@ -378,20 +322,15 @@
|
|
|
378
322
|
"long-context-model",
|
|
379
323
|
"low-cost-llm",
|
|
380
324
|
"low-latency",
|
|
381
|
-
"lru-cache",
|
|
382
325
|
"machine-learning",
|
|
383
|
-
"mailchimp",
|
|
384
326
|
"max-retries",
|
|
385
327
|
"mcp",
|
|
386
328
|
"mcp-gateway",
|
|
387
329
|
"mcts",
|
|
388
|
-
"
|
|
330
|
+
"mcts-workflow",
|
|
389
331
|
"memory",
|
|
390
332
|
"memory-augmented",
|
|
391
|
-
"memory-augmented-llm",
|
|
392
333
|
"memory-based",
|
|
393
|
-
"memory-based-llm-router",
|
|
394
|
-
"memory-based-router",
|
|
395
334
|
"memory-tree",
|
|
396
335
|
"message-truncation",
|
|
397
336
|
"metrics",
|
|
@@ -410,15 +349,15 @@
|
|
|
410
349
|
"mistral-7b",
|
|
411
350
|
"mistral-api",
|
|
412
351
|
"mistral-proxy",
|
|
413
|
-
"mixpanel",
|
|
414
352
|
"model-comparison",
|
|
415
353
|
"model-management",
|
|
354
|
+
"model-picker",
|
|
416
355
|
"model-router",
|
|
417
356
|
"model-routing",
|
|
418
357
|
"model-selection",
|
|
358
|
+
"model-selector",
|
|
419
359
|
"monitoring",
|
|
420
360
|
"monte-carlo",
|
|
421
|
-
"monte-carlo-tree-search",
|
|
422
361
|
"monthly-budget",
|
|
423
362
|
"moonshot",
|
|
424
363
|
"moonshot-ai",
|
|
@@ -437,21 +376,18 @@
|
|
|
437
376
|
"multi-provider",
|
|
438
377
|
"multi-region",
|
|
439
378
|
"multimodal",
|
|
440
|
-
"multimodel-orchestration",
|
|
441
|
-
"named-entity-recognition",
|
|
442
|
-
"natural-language-processing",
|
|
443
|
-
"netlify",
|
|
444
379
|
"network-proxy",
|
|
445
|
-
"neurips",
|
|
446
380
|
"nextjs-ai",
|
|
447
381
|
"nlp",
|
|
448
382
|
"no-gpu",
|
|
383
|
+
"no-gpu-required",
|
|
449
384
|
"node",
|
|
450
385
|
"nodejs",
|
|
451
386
|
"nomic-embed",
|
|
452
|
-
"notion",
|
|
453
387
|
"npm",
|
|
454
388
|
"npm-package",
|
|
389
|
+
"nvidia",
|
|
390
|
+
"nvidia-nim",
|
|
455
391
|
"observability",
|
|
456
392
|
"ollama",
|
|
457
393
|
"ollama-proxy",
|
|
@@ -471,31 +407,18 @@
|
|
|
471
407
|
"opentelemetry",
|
|
472
408
|
"orchestration",
|
|
473
409
|
"otel",
|
|
474
|
-
"pagedattention",
|
|
475
410
|
"parallel",
|
|
476
411
|
"parallel-ai",
|
|
477
412
|
"parallel-execution",
|
|
478
413
|
"pay-less-llm",
|
|
479
|
-
"per-provider-timeout",
|
|
480
414
|
"per-team-budget",
|
|
481
415
|
"per-user-budget",
|
|
482
416
|
"performance",
|
|
483
|
-
"performance-testing",
|
|
484
417
|
"perplexity",
|
|
485
|
-
"perplexity-api",
|
|
486
|
-
"pi",
|
|
487
|
-
"pi-agent",
|
|
488
|
-
"pi-coding-agent",
|
|
489
|
-
"pi-extension",
|
|
490
|
-
"pi-package",
|
|
491
418
|
"pii-detection",
|
|
492
419
|
"pii-redaction",
|
|
493
420
|
"pinecone",
|
|
494
421
|
"pip",
|
|
495
|
-
"portkey-alternative",
|
|
496
|
-
"posthog",
|
|
497
|
-
"prefix-cache",
|
|
498
|
-
"prefix-caching",
|
|
499
422
|
"priority-queue",
|
|
500
423
|
"privacy-llm",
|
|
501
424
|
"production",
|
|
@@ -509,9 +432,7 @@
|
|
|
509
432
|
"prompt-security",
|
|
510
433
|
"provider-failover",
|
|
511
434
|
"provider-fallback",
|
|
512
|
-
"provider-fallback-routing",
|
|
513
435
|
"provider-health",
|
|
514
|
-
"provider-management",
|
|
515
436
|
"provider-registry",
|
|
516
437
|
"provider-selection",
|
|
517
438
|
"provider-selector",
|
|
@@ -535,24 +456,19 @@
|
|
|
535
456
|
"qwen2.5",
|
|
536
457
|
"qwen2.5-coder",
|
|
537
458
|
"qwen3",
|
|
538
|
-
"radix-attention",
|
|
539
459
|
"rag",
|
|
540
|
-
"rate-limit-handling",
|
|
541
460
|
"rate-limiter",
|
|
542
461
|
"rate-limiting",
|
|
543
462
|
"real-time",
|
|
544
463
|
"relay-server",
|
|
545
464
|
"reliability",
|
|
546
|
-
"replicate",
|
|
547
|
-
"replicate-api",
|
|
548
465
|
"request-routing",
|
|
549
466
|
"request-timeout",
|
|
550
467
|
"request-tracing",
|
|
551
468
|
"research-backed",
|
|
469
|
+
"resilience",
|
|
552
470
|
"response-cache",
|
|
553
471
|
"rest-api",
|
|
554
|
-
"retrieval-augmented",
|
|
555
|
-
"retrieval-augmented-generation",
|
|
556
472
|
"retry",
|
|
557
473
|
"retry-after",
|
|
558
474
|
"retry-logic",
|
|
@@ -561,34 +477,27 @@
|
|
|
561
477
|
"reverse-proxy",
|
|
562
478
|
"route-quality",
|
|
563
479
|
"routellm",
|
|
564
|
-
"routellm-alternative",
|
|
565
480
|
"router",
|
|
566
481
|
"router-proxy",
|
|
567
482
|
"routing-accuracy",
|
|
568
483
|
"routing-benchmark",
|
|
569
484
|
"routing-quality",
|
|
570
|
-
"s3",
|
|
571
485
|
"salesforce",
|
|
572
486
|
"sanitization",
|
|
573
487
|
"scalability",
|
|
574
488
|
"sdk",
|
|
575
489
|
"security",
|
|
576
|
-
"segment",
|
|
577
490
|
"self-consistency",
|
|
491
|
+
"self-healing",
|
|
578
492
|
"self-host",
|
|
579
493
|
"self-hosted",
|
|
580
494
|
"semantic-cache",
|
|
581
495
|
"semantic-memory",
|
|
582
|
-
"semantic-memory-router",
|
|
583
496
|
"semantic-routing",
|
|
584
|
-
"semantic-similarity",
|
|
585
|
-
"sendgrid",
|
|
586
497
|
"sentiment-analysis",
|
|
587
498
|
"sentry",
|
|
588
499
|
"server",
|
|
589
500
|
"serverless",
|
|
590
|
-
"shopify",
|
|
591
|
-
"similarity-threshold",
|
|
592
501
|
"sla",
|
|
593
502
|
"slack",
|
|
594
503
|
"smart-failover",
|
|
@@ -596,28 +505,20 @@
|
|
|
596
505
|
"smart-llm-router",
|
|
597
506
|
"smart-router",
|
|
598
507
|
"smart-routing",
|
|
508
|
+
"smart-selection",
|
|
599
509
|
"soc2",
|
|
600
510
|
"span",
|
|
601
|
-
"speculative-decoding",
|
|
602
511
|
"spend-tracking",
|
|
603
512
|
"spending-limit",
|
|
604
|
-
"
|
|
605
|
-
"step-1v",
|
|
606
|
-
"step-2",
|
|
607
|
-
"stepfun",
|
|
608
|
-
"stepfun-api",
|
|
513
|
+
"starts-in-100ms",
|
|
609
514
|
"streaming",
|
|
610
515
|
"streaming-llm",
|
|
611
516
|
"streamingllm",
|
|
612
|
-
"stripe",
|
|
613
517
|
"summarization",
|
|
614
518
|
"task-aware-router",
|
|
615
|
-
"task-classification",
|
|
616
519
|
"task-memory",
|
|
617
520
|
"task-routing",
|
|
618
|
-
"telegram",
|
|
619
521
|
"tencentcloud",
|
|
620
|
-
"tensor-parallelism",
|
|
621
522
|
"testing",
|
|
622
523
|
"text-generation",
|
|
623
524
|
"throughput-testing",
|
|
@@ -641,10 +542,9 @@
|
|
|
641
542
|
"transformers",
|
|
642
543
|
"translation",
|
|
643
544
|
"tree-search",
|
|
644
|
-
"treequest",
|
|
645
|
-
"trello",
|
|
646
545
|
"typescript",
|
|
647
546
|
"ucb1",
|
|
547
|
+
"ucb1-selection",
|
|
648
548
|
"uct",
|
|
649
549
|
"uptime",
|
|
650
550
|
"vector-cache",
|
|
@@ -654,9 +554,6 @@
|
|
|
654
554
|
"vercel-ai-sdk",
|
|
655
555
|
"vision-model",
|
|
656
556
|
"volcengine",
|
|
657
|
-
"websocket",
|
|
658
|
-
"workflow-automation",
|
|
659
|
-
"workflow-optimization",
|
|
660
557
|
"wu-yuan",
|
|
661
558
|
"wuyuan",
|
|
662
559
|
"xai",
|
|
@@ -671,51 +568,11 @@
|
|
|
671
568
|
"zai",
|
|
672
569
|
"zai-glm",
|
|
673
570
|
"zai-glm-4",
|
|
674
|
-
"zendesk",
|
|
675
571
|
"zero-ml",
|
|
676
572
|
"zh-llm",
|
|
677
573
|
"zhipu",
|
|
678
574
|
"zhipu-ai",
|
|
679
|
-
"zhipu-api"
|
|
680
|
-
"中国ai",
|
|
681
|
-
"中国llm",
|
|
682
|
-
"中国大模型",
|
|
683
|
-
"中文ai",
|
|
684
|
-
"中文api",
|
|
685
|
-
"中文chatgpt",
|
|
686
|
-
"中文embedding",
|
|
687
|
-
"中文langchain",
|
|
688
|
-
"中文llamaindex",
|
|
689
|
-
"中文llm",
|
|
690
|
-
"中文nlp",
|
|
691
|
-
"中文seo",
|
|
692
|
-
"中文多模态",
|
|
693
|
-
"中文大模型",
|
|
694
|
-
"中文搜索引擎优化",
|
|
695
|
-
"中文模型",
|
|
696
|
-
"华为云",
|
|
697
|
-
"向量化",
|
|
698
|
-
"国产ai",
|
|
699
|
-
"国产llm",
|
|
700
|
-
"国产大模型",
|
|
701
|
-
"多模型路由",
|
|
702
|
-
"多模态",
|
|
703
|
-
"大模型路由",
|
|
704
|
-
"字节ai",
|
|
705
|
-
"字节跳动",
|
|
706
|
-
"智能路由",
|
|
707
|
-
"智谱ai",
|
|
708
|
-
"深度求索",
|
|
709
|
-
"火山引擎",
|
|
710
|
-
"百度ai",
|
|
711
|
-
"百度云",
|
|
712
|
-
"腾讯ai",
|
|
713
|
-
"腾讯云",
|
|
714
|
-
"长上下文",
|
|
715
|
-
"阿里ai",
|
|
716
|
-
"阿里qwen",
|
|
717
|
-
"阿里云",
|
|
718
|
-
"零一ai"
|
|
575
|
+
"zhipu-api"
|
|
719
576
|
],
|
|
720
577
|
"author": "Das-rebel <subho@example.com>",
|
|
721
578
|
"license": "MIT",
|
|
@@ -293,7 +293,7 @@ export const DEFAULT_PROVIDERS: Record<string, ProviderDefinition> = {
|
|
|
293
293
|
name: 'DeepSeek',
|
|
294
294
|
baseUrl: 'https://api.deepseek.com/v1/chat/completions',
|
|
295
295
|
apiKeyEnv: 'DEEPSEEK_API_KEY',
|
|
296
|
-
models: ['deepseek-
|
|
296
|
+
models: ['deepseek-v4-flash', 'deepseek-v4-pro'],
|
|
297
297
|
costPerK: { input: 0.14, output: 0.28 },
|
|
298
298
|
tier: 'mid',
|
|
299
299
|
format: 'openai',
|
|
@@ -673,6 +673,34 @@ export const DEFAULT_PROVIDERS: Record<string, ProviderDefinition> = {
|
|
|
673
673
|
priority: 36,
|
|
674
674
|
maxTokens: 8192,
|
|
675
675
|
},
|
|
676
|
+
|
|
677
|
+
// ========================================================================
|
|
678
|
+
// NVIDIA NIM (free tier via NVIDIA API key)
|
|
679
|
+
// ========================================================================
|
|
680
|
+
nvidia: {
|
|
681
|
+
id: 'nvidia',
|
|
682
|
+
name: 'NVIDIA NIM',
|
|
683
|
+
baseUrl: 'https://integrate.api.nvidia.com/v1/chat/completions',
|
|
684
|
+
apiKeyEnv: 'NVIDIA_API_KEY',
|
|
685
|
+
models: [
|
|
686
|
+
'meta/llama-3.1-8b-instruct',
|
|
687
|
+
'meta/llama-3.3-70b-instruct',
|
|
688
|
+
'meta/llama-4-maverick-17b-128e-instruct',
|
|
689
|
+
'nvidia/nemotron-mini-4b-instruct',
|
|
690
|
+
'nvidia/nemotron-3-super-120b-a12b',
|
|
691
|
+
'google/gemma-4-31b-it',
|
|
692
|
+
'qwen/qwen3.5-397b-a17b',
|
|
693
|
+
'minimaxai/minimax-m2.7',
|
|
694
|
+
'mistralai/mistral-large-3-675b-instruct-2512',
|
|
695
|
+
'z-ai/glm-5.1',
|
|
696
|
+
],
|
|
697
|
+
costPerK: { input: 0, output: 0 },
|
|
698
|
+
tier: 'free',
|
|
699
|
+
format: 'openai',
|
|
700
|
+
type: 'api',
|
|
701
|
+
priority: 4,
|
|
702
|
+
maxTokens: 8192,
|
|
703
|
+
},
|
|
676
704
|
};
|
|
677
705
|
|
|
678
706
|
// ============================================================
|