@node-llm/core 1.13.0 → 1.14.1
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/README.md +10 -9
- package/dist/aliases.d.ts +154 -41
- package/dist/aliases.d.ts.map +1 -1
- package/dist/aliases.js +154 -41
- package/dist/config.d.ts +8 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +15 -1
- package/dist/constants.d.ts +1 -0
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +1 -0
- package/dist/llm.d.ts.map +1 -1
- package/dist/llm.js +8 -4
- package/dist/models/ModelRegistry.d.ts.map +1 -1
- package/dist/models/ModelRegistry.js +1 -2
- package/dist/models/models.json +2542 -1075
- package/dist/models/types.d.ts +1 -1
- package/dist/models/types.d.ts.map +1 -1
- package/dist/providers/mistral/Capabilities.d.ts +19 -0
- package/dist/providers/mistral/Capabilities.d.ts.map +1 -0
- package/dist/providers/mistral/Capabilities.js +113 -0
- package/dist/providers/mistral/Chat.d.ts +8 -0
- package/dist/providers/mistral/Chat.d.ts.map +1 -0
- package/dist/providers/mistral/Chat.js +149 -0
- package/dist/providers/mistral/Embedding.d.ts +8 -0
- package/dist/providers/mistral/Embedding.d.ts.map +1 -0
- package/dist/providers/mistral/Embedding.js +44 -0
- package/dist/providers/mistral/Errors.d.ts +2 -0
- package/dist/providers/mistral/Errors.d.ts.map +1 -0
- package/dist/providers/mistral/Errors.js +57 -0
- package/dist/providers/mistral/MistralProvider.d.ts +40 -0
- package/dist/providers/mistral/MistralProvider.d.ts.map +1 -0
- package/dist/providers/mistral/MistralProvider.js +82 -0
- package/dist/providers/mistral/Models.d.ts +8 -0
- package/dist/providers/mistral/Models.d.ts.map +1 -0
- package/dist/providers/mistral/Models.js +71 -0
- package/dist/providers/mistral/Moderation.d.ts +8 -0
- package/dist/providers/mistral/Moderation.d.ts.map +1 -0
- package/dist/providers/mistral/Moderation.js +49 -0
- package/dist/providers/mistral/Streaming.d.ts +8 -0
- package/dist/providers/mistral/Streaming.d.ts.map +1 -0
- package/dist/providers/mistral/Streaming.js +203 -0
- package/dist/providers/mistral/Transcription.d.ts +9 -0
- package/dist/providers/mistral/Transcription.d.ts.map +1 -0
- package/dist/providers/mistral/Transcription.js +76 -0
- package/dist/providers/mistral/index.d.ts +10 -0
- package/dist/providers/mistral/index.d.ts.map +1 -0
- package/dist/providers/mistral/index.js +26 -0
- package/dist/providers/registry.d.ts +2 -1
- package/dist/providers/registry.d.ts.map +1 -1
- package/dist/providers/registry.js +2 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -29,15 +29,16 @@
|
|
|
29
29
|
|
|
30
30
|
## 📋 Supported Providers
|
|
31
31
|
|
|
32
|
-
| Provider | Supported Features
|
|
33
|
-
| :----------------------------------------------------------------------------------------------------------------------------------- |
|
|
34
|
-
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/openai.svg" height="18"> **OpenAI** | Chat, Streaming, Tools, Vision, Audio, Images, Transcription, **Reasoning**
|
|
35
|
-
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/anthropic-text.svg" height="12"> **Anthropic** | Chat, Streaming, Tools, Vision, PDF, Structured Output, **Extended Thinking (Claude 3.7)**
|
|
36
|
-
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/gemini-color.svg" height="18"> **Gemini** | Chat, Streaming, Tools, Vision, Audio, Video, Embeddings
|
|
37
|
-
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/deepseek-color.svg" height="18"> **DeepSeek** | Chat (V3), **Extended Thinking (R1)**, Streaming, Tools
|
|
38
|
-
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/bedrock-color.svg" height="18"> **Bedrock** | Chat, Streaming, Tools, Image Gen (Titan/SD), Embeddings, **Prompt Caching**
|
|
39
|
-
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/openrouter.svg" height="18"> **OpenRouter** | 540+ models, Chat, Streaming, Tools, Vision, Embeddings, **Reasoning**
|
|
40
|
-
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/ollama.svg" height="18"> **Ollama** | **Local Inference**, Chat, Streaming, Tools, Vision, Embeddings
|
|
32
|
+
| Provider | Supported Features |
|
|
33
|
+
| :----------------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------- |
|
|
34
|
+
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/openai.svg" height="18"> **OpenAI** | Chat, Streaming, Tools, Vision, Audio, Images, Transcription, **Reasoning** |
|
|
35
|
+
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/anthropic-text.svg" height="12"> **Anthropic** | Chat, Streaming, Tools, Vision, PDF, Structured Output, **Extended Thinking (Claude 3.7)** |
|
|
36
|
+
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/gemini-color.svg" height="18"> **Gemini** | Chat, Streaming, Tools, Vision, Audio, Video, Embeddings |
|
|
37
|
+
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/deepseek-color.svg" height="18"> **DeepSeek** | Chat (V3), **Extended Thinking (R1)**, Streaming, Tools |
|
|
38
|
+
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/bedrock-color.svg" height="18"> **Bedrock** | Chat, Streaming, Tools, Image Gen (Titan/SD), Embeddings, **Prompt Caching** |
|
|
39
|
+
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/openrouter.svg" height="18"> **OpenRouter** | 540+ models, Chat, Streaming, Tools, Vision, Embeddings, **Reasoning** |
|
|
40
|
+
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/ollama.svg" height="18"> **Ollama** | **Local Inference**, Chat, Streaming, Tools, Vision, Embeddings |
|
|
41
|
+
| <img src="https://registry.npmmirror.com/@lobehub/icons-static-svg/latest/files/icons/mistral-color.svg" height="18"> **Mistral** | Chat, Streaming, Tools, Vision, Embeddings, Transcription, Moderation, **Reasoning (Magistral)** |
|
|
41
42
|
|
|
42
43
|
---
|
|
43
44
|
|
package/dist/aliases.d.ts
CHANGED
|
@@ -2,12 +2,6 @@ declare const _default: {
|
|
|
2
2
|
readonly "aurora-alpha": {
|
|
3
3
|
readonly openrouter: "openrouter/aurora-alpha";
|
|
4
4
|
};
|
|
5
|
-
readonly "claude-2": {
|
|
6
|
-
readonly bedrock: "anthropic.claude-v2";
|
|
7
|
-
};
|
|
8
|
-
readonly "claude-2.1": {
|
|
9
|
-
readonly bedrock: "anthropic.claude-v2:1";
|
|
10
|
-
};
|
|
11
5
|
readonly "claude-3-5-haiku": {
|
|
12
6
|
readonly anthropic: "claude-3-5-haiku-20241022";
|
|
13
7
|
readonly openrouter: "anthropic/claude-3.5-haiku";
|
|
@@ -70,11 +64,7 @@ declare const _default: {
|
|
|
70
64
|
readonly "claude-haiku-4.5-us": {
|
|
71
65
|
readonly bedrock: "us.anthropic.claude-haiku-4-5-20251001-v1:0";
|
|
72
66
|
};
|
|
73
|
-
readonly "claude-instant": {
|
|
74
|
-
readonly bedrock: "anthropic.claude-instant-v1";
|
|
75
|
-
};
|
|
76
67
|
readonly "claude-opus-3": {
|
|
77
|
-
readonly bedrock: "anthropic.claude-3-opus-20240229-v1:0";
|
|
78
68
|
readonly anthropic: "claude-3-opus-20240229";
|
|
79
69
|
};
|
|
80
70
|
readonly "claude-opus-4": {
|
|
@@ -131,7 +121,6 @@ declare const _default: {
|
|
|
131
121
|
readonly bedrock: "us.anthropic.claude-opus-4-6-v1";
|
|
132
122
|
};
|
|
133
123
|
readonly "claude-sonnet-3": {
|
|
134
|
-
readonly bedrock: "anthropic.claude-3-sonnet-20240229-v1:0";
|
|
135
124
|
readonly anthropic: "claude-3-sonnet-20240229";
|
|
136
125
|
};
|
|
137
126
|
readonly "claude-sonnet-3.5": {
|
|
@@ -194,21 +183,19 @@ declare const _default: {
|
|
|
194
183
|
readonly "claude-sonnet-4.6-us": {
|
|
195
184
|
readonly bedrock: "us.anthropic.claude-sonnet-4-6";
|
|
196
185
|
};
|
|
186
|
+
readonly codestral: {
|
|
187
|
+
readonly mistral: "codestral-latest";
|
|
188
|
+
readonly openrouter: "mistralai/codestral-latest";
|
|
189
|
+
};
|
|
197
190
|
readonly "codestral-2508": {
|
|
198
191
|
readonly openrouter: "mistralai/codestral-2508";
|
|
199
192
|
};
|
|
193
|
+
readonly "codestral-latest": {
|
|
194
|
+
readonly mistral: "codestral-latest";
|
|
195
|
+
};
|
|
200
196
|
readonly "codex-mini": {
|
|
201
197
|
readonly openai: "codex-mini-latest";
|
|
202
198
|
};
|
|
203
|
-
readonly command: {
|
|
204
|
-
readonly bedrock: "cohere.command-text-v14";
|
|
205
|
-
};
|
|
206
|
-
readonly "command-light": {
|
|
207
|
-
readonly bedrock: "cohere.command-light-text-v14";
|
|
208
|
-
};
|
|
209
|
-
readonly "command-r": {
|
|
210
|
-
readonly bedrock: "cohere.command-r-plus-v1:0";
|
|
211
|
-
};
|
|
212
199
|
readonly "deephermes-3-llama-3-8b-preview": {
|
|
213
200
|
readonly openrouter: "nousresearch/deephermes-3-llama-3-8b-preview";
|
|
214
201
|
};
|
|
@@ -255,27 +242,44 @@ declare const _default: {
|
|
|
255
242
|
readonly openrouter: "deepseek/deepseek-v3.1-terminus:exacto";
|
|
256
243
|
};
|
|
257
244
|
readonly "deepseek-v3.2": {
|
|
258
|
-
readonly bedrock: "deepseek.v3.2
|
|
245
|
+
readonly bedrock: "deepseek.v3.2";
|
|
259
246
|
readonly openrouter: "deepseek/deepseek-v3.2";
|
|
260
247
|
};
|
|
261
248
|
readonly "deepseek-v3.2-speciale": {
|
|
262
249
|
readonly openrouter: "deepseek/deepseek-v3.2-speciale";
|
|
263
250
|
};
|
|
251
|
+
readonly "devstral-2": {
|
|
252
|
+
readonly mistral: "devstral-2512";
|
|
253
|
+
};
|
|
254
|
+
readonly "devstral-2-123b": {
|
|
255
|
+
readonly bedrock: "mistral.devstral-2-123b";
|
|
256
|
+
};
|
|
264
257
|
readonly "devstral-2-2512": {
|
|
265
258
|
readonly openrouter: "mistralai/devstral-2512";
|
|
266
259
|
};
|
|
267
260
|
readonly "devstral-2-2512-free": {
|
|
268
261
|
readonly openrouter: "mistralai/devstral-2512:free";
|
|
269
262
|
};
|
|
263
|
+
readonly "devstral-2-latest": {
|
|
264
|
+
readonly mistral: "devstral-medium-latest";
|
|
265
|
+
};
|
|
270
266
|
readonly "devstral-medium": {
|
|
267
|
+
readonly mistral: "devstral-medium-2507";
|
|
271
268
|
readonly openrouter: "mistralai/devstral-medium-2507";
|
|
272
269
|
};
|
|
273
270
|
readonly "devstral-small": {
|
|
271
|
+
readonly mistral: "devstral-small-2507";
|
|
274
272
|
readonly openrouter: "mistralai/devstral-small-2505";
|
|
275
273
|
};
|
|
276
274
|
readonly "devstral-small-1.1": {
|
|
277
275
|
readonly openrouter: "mistralai/devstral-small-2507";
|
|
278
276
|
};
|
|
277
|
+
readonly "devstral-small-2": {
|
|
278
|
+
readonly mistral: "labs-devstral-small-2512";
|
|
279
|
+
};
|
|
280
|
+
readonly "devstral-small-2505": {
|
|
281
|
+
readonly mistral: "devstral-small-2505";
|
|
282
|
+
};
|
|
279
283
|
readonly "devstral-small-2505-free": {
|
|
280
284
|
readonly openrouter: "mistralai/devstral-small-2505:free";
|
|
281
285
|
};
|
|
@@ -297,6 +301,9 @@ declare const _default: {
|
|
|
297
301
|
readonly "flux.2-pro": {
|
|
298
302
|
readonly openrouter: "black-forest-labs/flux.2-pro";
|
|
299
303
|
};
|
|
304
|
+
readonly "free-models-router": {
|
|
305
|
+
readonly openrouter: "openrouter/free";
|
|
306
|
+
};
|
|
300
307
|
readonly "gemini-1.5-flash": {
|
|
301
308
|
readonly gemini: "gemini-1.5-flash";
|
|
302
309
|
};
|
|
@@ -374,6 +381,13 @@ declare const _default: {
|
|
|
374
381
|
readonly openrouter: "google/gemini-3-pro-preview";
|
|
375
382
|
readonly gemini: "gemini-3-pro-preview";
|
|
376
383
|
};
|
|
384
|
+
readonly "gemini-3.1-flash-image-preview": {
|
|
385
|
+
readonly gemini: "gemini-3.1-flash-image-preview";
|
|
386
|
+
};
|
|
387
|
+
readonly "gemini-3.1-flash-lite-preview": {
|
|
388
|
+
readonly openrouter: "google/gemini-3.1-flash-lite-preview";
|
|
389
|
+
readonly gemini: "gemini-3.1-flash-lite-preview";
|
|
390
|
+
};
|
|
377
391
|
readonly "gemini-3.1-pro-preview": {
|
|
378
392
|
readonly openrouter: "google/gemini-3.1-pro-preview";
|
|
379
393
|
readonly gemini: "gemini-3.1-pro-preview";
|
|
@@ -571,11 +585,20 @@ declare const _default: {
|
|
|
571
585
|
readonly openai: "gpt-5.2-pro";
|
|
572
586
|
};
|
|
573
587
|
readonly "gpt-5.3-codex": {
|
|
588
|
+
readonly openrouter: "openai/gpt-5.3-codex";
|
|
574
589
|
readonly openai: "gpt-5.3-codex";
|
|
575
590
|
};
|
|
576
591
|
readonly "gpt-5.3-codex-spark": {
|
|
577
592
|
readonly openai: "gpt-5.3-codex-spark";
|
|
578
593
|
};
|
|
594
|
+
readonly "gpt-5.4": {
|
|
595
|
+
readonly openrouter: "openai/gpt-5.4";
|
|
596
|
+
readonly openai: "gpt-5.4";
|
|
597
|
+
};
|
|
598
|
+
readonly "gpt-5.4-pro": {
|
|
599
|
+
readonly openrouter: "openai/gpt-5.4-pro";
|
|
600
|
+
readonly openai: "gpt-5.4-pro";
|
|
601
|
+
};
|
|
579
602
|
readonly "gpt-oss-120b": {
|
|
580
603
|
readonly bedrock: "openai.gpt-oss-120b-1:0";
|
|
581
604
|
readonly openrouter: "openai/gpt-oss-120b";
|
|
@@ -671,6 +694,21 @@ declare const _default: {
|
|
|
671
694
|
readonly "grok-4.1-fast-non-reasoning": {
|
|
672
695
|
readonly xai: "grok-4-1-fast-non-reasoning";
|
|
673
696
|
};
|
|
697
|
+
readonly "grok-4.20-beta": {
|
|
698
|
+
readonly openrouter: "x-ai/grok-4.20-beta";
|
|
699
|
+
};
|
|
700
|
+
readonly "grok-4.20-beta-non-reasoning": {
|
|
701
|
+
readonly xai: "grok-4.20-beta-latest-non-reasoning";
|
|
702
|
+
};
|
|
703
|
+
readonly "grok-4.20-beta-reasoning": {
|
|
704
|
+
readonly xai: "grok-4.20-beta-latest-reasoning";
|
|
705
|
+
};
|
|
706
|
+
readonly "grok-4.20-multi---agent-beta": {
|
|
707
|
+
readonly openrouter: "x-ai/grok-4.20-multi-agent-beta";
|
|
708
|
+
};
|
|
709
|
+
readonly "grok-4.20-multi-agent-beta": {
|
|
710
|
+
readonly xai: "grok-4.20-multi-agent-beta-latest";
|
|
711
|
+
};
|
|
674
712
|
readonly "grok-beta": {
|
|
675
713
|
readonly xai: "grok-beta";
|
|
676
714
|
};
|
|
@@ -681,6 +719,9 @@ declare const _default: {
|
|
|
681
719
|
readonly "grok-vision-beta": {
|
|
682
720
|
readonly xai: "grok-vision-beta";
|
|
683
721
|
};
|
|
722
|
+
readonly "healer-alpha": {
|
|
723
|
+
readonly openrouter: "openrouter/healer-alpha";
|
|
724
|
+
};
|
|
684
725
|
readonly "hermes-3-405b-instruct-free": {
|
|
685
726
|
readonly openrouter: "nousresearch/hermes-3-llama-3.1-405b:free";
|
|
686
727
|
};
|
|
@@ -690,15 +731,12 @@ declare const _default: {
|
|
|
690
731
|
readonly "hermes-4-70b": {
|
|
691
732
|
readonly openrouter: "nousresearch/hermes-4-70b";
|
|
692
733
|
};
|
|
734
|
+
readonly "hunter-alpha": {
|
|
735
|
+
readonly openrouter: "openrouter/hunter-alpha";
|
|
736
|
+
};
|
|
693
737
|
readonly "intellect-3": {
|
|
694
738
|
readonly openrouter: "prime-intellect/intellect-3";
|
|
695
739
|
};
|
|
696
|
-
readonly "jamba-1.5-large": {
|
|
697
|
-
readonly bedrock: "ai21.jamba-1-5-large-v1:0";
|
|
698
|
-
};
|
|
699
|
-
readonly "jamba-1.5-mini": {
|
|
700
|
-
readonly bedrock: "ai21.jamba-1-5-mini-v1:0";
|
|
701
|
-
};
|
|
702
740
|
readonly "kat-coder-pro-free": {
|
|
703
741
|
readonly openrouter: "kwaipilot/kat-coder-pro:free";
|
|
704
742
|
};
|
|
@@ -759,11 +797,8 @@ declare const _default: {
|
|
|
759
797
|
readonly bedrock: "meta.llama3-3-70b-instruct-v1:0";
|
|
760
798
|
readonly openrouter: "meta-llama/llama-3.3-70b-instruct";
|
|
761
799
|
};
|
|
762
|
-
readonly "llama-3-
|
|
763
|
-
readonly bedrock: "meta.llama3-
|
|
764
|
-
};
|
|
765
|
-
readonly "llama-3-8b-instruct": {
|
|
766
|
-
readonly bedrock: "meta.llama3-8b-instruct-v1:0";
|
|
800
|
+
readonly "llama-3.1-405b-instruct": {
|
|
801
|
+
readonly bedrock: "meta.llama3-1-405b-instruct-v1:0";
|
|
767
802
|
};
|
|
768
803
|
readonly "llama-3.1-405b-instruct-free": {
|
|
769
804
|
readonly openrouter: "meta-llama/llama-3.1-405b-instruct:free";
|
|
@@ -817,9 +852,30 @@ declare const _default: {
|
|
|
817
852
|
readonly "llama-4-scout-free": {
|
|
818
853
|
readonly openrouter: "meta-llama/llama-4-scout:free";
|
|
819
854
|
};
|
|
855
|
+
readonly "magistral-medium": {
|
|
856
|
+
readonly mistral: "magistral-medium-latest";
|
|
857
|
+
};
|
|
858
|
+
readonly "magistral-medium-latest": {
|
|
859
|
+
readonly mistral: "magistral-medium-latest";
|
|
860
|
+
};
|
|
861
|
+
readonly "magistral-small": {
|
|
862
|
+
readonly mistral: "magistral-small";
|
|
863
|
+
};
|
|
864
|
+
readonly "magistral-small-1.2": {
|
|
865
|
+
readonly bedrock: "mistral.magistral-small-2509";
|
|
866
|
+
};
|
|
820
867
|
readonly "mai-ds-r1-free": {
|
|
821
868
|
readonly openrouter: "microsoft/mai-ds-r1:free";
|
|
822
869
|
};
|
|
870
|
+
readonly mercury: {
|
|
871
|
+
readonly openrouter: "inception/mercury";
|
|
872
|
+
};
|
|
873
|
+
readonly "mercury-2": {
|
|
874
|
+
readonly openrouter: "inception/mercury-2";
|
|
875
|
+
};
|
|
876
|
+
readonly "mercury-coder": {
|
|
877
|
+
readonly openrouter: "inception/mercury-coder";
|
|
878
|
+
};
|
|
823
879
|
readonly "mimo-v2-flash": {
|
|
824
880
|
readonly openrouter: "xiaomi/mimo-v2-flash";
|
|
825
881
|
};
|
|
@@ -843,42 +899,86 @@ declare const _default: {
|
|
|
843
899
|
readonly "ministral-14b-3.0": {
|
|
844
900
|
readonly bedrock: "mistral.ministral-3-14b-instruct";
|
|
845
901
|
};
|
|
902
|
+
readonly "ministral-3-3b": {
|
|
903
|
+
readonly bedrock: "mistral.ministral-3-3b-instruct";
|
|
904
|
+
};
|
|
846
905
|
readonly "ministral-3-8b": {
|
|
847
906
|
readonly bedrock: "mistral.ministral-3-8b-instruct";
|
|
848
907
|
};
|
|
908
|
+
readonly "ministral-3b-latest": {
|
|
909
|
+
readonly mistral: "ministral-3b-latest";
|
|
910
|
+
};
|
|
911
|
+
readonly "ministral-8b-latest": {
|
|
912
|
+
readonly mistral: "ministral-8b-latest";
|
|
913
|
+
};
|
|
914
|
+
readonly "mistral-7b": {
|
|
915
|
+
readonly mistral: "open-mistral-7b";
|
|
916
|
+
};
|
|
849
917
|
readonly "mistral-7b-instruct-free": {
|
|
850
918
|
readonly openrouter: "mistralai/mistral-7b-instruct:free";
|
|
851
919
|
};
|
|
852
|
-
readonly "mistral-
|
|
853
|
-
readonly
|
|
920
|
+
readonly "mistral-embed": {
|
|
921
|
+
readonly mistral: "mistral-embed";
|
|
854
922
|
};
|
|
855
923
|
readonly "mistral-large": {
|
|
924
|
+
readonly mistral: "mistral-large-latest";
|
|
856
925
|
readonly bedrock: "mistral.mistral-large-2402-v1:0";
|
|
857
926
|
readonly openrouter: "mistralai/mistral-large";
|
|
858
927
|
};
|
|
859
|
-
readonly "mistral-large-
|
|
860
|
-
readonly
|
|
928
|
+
readonly "mistral-large-2.1": {
|
|
929
|
+
readonly mistral: "mistral-large-2411";
|
|
930
|
+
};
|
|
931
|
+
readonly "mistral-large-3": {
|
|
932
|
+
readonly bedrock: "mistral.mistral-large-3-675b-instruct";
|
|
933
|
+
readonly mistral: "mistral-large-2512";
|
|
934
|
+
};
|
|
935
|
+
readonly "mistral-large-latest": {
|
|
936
|
+
readonly mistral: "mistral-large-latest";
|
|
937
|
+
};
|
|
938
|
+
readonly "mistral-medium": {
|
|
939
|
+
readonly mistral: "mistral-medium-latest";
|
|
861
940
|
};
|
|
862
941
|
readonly "mistral-medium-3": {
|
|
942
|
+
readonly mistral: "mistral-medium-2505";
|
|
863
943
|
readonly openrouter: "mistralai/mistral-medium-3";
|
|
864
944
|
};
|
|
865
945
|
readonly "mistral-medium-3.1": {
|
|
946
|
+
readonly mistral: "mistral-medium-2508";
|
|
866
947
|
readonly openrouter: "mistralai/mistral-medium-3.1";
|
|
867
948
|
};
|
|
949
|
+
readonly "mistral-medium-latest": {
|
|
950
|
+
readonly mistral: "mistral-medium-latest";
|
|
951
|
+
};
|
|
952
|
+
readonly "mistral-nemo": {
|
|
953
|
+
readonly mistral: "mistral-nemo";
|
|
954
|
+
};
|
|
868
955
|
readonly "mistral-nemo-free": {
|
|
869
956
|
readonly openrouter: "mistralai/mistral-nemo:free";
|
|
870
957
|
};
|
|
958
|
+
readonly "mistral-small": {
|
|
959
|
+
readonly mistral: "mistral-small-latest";
|
|
960
|
+
readonly openrouter: "mistralai/mistral-small";
|
|
961
|
+
};
|
|
871
962
|
readonly "mistral-small-3.1-24b-instruct": {
|
|
872
963
|
readonly openrouter: "mistralai/mistral-small-3.1-24b-instruct";
|
|
873
964
|
};
|
|
965
|
+
readonly "mistral-small-3.2": {
|
|
966
|
+
readonly mistral: "mistral-small-2506";
|
|
967
|
+
};
|
|
874
968
|
readonly "mistral-small-3.2-24b-free": {
|
|
875
969
|
readonly openrouter: "mistralai/mistral-small-3.2-24b-instruct:free";
|
|
876
970
|
};
|
|
877
971
|
readonly "mistral-small-3.2-24b-instruct": {
|
|
878
972
|
readonly openrouter: "mistralai/mistral-small-3.2-24b-instruct";
|
|
879
973
|
};
|
|
880
|
-
readonly "
|
|
881
|
-
readonly
|
|
974
|
+
readonly "mistral-small-latest": {
|
|
975
|
+
readonly mistral: "mistral-small-latest";
|
|
976
|
+
};
|
|
977
|
+
readonly "mixtral-8x22b": {
|
|
978
|
+
readonly mistral: "open-mixtral-8x22b";
|
|
979
|
+
};
|
|
980
|
+
readonly "mixtral-8x7b": {
|
|
981
|
+
readonly mistral: "open-mixtral-8x7b";
|
|
882
982
|
};
|
|
883
983
|
readonly "molmo2-8b-free": {
|
|
884
984
|
readonly openrouter: "allenai/molmo-2-8b:free";
|
|
@@ -910,6 +1010,9 @@ declare const _default: {
|
|
|
910
1010
|
readonly "nvidia-nemotron-nano-12b-v2-vl-bf16": {
|
|
911
1011
|
readonly bedrock: "nvidia.nemotron-nano-12b-v2";
|
|
912
1012
|
};
|
|
1013
|
+
readonly "nvidia-nemotron-nano-3-30b": {
|
|
1014
|
+
readonly bedrock: "nvidia.nemotron-nano-3-30b";
|
|
1015
|
+
};
|
|
913
1016
|
readonly "nvidia-nemotron-nano-9b": {
|
|
914
1017
|
readonly bedrock: "nvidia.nemotron-nano-9b-v2";
|
|
915
1018
|
readonly openrouter: "nvidia/nemotron-nano-9b-v2";
|
|
@@ -950,6 +1053,19 @@ declare const _default: {
|
|
|
950
1053
|
readonly "palmyra-x5": {
|
|
951
1054
|
readonly bedrock: "writer.palmyra-x5-v1:0";
|
|
952
1055
|
};
|
|
1056
|
+
readonly "pixtral-12b": {
|
|
1057
|
+
readonly mistral: "pixtral-12b";
|
|
1058
|
+
};
|
|
1059
|
+
readonly "pixtral-large": {
|
|
1060
|
+
readonly mistral: "pixtral-large-latest";
|
|
1061
|
+
readonly openrouter: "mistralai/pixtral-large-latest";
|
|
1062
|
+
};
|
|
1063
|
+
readonly "pixtral-large-25.02": {
|
|
1064
|
+
readonly bedrock: "mistral.pixtral-large-2502-v1:0";
|
|
1065
|
+
};
|
|
1066
|
+
readonly "pixtral-large-latest": {
|
|
1067
|
+
readonly mistral: "pixtral-large-latest";
|
|
1068
|
+
};
|
|
953
1069
|
readonly "qwen2.5-coder-32b-instruct": {
|
|
954
1070
|
readonly openrouter: "qwen/qwen-2.5-coder-32b-instruct";
|
|
955
1071
|
};
|
|
@@ -1104,9 +1220,6 @@ declare const _default: {
|
|
|
1104
1220
|
readonly "text-embedding-ada-002": {
|
|
1105
1221
|
readonly openai: "text-embedding-ada-002";
|
|
1106
1222
|
};
|
|
1107
|
-
readonly "titan-text-g1---express": {
|
|
1108
|
-
readonly bedrock: "amazon.titan-text-express-v1:0:8k";
|
|
1109
|
-
};
|
|
1110
1223
|
readonly "trinity-large-preview": {
|
|
1111
1224
|
readonly openrouter: "arcee-ai/trinity-large-preview:free";
|
|
1112
1225
|
};
|
package/dist/aliases.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"aliases.d.ts","sourceRoot":"","sources":["../src/aliases.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"aliases.d.ts","sourceRoot":"","sources":["../src/aliases.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqtCW"}
|