@llmgateway/models 1.189.3 → 1.191.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/dist/models/alibaba.d.ts +41 -4
- package/dist/models/alibaba.js +45 -4
- package/dist/models/alibaba.js.map +1 -1
- package/dist/models/deepseek.d.ts +15 -0
- package/dist/models/deepseek.js +16 -0
- package/dist/models/deepseek.js.map +1 -1
- package/dist/models/google.d.ts +18 -4
- package/dist/models/google.js +19 -4
- package/dist/models/google.js.map +1 -1
- package/dist/models/meta.d.ts +14 -0
- package/dist/models/meta.js +15 -0
- package/dist/models/meta.js.map +1 -1
- package/dist/models/minimax.d.ts +29 -1
- package/dist/models/minimax.js +31 -1
- package/dist/models/minimax.js.map +1 -1
- package/dist/models/moonshot.d.ts +31 -0
- package/dist/models/moonshot.js +33 -0
- package/dist/models/moonshot.js.map +1 -1
- package/dist/models/nousresearch.d.ts +46 -0
- package/dist/models/nousresearch.js +52 -0
- package/dist/models/nousresearch.js.map +1 -1
- package/dist/models/nvidia.d.ts +100 -0
- package/dist/models/nvidia.js +113 -0
- package/dist/models/nvidia.js.map +1 -1
- package/dist/models/openai.d.ts +15 -0
- package/dist/models/openai.js +16 -0
- package/dist/models/openai.js.map +1 -1
- package/dist/models/openbmb.d.ts +21 -0
- package/dist/models/openbmb.js +26 -0
- package/dist/models/openbmb.js.map +1 -0
- package/dist/models/zai.d.ts +28 -0
- package/dist/models/zai.js +30 -0
- package/dist/models/zai.js.map +1 -1
- package/dist/models.d.ts +357 -9
- package/dist/models.js +2 -0
- package/dist/models.js.map +1 -1
- package/dist/providers.js +26 -0
- package/dist/providers.js.map +1 -1
- package/package.json +1 -1
package/dist/models.d.ts
CHANGED
|
@@ -799,6 +799,21 @@ export declare const models: [{
|
|
|
799
799
|
readonly supportedToolChoices: ["auto", "none"];
|
|
800
800
|
readonly reasoning: true;
|
|
801
801
|
readonly jsonOutput: false;
|
|
802
|
+
}, {
|
|
803
|
+
readonly providerId: "scx-ai";
|
|
804
|
+
readonly externalId: "gpt-oss-120b";
|
|
805
|
+
readonly inputPrice: "0.3533e-6";
|
|
806
|
+
readonly cachedInputPrice: "0.052995e-6";
|
|
807
|
+
readonly outputPrice: "1.154e-6";
|
|
808
|
+
readonly requestPrice: "0";
|
|
809
|
+
readonly contextSize: 131072;
|
|
810
|
+
readonly maxOutput: 32768;
|
|
811
|
+
readonly quantization: "fp8";
|
|
812
|
+
readonly streaming: true;
|
|
813
|
+
readonly vision: false;
|
|
814
|
+
readonly tools: true;
|
|
815
|
+
readonly reasoning: true;
|
|
816
|
+
readonly jsonOutput: true;
|
|
802
817
|
}];
|
|
803
818
|
}, {
|
|
804
819
|
readonly id: "gpt-oss-20b";
|
|
@@ -5482,17 +5497,16 @@ export declare const models: [{
|
|
|
5482
5497
|
readonly providers: [{
|
|
5483
5498
|
readonly providerId: "nebius";
|
|
5484
5499
|
readonly externalId: "google/gemma-3-27b-it";
|
|
5485
|
-
readonly inputPrice: "0.
|
|
5486
|
-
readonly outputPrice: "0.
|
|
5500
|
+
readonly inputPrice: "0.1e-6";
|
|
5501
|
+
readonly outputPrice: "0.3e-6";
|
|
5487
5502
|
readonly requestPrice: "0";
|
|
5488
|
-
readonly contextSize:
|
|
5503
|
+
readonly contextSize: 110000;
|
|
5489
5504
|
readonly maxOutput: undefined;
|
|
5490
5505
|
readonly quantization: "fp8";
|
|
5491
5506
|
readonly streaming: true;
|
|
5492
5507
|
readonly vision: true;
|
|
5493
5508
|
readonly tools: false;
|
|
5494
5509
|
readonly jsonOutput: false;
|
|
5495
|
-
readonly deactivatedAt: Date;
|
|
5496
5510
|
}];
|
|
5497
5511
|
}, {
|
|
5498
5512
|
readonly id: "gemma-4-31b-it";
|
|
@@ -5556,6 +5570,21 @@ export declare const models: [{
|
|
|
5556
5570
|
readonly tools: true;
|
|
5557
5571
|
readonly jsonOutput: true;
|
|
5558
5572
|
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "response_format", "tools", "tool_choice", "reasoning_effort"];
|
|
5573
|
+
}, {
|
|
5574
|
+
readonly providerId: "scx-ai";
|
|
5575
|
+
readonly externalId: "gemma-4-31B-it";
|
|
5576
|
+
readonly inputPrice: "0.374e-6";
|
|
5577
|
+
readonly cachedInputPrice: "0.0561e-6";
|
|
5578
|
+
readonly outputPrice: "1.129e-6";
|
|
5579
|
+
readonly requestPrice: "0";
|
|
5580
|
+
readonly contextSize: 131072;
|
|
5581
|
+
readonly maxOutput: 8192;
|
|
5582
|
+
readonly quantization: "bf16";
|
|
5583
|
+
readonly streaming: true;
|
|
5584
|
+
readonly reasoning: false;
|
|
5585
|
+
readonly vision: false;
|
|
5586
|
+
readonly tools: true;
|
|
5587
|
+
readonly jsonOutput: true;
|
|
5559
5588
|
}];
|
|
5560
5589
|
}, {
|
|
5561
5590
|
readonly id: "gemma-4-26b-a4b-it";
|
|
@@ -7160,6 +7189,20 @@ export declare const models: [{
|
|
|
7160
7189
|
readonly vision: true;
|
|
7161
7190
|
readonly tools: false;
|
|
7162
7191
|
readonly jsonOutput: true;
|
|
7192
|
+
}, {
|
|
7193
|
+
readonly providerId: "scx-ai";
|
|
7194
|
+
readonly externalId: "Llama-4-Maverick-17B-128E-Instruct";
|
|
7195
|
+
readonly inputPrice: "1.1186e-6";
|
|
7196
|
+
readonly cachedInputPrice: "0.16779e-6";
|
|
7197
|
+
readonly outputPrice: "3.4148e-6";
|
|
7198
|
+
readonly requestPrice: "0";
|
|
7199
|
+
readonly contextSize: 131072;
|
|
7200
|
+
readonly maxOutput: 8192;
|
|
7201
|
+
readonly quantization: "fp8";
|
|
7202
|
+
readonly streaming: true;
|
|
7203
|
+
readonly vision: false;
|
|
7204
|
+
readonly tools: true;
|
|
7205
|
+
readonly jsonOutput: true;
|
|
7163
7206
|
}];
|
|
7164
7207
|
}, {
|
|
7165
7208
|
readonly id: "llama-3-8b-instruct";
|
|
@@ -7522,6 +7565,21 @@ export declare const models: [{
|
|
|
7522
7565
|
readonly vision: false;
|
|
7523
7566
|
readonly tools: true;
|
|
7524
7567
|
readonly jsonOutput: false;
|
|
7568
|
+
}, {
|
|
7569
|
+
readonly providerId: "nebius";
|
|
7570
|
+
readonly externalId: "deepseek-ai/DeepSeek-V4-Pro";
|
|
7571
|
+
readonly inputPrice: "1.75e-6";
|
|
7572
|
+
readonly outputPrice: "3.5e-6";
|
|
7573
|
+
readonly requestPrice: "0";
|
|
7574
|
+
readonly contextSize: 1048576;
|
|
7575
|
+
readonly maxOutput: undefined;
|
|
7576
|
+
readonly quantization: "fp8";
|
|
7577
|
+
readonly streaming: true;
|
|
7578
|
+
readonly reasoning: true;
|
|
7579
|
+
readonly reasoningOutput: "omit";
|
|
7580
|
+
readonly vision: false;
|
|
7581
|
+
readonly tools: true;
|
|
7582
|
+
readonly jsonOutput: true;
|
|
7525
7583
|
}];
|
|
7526
7584
|
}, {
|
|
7527
7585
|
readonly id: "deepseek-v4-flash";
|
|
@@ -7869,6 +7927,20 @@ export declare const models: [{
|
|
|
7869
7927
|
readonly tools: false;
|
|
7870
7928
|
readonly jsonOutput: true;
|
|
7871
7929
|
readonly jsonOutputSchema: true;
|
|
7930
|
+
}, {
|
|
7931
|
+
readonly providerId: "nebius";
|
|
7932
|
+
readonly externalId: "MiniMaxAI/MiniMax-M3";
|
|
7933
|
+
readonly inputPrice: "0.3e-6";
|
|
7934
|
+
readonly outputPrice: "1.2e-6";
|
|
7935
|
+
readonly requestPrice: "0";
|
|
7936
|
+
readonly contextSize: 1048576;
|
|
7937
|
+
readonly maxOutput: undefined;
|
|
7938
|
+
readonly quantization: "fp8";
|
|
7939
|
+
readonly streaming: true;
|
|
7940
|
+
readonly reasoning: true;
|
|
7941
|
+
readonly vision: false;
|
|
7942
|
+
readonly tools: true;
|
|
7943
|
+
readonly jsonOutput: false;
|
|
7872
7944
|
}];
|
|
7873
7945
|
}, {
|
|
7874
7946
|
readonly id: "minimax-m2.7";
|
|
@@ -7923,6 +7995,20 @@ export declare const models: [{
|
|
|
7923
7995
|
readonly tools: false;
|
|
7924
7996
|
readonly jsonOutput: true;
|
|
7925
7997
|
readonly jsonOutputSchema: true;
|
|
7998
|
+
}, {
|
|
7999
|
+
readonly providerId: "scx-ai";
|
|
8000
|
+
readonly externalId: "MiniMax-M2.7";
|
|
8001
|
+
readonly inputPrice: "0.471e-6";
|
|
8002
|
+
readonly cachedInputPrice: "0.07065e-6";
|
|
8003
|
+
readonly outputPrice: "2.2165e-6";
|
|
8004
|
+
readonly requestPrice: "0";
|
|
8005
|
+
readonly contextSize: 196608;
|
|
8006
|
+
readonly maxOutput: 196608;
|
|
8007
|
+
readonly streaming: true;
|
|
8008
|
+
readonly reasoning: true;
|
|
8009
|
+
readonly vision: false;
|
|
8010
|
+
readonly tools: true;
|
|
8011
|
+
readonly jsonOutput: true;
|
|
7926
8012
|
}];
|
|
7927
8013
|
}, {
|
|
7928
8014
|
readonly id: "minimax-m2.7-highspeed";
|
|
@@ -8023,7 +8109,7 @@ export declare const models: [{
|
|
|
8023
8109
|
readonly inputPrice: "0.3e-6";
|
|
8024
8110
|
readonly outputPrice: "1.2e-6";
|
|
8025
8111
|
readonly requestPrice: "0";
|
|
8026
|
-
readonly contextSize:
|
|
8112
|
+
readonly contextSize: 196608;
|
|
8027
8113
|
readonly maxOutput: 131100;
|
|
8028
8114
|
readonly quantization: "fp4";
|
|
8029
8115
|
readonly streaming: true;
|
|
@@ -8569,6 +8655,23 @@ export declare const models: [{
|
|
|
8569
8655
|
readonly vision: false;
|
|
8570
8656
|
readonly tools: true;
|
|
8571
8657
|
readonly jsonOutput: true;
|
|
8658
|
+
}, {
|
|
8659
|
+
readonly providerId: "nebius";
|
|
8660
|
+
readonly externalId: "moonshotai/Kimi-K2.6";
|
|
8661
|
+
readonly stability: "unstable";
|
|
8662
|
+
readonly supportedToolChoices: ["auto", "none"];
|
|
8663
|
+
readonly inputPrice: "0.95e-6";
|
|
8664
|
+
readonly outputPrice: "4.0e-6";
|
|
8665
|
+
readonly requestPrice: "0";
|
|
8666
|
+
readonly contextSize: 262144;
|
|
8667
|
+
readonly maxOutput: undefined;
|
|
8668
|
+
readonly quantization: "int4";
|
|
8669
|
+
readonly streaming: true;
|
|
8670
|
+
readonly reasoning: true;
|
|
8671
|
+
readonly vision: true;
|
|
8672
|
+
readonly tools: true;
|
|
8673
|
+
readonly jsonOutput: true;
|
|
8674
|
+
readonly healStreamingJsonOutput: true;
|
|
8572
8675
|
}];
|
|
8573
8676
|
}, {
|
|
8574
8677
|
readonly id: "kimi-k2.7-code";
|
|
@@ -8593,6 +8696,20 @@ export declare const models: [{
|
|
|
8593
8696
|
readonly tools: true;
|
|
8594
8697
|
readonly jsonOutput: true;
|
|
8595
8698
|
readonly supportedParameters: ["max_tokens", "response_format", "tools", "tool_choice", "reasoning_effort"];
|
|
8699
|
+
}, {
|
|
8700
|
+
readonly providerId: "nebius";
|
|
8701
|
+
readonly externalId: "moonshotai/Kimi-K2.7-Code";
|
|
8702
|
+
readonly inputPrice: "0.95e-6";
|
|
8703
|
+
readonly outputPrice: "4.0e-6";
|
|
8704
|
+
readonly requestPrice: "0";
|
|
8705
|
+
readonly contextSize: 262144;
|
|
8706
|
+
readonly maxOutput: undefined;
|
|
8707
|
+
readonly quantization: "fp4";
|
|
8708
|
+
readonly streaming: true;
|
|
8709
|
+
readonly reasoning: true;
|
|
8710
|
+
readonly vision: false;
|
|
8711
|
+
readonly tools: true;
|
|
8712
|
+
readonly jsonOutput: false;
|
|
8596
8713
|
}];
|
|
8597
8714
|
}, {
|
|
8598
8715
|
readonly id: "kimi-k2.7-code-highspeed";
|
|
@@ -9119,6 +9236,7 @@ export declare const models: [{
|
|
|
9119
9236
|
readonly providers: [{
|
|
9120
9237
|
readonly providerId: "nebius";
|
|
9121
9238
|
readonly externalId: "Qwen/Qwen3-235B-A22B-Thinking-2507";
|
|
9239
|
+
readonly deactivatedAt: Date;
|
|
9122
9240
|
readonly inputPrice: "0.2e-6";
|
|
9123
9241
|
readonly outputPrice: "0.6e-6";
|
|
9124
9242
|
readonly requestPrice: "0";
|
|
@@ -9223,7 +9341,7 @@ export declare const models: [{
|
|
|
9223
9341
|
readonly inputPrice: "0.1e-6";
|
|
9224
9342
|
readonly outputPrice: "0.3e-6";
|
|
9225
9343
|
readonly requestPrice: "0";
|
|
9226
|
-
readonly contextSize:
|
|
9344
|
+
readonly contextSize: 40960;
|
|
9227
9345
|
readonly maxOutput: 8192;
|
|
9228
9346
|
readonly quantization: "fp8";
|
|
9229
9347
|
readonly streaming: true;
|
|
@@ -9244,6 +9362,22 @@ export declare const models: [{
|
|
|
9244
9362
|
readonly jsonOutput: true;
|
|
9245
9363
|
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "response_format", "tools", "tool_choice"];
|
|
9246
9364
|
readonly deactivatedAt: Date;
|
|
9365
|
+
}, {
|
|
9366
|
+
readonly providerId: "scx-ai";
|
|
9367
|
+
readonly externalId: "Qwen3-32B";
|
|
9368
|
+
readonly inputPrice: "0.7654e-6";
|
|
9369
|
+
readonly cachedInputPrice: "0.11481e-6";
|
|
9370
|
+
readonly outputPrice: "1.8252e-6";
|
|
9371
|
+
readonly requestPrice: "0";
|
|
9372
|
+
readonly contextSize: 32768;
|
|
9373
|
+
readonly maxOutput: 8192;
|
|
9374
|
+
readonly quantization: "bf16";
|
|
9375
|
+
readonly streaming: true;
|
|
9376
|
+
readonly reasoning: true;
|
|
9377
|
+
readonly reasoningOutput: "omit";
|
|
9378
|
+
readonly vision: false;
|
|
9379
|
+
readonly tools: true;
|
|
9380
|
+
readonly jsonOutput: true;
|
|
9247
9381
|
}];
|
|
9248
9382
|
}, {
|
|
9249
9383
|
readonly id: "qwen3-30b-a3b";
|
|
@@ -9354,10 +9488,10 @@ export declare const models: [{
|
|
|
9354
9488
|
readonly providers: [{
|
|
9355
9489
|
readonly providerId: "nebius";
|
|
9356
9490
|
readonly externalId: "Qwen/Qwen2.5-VL-72B-Instruct";
|
|
9357
|
-
readonly inputPrice: "0.
|
|
9358
|
-
readonly outputPrice: "0.
|
|
9491
|
+
readonly inputPrice: "0.25e-6";
|
|
9492
|
+
readonly outputPrice: "0.75e-6";
|
|
9359
9493
|
readonly requestPrice: "0";
|
|
9360
|
-
readonly contextSize:
|
|
9494
|
+
readonly contextSize: 32000;
|
|
9361
9495
|
readonly maxOutput: 8192;
|
|
9362
9496
|
readonly quantization: "fp8";
|
|
9363
9497
|
readonly streaming: true;
|
|
@@ -9395,6 +9529,7 @@ export declare const models: [{
|
|
|
9395
9529
|
readonly providerId: "nebius";
|
|
9396
9530
|
readonly stability: "unstable";
|
|
9397
9531
|
readonly externalId: "Qwen/Qwen3-Coder-480B-A35B-Instruct";
|
|
9532
|
+
readonly deactivatedAt: Date;
|
|
9398
9533
|
readonly inputPrice: "0.4e-6";
|
|
9399
9534
|
readonly outputPrice: "1.8e-6";
|
|
9400
9535
|
readonly requestPrice: "0";
|
|
@@ -10891,6 +11026,25 @@ export declare const models: [{
|
|
|
10891
11026
|
readonly jsonOutput: true;
|
|
10892
11027
|
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "response_format", "tools", "reasoning_effort"];
|
|
10893
11028
|
}];
|
|
11029
|
+
}, {
|
|
11030
|
+
readonly id: "qwen3-embedding-8b";
|
|
11031
|
+
readonly name: "Qwen3 Embedding 8B";
|
|
11032
|
+
readonly description: "Qwen3-based text embedding model with strong multilingual retrieval performance. Output dimension 4096; supports the `dimensions` parameter to shorten output.";
|
|
11033
|
+
readonly family: "alibaba";
|
|
11034
|
+
readonly output: ["embedding"];
|
|
11035
|
+
readonly releasedAt: Date;
|
|
11036
|
+
readonly providers: [{
|
|
11037
|
+
readonly providerId: "nebius";
|
|
11038
|
+
readonly externalId: "Qwen/Qwen3-Embedding-8B";
|
|
11039
|
+
readonly inputPrice: "0.01e-6";
|
|
11040
|
+
readonly outputPrice: "0";
|
|
11041
|
+
readonly requestPrice: "0";
|
|
11042
|
+
readonly contextSize: 40960;
|
|
11043
|
+
readonly streaming: false;
|
|
11044
|
+
readonly tools: false;
|
|
11045
|
+
readonly jsonOutput: false;
|
|
11046
|
+
readonly embeddings: true;
|
|
11047
|
+
}];
|
|
10894
11048
|
}, {
|
|
10895
11049
|
readonly id: "wan-2-6-t2v";
|
|
10896
11050
|
readonly name: "Wan 2.6 Text-to-Video";
|
|
@@ -11298,6 +11452,52 @@ export declare const models: [{
|
|
|
11298
11452
|
readonly jsonOutput: false;
|
|
11299
11453
|
readonly imageGenerations: true;
|
|
11300
11454
|
}];
|
|
11455
|
+
}, {
|
|
11456
|
+
readonly id: "hermes-4-405b";
|
|
11457
|
+
readonly name: "Hermes 4 405B";
|
|
11458
|
+
readonly description: "Nous Research Hermes 4 flagship hybrid reasoning model based on Llama 3.1 405B.";
|
|
11459
|
+
readonly family: "nousresearch";
|
|
11460
|
+
readonly releasedAt: Date;
|
|
11461
|
+
readonly providers: [{
|
|
11462
|
+
readonly providerId: "nebius";
|
|
11463
|
+
readonly externalId: "NousResearch/Hermes-4-405B";
|
|
11464
|
+
readonly inputPrice: "1.0e-6";
|
|
11465
|
+
readonly outputPrice: "3.0e-6";
|
|
11466
|
+
readonly requestPrice: "0";
|
|
11467
|
+
readonly contextSize: 131072;
|
|
11468
|
+
readonly maxOutput: undefined;
|
|
11469
|
+
readonly quantization: "fp8";
|
|
11470
|
+
readonly streaming: true;
|
|
11471
|
+
readonly reasoning: true;
|
|
11472
|
+
readonly reasoningOutput: "omit";
|
|
11473
|
+
readonly splitTaggedReasoning: true;
|
|
11474
|
+
readonly vision: false;
|
|
11475
|
+
readonly tools: true;
|
|
11476
|
+
readonly jsonOutput: true;
|
|
11477
|
+
}];
|
|
11478
|
+
}, {
|
|
11479
|
+
readonly id: "hermes-4-70b";
|
|
11480
|
+
readonly name: "Hermes 4 70B";
|
|
11481
|
+
readonly description: "Nous Research Hermes 4 hybrid reasoning model based on Llama 3.1 70B.";
|
|
11482
|
+
readonly family: "nousresearch";
|
|
11483
|
+
readonly releasedAt: Date;
|
|
11484
|
+
readonly providers: [{
|
|
11485
|
+
readonly providerId: "nebius";
|
|
11486
|
+
readonly externalId: "NousResearch/Hermes-4-70B";
|
|
11487
|
+
readonly inputPrice: "0.13e-6";
|
|
11488
|
+
readonly outputPrice: "0.4e-6";
|
|
11489
|
+
readonly requestPrice: "0";
|
|
11490
|
+
readonly contextSize: 131072;
|
|
11491
|
+
readonly maxOutput: undefined;
|
|
11492
|
+
readonly quantization: "fp8";
|
|
11493
|
+
readonly streaming: true;
|
|
11494
|
+
readonly reasoning: true;
|
|
11495
|
+
readonly reasoningOutput: "omit";
|
|
11496
|
+
readonly splitTaggedReasoning: true;
|
|
11497
|
+
readonly vision: false;
|
|
11498
|
+
readonly tools: true;
|
|
11499
|
+
readonly jsonOutput: true;
|
|
11500
|
+
}];
|
|
11301
11501
|
}, {
|
|
11302
11502
|
readonly id: "hermes-3-llama-405b";
|
|
11303
11503
|
readonly name: "Hermes 3 Llama 405B";
|
|
@@ -11420,6 +11620,126 @@ export declare const models: [{
|
|
|
11420
11620
|
readonly tools: true;
|
|
11421
11621
|
readonly jsonOutput: true;
|
|
11422
11622
|
readonly healStreamingJsonOutput: true;
|
|
11623
|
+
}, {
|
|
11624
|
+
readonly providerId: "nebius";
|
|
11625
|
+
readonly externalId: "nvidia/Nemotron-3-Ultra-550b-a55b";
|
|
11626
|
+
readonly inputPrice: "1.0e-6";
|
|
11627
|
+
readonly outputPrice: "3.0e-6";
|
|
11628
|
+
readonly requestPrice: "0";
|
|
11629
|
+
readonly contextSize: 1048576;
|
|
11630
|
+
readonly maxOutput: undefined;
|
|
11631
|
+
readonly quantization: "fp4";
|
|
11632
|
+
readonly streaming: true;
|
|
11633
|
+
readonly reasoning: true;
|
|
11634
|
+
readonly vision: false;
|
|
11635
|
+
readonly tools: true;
|
|
11636
|
+
readonly jsonOutput: true;
|
|
11637
|
+
}];
|
|
11638
|
+
}, {
|
|
11639
|
+
readonly id: "nemotron-3-super-120b";
|
|
11640
|
+
readonly name: "Nemotron 3 Super 120B";
|
|
11641
|
+
readonly description: "NVIDIA's mid-size Nemotron 3 MoE model with 120B total and 12B active parameters, built for efficient reasoning and multi-agent applications.";
|
|
11642
|
+
readonly family: "nvidia";
|
|
11643
|
+
readonly releasedAt: Date;
|
|
11644
|
+
readonly providers: [{
|
|
11645
|
+
readonly providerId: "nebius";
|
|
11646
|
+
readonly externalId: "nvidia/nemotron-3-super-120b-a12b";
|
|
11647
|
+
readonly supportedToolChoices: ["auto", "none", "function"];
|
|
11648
|
+
readonly inputPrice: "0.3e-6";
|
|
11649
|
+
readonly outputPrice: "0.9e-6";
|
|
11650
|
+
readonly requestPrice: "0";
|
|
11651
|
+
readonly contextSize: 262144;
|
|
11652
|
+
readonly maxOutput: undefined;
|
|
11653
|
+
readonly quantization: "fp4";
|
|
11654
|
+
readonly streaming: true;
|
|
11655
|
+
readonly reasoning: true;
|
|
11656
|
+
readonly vision: false;
|
|
11657
|
+
readonly tools: true;
|
|
11658
|
+
readonly jsonOutput: true;
|
|
11659
|
+
}];
|
|
11660
|
+
}, {
|
|
11661
|
+
readonly id: "nemotron-3-nano-30b";
|
|
11662
|
+
readonly name: "Nemotron 3 Nano 30B";
|
|
11663
|
+
readonly description: "NVIDIA's compact Nemotron 3 MoE model with 30B total and 3B active parameters, offering toggleable reasoning and long context at low cost.";
|
|
11664
|
+
readonly family: "nvidia";
|
|
11665
|
+
readonly releasedAt: Date;
|
|
11666
|
+
readonly providers: [{
|
|
11667
|
+
readonly providerId: "nebius";
|
|
11668
|
+
readonly externalId: "nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B";
|
|
11669
|
+
readonly inputPrice: "0.06e-6";
|
|
11670
|
+
readonly outputPrice: "0.24e-6";
|
|
11671
|
+
readonly requestPrice: "0";
|
|
11672
|
+
readonly contextSize: 262144;
|
|
11673
|
+
readonly maxOutput: undefined;
|
|
11674
|
+
readonly quantization: "fp8";
|
|
11675
|
+
readonly streaming: true;
|
|
11676
|
+
readonly reasoning: true;
|
|
11677
|
+
readonly vision: false;
|
|
11678
|
+
readonly tools: true;
|
|
11679
|
+
readonly jsonOutput: false;
|
|
11680
|
+
}];
|
|
11681
|
+
}, {
|
|
11682
|
+
readonly id: "nemotron-3-nano-omni";
|
|
11683
|
+
readonly name: "Nemotron 3 Nano Omni";
|
|
11684
|
+
readonly description: "NVIDIA's omni-modal Nemotron 3 Nano model unifying vision, audio, and language understanding for efficient AI agents.";
|
|
11685
|
+
readonly family: "nvidia";
|
|
11686
|
+
readonly releasedAt: Date;
|
|
11687
|
+
readonly providers: [{
|
|
11688
|
+
readonly providerId: "nebius";
|
|
11689
|
+
readonly externalId: "nvidia/Nemotron-3-Nano-Omni";
|
|
11690
|
+
readonly inputPrice: "0.06e-6";
|
|
11691
|
+
readonly outputPrice: "0.24e-6";
|
|
11692
|
+
readonly requestPrice: "0";
|
|
11693
|
+
readonly contextSize: 262144;
|
|
11694
|
+
readonly maxOutput: undefined;
|
|
11695
|
+
readonly quantization: "fp8";
|
|
11696
|
+
readonly streaming: true;
|
|
11697
|
+
readonly reasoning: true;
|
|
11698
|
+
readonly vision: true;
|
|
11699
|
+
readonly tools: true;
|
|
11700
|
+
readonly jsonOutput: true;
|
|
11701
|
+
}];
|
|
11702
|
+
}, {
|
|
11703
|
+
readonly id: "cosmos3-super-reasoner";
|
|
11704
|
+
readonly name: "Cosmos 3 Super Reasoner";
|
|
11705
|
+
readonly description: "NVIDIA's Cosmos 3 vision-language reasoning model for physical AI, built for understanding real-world environments and multi-step reasoning over visual input.";
|
|
11706
|
+
readonly family: "nvidia";
|
|
11707
|
+
readonly releasedAt: Date;
|
|
11708
|
+
readonly providers: [{
|
|
11709
|
+
readonly providerId: "nebius";
|
|
11710
|
+
readonly externalId: "nvidia/Cosmos3-Super-Reasoner";
|
|
11711
|
+
readonly inputPrice: "0.1e-6";
|
|
11712
|
+
readonly outputPrice: "0.3e-6";
|
|
11713
|
+
readonly requestPrice: "0";
|
|
11714
|
+
readonly contextSize: 262144;
|
|
11715
|
+
readonly maxOutput: undefined;
|
|
11716
|
+
readonly quantization: "fp16";
|
|
11717
|
+
readonly streaming: true;
|
|
11718
|
+
readonly reasoning: true;
|
|
11719
|
+
readonly reasoningOutput: "omit";
|
|
11720
|
+
readonly vision: true;
|
|
11721
|
+
readonly tools: true;
|
|
11722
|
+
readonly jsonOutput: true;
|
|
11723
|
+
}];
|
|
11724
|
+
}, {
|
|
11725
|
+
readonly id: "minicpm-v-4.5";
|
|
11726
|
+
readonly name: "MiniCPM-V 4.5";
|
|
11727
|
+
readonly description: "OpenBMB's compact multimodal model with strong image and video understanding at an efficient 8B scale.";
|
|
11728
|
+
readonly family: "openbmb";
|
|
11729
|
+
readonly releasedAt: Date;
|
|
11730
|
+
readonly providers: [{
|
|
11731
|
+
readonly providerId: "nebius";
|
|
11732
|
+
readonly externalId: "openbmb/MiniCPM-V-4_5";
|
|
11733
|
+
readonly inputPrice: "0.658e-6";
|
|
11734
|
+
readonly outputPrice: "1.11e-6";
|
|
11735
|
+
readonly requestPrice: "0";
|
|
11736
|
+
readonly contextSize: 32000;
|
|
11737
|
+
readonly maxOutput: undefined;
|
|
11738
|
+
readonly quantization: "fp16";
|
|
11739
|
+
readonly streaming: true;
|
|
11740
|
+
readonly vision: true;
|
|
11741
|
+
readonly tools: false;
|
|
11742
|
+
readonly jsonOutput: true;
|
|
11423
11743
|
}];
|
|
11424
11744
|
}, {
|
|
11425
11745
|
readonly id: "glm-5.2";
|
|
@@ -11526,6 +11846,20 @@ export declare const models: [{
|
|
|
11526
11846
|
readonly tools: true;
|
|
11527
11847
|
readonly jsonOutput: true;
|
|
11528
11848
|
readonly supportsDeveloperRole: false;
|
|
11849
|
+
}, {
|
|
11850
|
+
readonly providerId: "nebius";
|
|
11851
|
+
readonly externalId: "zai-org/GLM-5.2";
|
|
11852
|
+
readonly inputPrice: "1.4e-6";
|
|
11853
|
+
readonly outputPrice: "4.4e-6";
|
|
11854
|
+
readonly requestPrice: "0";
|
|
11855
|
+
readonly contextSize: 1048576;
|
|
11856
|
+
readonly maxOutput: undefined;
|
|
11857
|
+
readonly quantization: "fp4";
|
|
11858
|
+
readonly streaming: true;
|
|
11859
|
+
readonly reasoning: true;
|
|
11860
|
+
readonly vision: false;
|
|
11861
|
+
readonly tools: true;
|
|
11862
|
+
readonly jsonOutput: true;
|
|
11529
11863
|
}];
|
|
11530
11864
|
}, {
|
|
11531
11865
|
readonly id: "glm-5.1";
|
|
@@ -11613,6 +11947,20 @@ export declare const models: [{
|
|
|
11613
11947
|
readonly reasoning: true;
|
|
11614
11948
|
readonly jsonOutput: false;
|
|
11615
11949
|
readonly supportedParameters: ["messages", "model", "stream", "stream_options", "temperature", "top_p", "max_tokens", "max_completion_tokens", "seed", "stop", "response_format", "tools", "tool_choice", "parallel_tool_calls", "reasoning", "reasoning_effort"];
|
|
11950
|
+
}, {
|
|
11951
|
+
readonly providerId: "nebius";
|
|
11952
|
+
readonly externalId: "zai-org/GLM-5.1";
|
|
11953
|
+
readonly inputPrice: "1.4e-6";
|
|
11954
|
+
readonly outputPrice: "4.4e-6";
|
|
11955
|
+
readonly requestPrice: "0";
|
|
11956
|
+
readonly contextSize: 202752;
|
|
11957
|
+
readonly maxOutput: undefined;
|
|
11958
|
+
readonly quantization: "fp8";
|
|
11959
|
+
readonly streaming: true;
|
|
11960
|
+
readonly reasoning: true;
|
|
11961
|
+
readonly vision: false;
|
|
11962
|
+
readonly tools: true;
|
|
11963
|
+
readonly jsonOutput: true;
|
|
11616
11964
|
}];
|
|
11617
11965
|
}, {
|
|
11618
11966
|
readonly id: "glm-5";
|
package/dist/models.js
CHANGED
|
@@ -14,6 +14,7 @@ import { moonshotModels } from "./models/moonshot.js";
|
|
|
14
14
|
import { nousresearchModels } from "./models/nousresearch.js";
|
|
15
15
|
import { nvidiaModels } from "./models/nvidia.js";
|
|
16
16
|
import { openaiModels } from "./models/openai.js";
|
|
17
|
+
import { openbmbModels } from "./models/openbmb.js";
|
|
17
18
|
import { perplexityModels } from "./models/perplexity.js";
|
|
18
19
|
import { reveModels } from "./models/reve.js";
|
|
19
20
|
import { sakanaModels } from "./models/sakana.js";
|
|
@@ -41,6 +42,7 @@ export const models = [
|
|
|
41
42
|
...reveModels,
|
|
42
43
|
...sakanaModels,
|
|
43
44
|
...nvidiaModels,
|
|
45
|
+
...openbmbModels,
|
|
44
46
|
...zaiModels,
|
|
45
47
|
...elevenlabsModels,
|
|
46
48
|
];
|
package/dist/models.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AA2oB5C,MAAM,CAAC,MAAM,MAAM,GAAG;IACrB,GAAG,gBAAgB;IACnB,GAAG,YAAY;IACf,GAAG,eAAe;IAClB,GAAG,YAAY;IACf,GAAG,gBAAgB;IACnB,GAAG,SAAS;IACZ,GAAG,YAAY;IACf,GAAG,UAAU;IACb,GAAG,cAAc;IACjB,GAAG,aAAa;IAChB,GAAG,eAAe;IAClB,GAAG,aAAa;IAChB,GAAG,cAAc;IACjB,GAAG,aAAa;IAChB,GAAG,gBAAgB;IACnB,GAAG,eAAe;IAClB,GAAG,kBAAkB;IACrB,GAAG,UAAU;IACb,GAAG,YAAY;IACf,GAAG,YAAY;IACf,GAAG,SAAS;IACZ,GAAG,gBAAgB;CACkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AA2oB5C,MAAM,CAAC,MAAM,MAAM,GAAG;IACrB,GAAG,gBAAgB;IACnB,GAAG,YAAY;IACf,GAAG,eAAe;IAClB,GAAG,YAAY;IACf,GAAG,gBAAgB;IACnB,GAAG,SAAS;IACZ,GAAG,YAAY;IACf,GAAG,UAAU;IACb,GAAG,cAAc;IACjB,GAAG,aAAa;IAChB,GAAG,eAAe;IAClB,GAAG,aAAa;IAChB,GAAG,cAAc;IACjB,GAAG,aAAa;IAChB,GAAG,gBAAgB;IACnB,GAAG,eAAe;IAClB,GAAG,kBAAkB;IACrB,GAAG,UAAU;IACb,GAAG,YAAY;IACf,GAAG,YAAY;IACf,GAAG,aAAa;IAChB,GAAG,SAAS;IACZ,GAAG,gBAAgB;CACkB,CAAC"}
|
package/dist/providers.js
CHANGED
|
@@ -962,6 +962,31 @@ export const providers = [
|
|
|
962
962
|
soc2: 2,
|
|
963
963
|
},
|
|
964
964
|
},
|
|
965
|
+
{
|
|
966
|
+
id: "scx-ai",
|
|
967
|
+
name: "SCX.ai",
|
|
968
|
+
description: "SCX.ai is an Australian sovereign AI platform providing OpenAI-compatible Turbo inference endpoints — up to 4x faster than comparable providers — for a range of open models and SCX's own models, hosted on renewable-powered infrastructure.",
|
|
969
|
+
env: {
|
|
970
|
+
required: {
|
|
971
|
+
apiKey: "LLM_SCX_AI_API_KEY",
|
|
972
|
+
},
|
|
973
|
+
},
|
|
974
|
+
streaming: true,
|
|
975
|
+
cancellation: true,
|
|
976
|
+
color: "#1a1a2e",
|
|
977
|
+
website: "https://scx.ai",
|
|
978
|
+
statusPageUrl: null,
|
|
979
|
+
announcement: null,
|
|
980
|
+
termsUrl: "https://scx.ai/terms",
|
|
981
|
+
privacyPolicyUrl: "https://scx.ai/privacy",
|
|
982
|
+
headquarters: "AU",
|
|
983
|
+
dataPolicy: {
|
|
984
|
+
apiTraining: false,
|
|
985
|
+
consumerTraining: false,
|
|
986
|
+
promptLogging: false,
|
|
987
|
+
retentionPeriod: null,
|
|
988
|
+
},
|
|
989
|
+
},
|
|
965
990
|
{
|
|
966
991
|
id: "custom",
|
|
967
992
|
name: "Custom",
|
|
@@ -1328,6 +1353,7 @@ export const PROVIDER_COUNTRY_NAMES = {
|
|
|
1328
1353
|
NL: "Netherlands",
|
|
1329
1354
|
FR: "France",
|
|
1330
1355
|
JP: "Japan",
|
|
1356
|
+
AU: "Australia",
|
|
1331
1357
|
};
|
|
1332
1358
|
export function countryCodeToFlag(code) {
|
|
1333
1359
|
return code
|