@llmgateway/models 1.190.0 → 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 +25 -4
- package/dist/models/alibaba.js +28 -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 +3 -4
- package/dist/models/google.js +3 -4
- package/dist/models/google.js.map +1 -1
- package/dist/models/minimax.d.ts +15 -1
- package/dist/models/minimax.js +16 -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/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 +283 -9
- package/dist/models.js +2 -0
- package/dist/models.js.map +1 -1
- package/package.json +1 -1
- package/dist/models/scx.d.ts +0 -21
- package/dist/models/scx.js +0 -26
- package/dist/models/scx.js.map +0 -1
package/dist/models.d.ts
CHANGED
|
@@ -5497,17 +5497,16 @@ export declare const models: [{
|
|
|
5497
5497
|
readonly providers: [{
|
|
5498
5498
|
readonly providerId: "nebius";
|
|
5499
5499
|
readonly externalId: "google/gemma-3-27b-it";
|
|
5500
|
-
readonly inputPrice: "0.
|
|
5501
|
-
readonly outputPrice: "0.
|
|
5500
|
+
readonly inputPrice: "0.1e-6";
|
|
5501
|
+
readonly outputPrice: "0.3e-6";
|
|
5502
5502
|
readonly requestPrice: "0";
|
|
5503
|
-
readonly contextSize:
|
|
5503
|
+
readonly contextSize: 110000;
|
|
5504
5504
|
readonly maxOutput: undefined;
|
|
5505
5505
|
readonly quantization: "fp8";
|
|
5506
5506
|
readonly streaming: true;
|
|
5507
5507
|
readonly vision: true;
|
|
5508
5508
|
readonly tools: false;
|
|
5509
5509
|
readonly jsonOutput: false;
|
|
5510
|
-
readonly deactivatedAt: Date;
|
|
5511
5510
|
}];
|
|
5512
5511
|
}, {
|
|
5513
5512
|
readonly id: "gemma-4-31b-it";
|
|
@@ -7566,6 +7565,21 @@ export declare const models: [{
|
|
|
7566
7565
|
readonly vision: false;
|
|
7567
7566
|
readonly tools: true;
|
|
7568
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;
|
|
7569
7583
|
}];
|
|
7570
7584
|
}, {
|
|
7571
7585
|
readonly id: "deepseek-v4-flash";
|
|
@@ -7913,6 +7927,20 @@ export declare const models: [{
|
|
|
7913
7927
|
readonly tools: false;
|
|
7914
7928
|
readonly jsonOutput: true;
|
|
7915
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;
|
|
7916
7944
|
}];
|
|
7917
7945
|
}, {
|
|
7918
7946
|
readonly id: "minimax-m2.7";
|
|
@@ -8081,7 +8109,7 @@ export declare const models: [{
|
|
|
8081
8109
|
readonly inputPrice: "0.3e-6";
|
|
8082
8110
|
readonly outputPrice: "1.2e-6";
|
|
8083
8111
|
readonly requestPrice: "0";
|
|
8084
|
-
readonly contextSize:
|
|
8112
|
+
readonly contextSize: 196608;
|
|
8085
8113
|
readonly maxOutput: 131100;
|
|
8086
8114
|
readonly quantization: "fp4";
|
|
8087
8115
|
readonly streaming: true;
|
|
@@ -8627,6 +8655,23 @@ export declare const models: [{
|
|
|
8627
8655
|
readonly vision: false;
|
|
8628
8656
|
readonly tools: true;
|
|
8629
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;
|
|
8630
8675
|
}];
|
|
8631
8676
|
}, {
|
|
8632
8677
|
readonly id: "kimi-k2.7-code";
|
|
@@ -8651,6 +8696,20 @@ export declare const models: [{
|
|
|
8651
8696
|
readonly tools: true;
|
|
8652
8697
|
readonly jsonOutput: true;
|
|
8653
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;
|
|
8654
8713
|
}];
|
|
8655
8714
|
}, {
|
|
8656
8715
|
readonly id: "kimi-k2.7-code-highspeed";
|
|
@@ -9177,6 +9236,7 @@ export declare const models: [{
|
|
|
9177
9236
|
readonly providers: [{
|
|
9178
9237
|
readonly providerId: "nebius";
|
|
9179
9238
|
readonly externalId: "Qwen/Qwen3-235B-A22B-Thinking-2507";
|
|
9239
|
+
readonly deactivatedAt: Date;
|
|
9180
9240
|
readonly inputPrice: "0.2e-6";
|
|
9181
9241
|
readonly outputPrice: "0.6e-6";
|
|
9182
9242
|
readonly requestPrice: "0";
|
|
@@ -9281,7 +9341,7 @@ export declare const models: [{
|
|
|
9281
9341
|
readonly inputPrice: "0.1e-6";
|
|
9282
9342
|
readonly outputPrice: "0.3e-6";
|
|
9283
9343
|
readonly requestPrice: "0";
|
|
9284
|
-
readonly contextSize:
|
|
9344
|
+
readonly contextSize: 40960;
|
|
9285
9345
|
readonly maxOutput: 8192;
|
|
9286
9346
|
readonly quantization: "fp8";
|
|
9287
9347
|
readonly streaming: true;
|
|
@@ -9428,10 +9488,10 @@ export declare const models: [{
|
|
|
9428
9488
|
readonly providers: [{
|
|
9429
9489
|
readonly providerId: "nebius";
|
|
9430
9490
|
readonly externalId: "Qwen/Qwen2.5-VL-72B-Instruct";
|
|
9431
|
-
readonly inputPrice: "0.
|
|
9432
|
-
readonly outputPrice: "0.
|
|
9491
|
+
readonly inputPrice: "0.25e-6";
|
|
9492
|
+
readonly outputPrice: "0.75e-6";
|
|
9433
9493
|
readonly requestPrice: "0";
|
|
9434
|
-
readonly contextSize:
|
|
9494
|
+
readonly contextSize: 32000;
|
|
9435
9495
|
readonly maxOutput: 8192;
|
|
9436
9496
|
readonly quantization: "fp8";
|
|
9437
9497
|
readonly streaming: true;
|
|
@@ -9469,6 +9529,7 @@ export declare const models: [{
|
|
|
9469
9529
|
readonly providerId: "nebius";
|
|
9470
9530
|
readonly stability: "unstable";
|
|
9471
9531
|
readonly externalId: "Qwen/Qwen3-Coder-480B-A35B-Instruct";
|
|
9532
|
+
readonly deactivatedAt: Date;
|
|
9472
9533
|
readonly inputPrice: "0.4e-6";
|
|
9473
9534
|
readonly outputPrice: "1.8e-6";
|
|
9474
9535
|
readonly requestPrice: "0";
|
|
@@ -10965,6 +11026,25 @@ export declare const models: [{
|
|
|
10965
11026
|
readonly jsonOutput: true;
|
|
10966
11027
|
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "response_format", "tools", "reasoning_effort"];
|
|
10967
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
|
+
}];
|
|
10968
11048
|
}, {
|
|
10969
11049
|
readonly id: "wan-2-6-t2v";
|
|
10970
11050
|
readonly name: "Wan 2.6 Text-to-Video";
|
|
@@ -11372,6 +11452,52 @@ export declare const models: [{
|
|
|
11372
11452
|
readonly jsonOutput: false;
|
|
11373
11453
|
readonly imageGenerations: true;
|
|
11374
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
|
+
}];
|
|
11375
11501
|
}, {
|
|
11376
11502
|
readonly id: "hermes-3-llama-405b";
|
|
11377
11503
|
readonly name: "Hermes 3 Llama 405B";
|
|
@@ -11494,6 +11620,126 @@ export declare const models: [{
|
|
|
11494
11620
|
readonly tools: true;
|
|
11495
11621
|
readonly jsonOutput: true;
|
|
11496
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;
|
|
11497
11743
|
}];
|
|
11498
11744
|
}, {
|
|
11499
11745
|
readonly id: "glm-5.2";
|
|
@@ -11600,6 +11846,20 @@ export declare const models: [{
|
|
|
11600
11846
|
readonly tools: true;
|
|
11601
11847
|
readonly jsonOutput: true;
|
|
11602
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;
|
|
11603
11863
|
}];
|
|
11604
11864
|
}, {
|
|
11605
11865
|
readonly id: "glm-5.1";
|
|
@@ -11687,6 +11947,20 @@ export declare const models: [{
|
|
|
11687
11947
|
readonly reasoning: true;
|
|
11688
11948
|
readonly jsonOutput: false;
|
|
11689
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;
|
|
11690
11964
|
}];
|
|
11691
11965
|
}, {
|
|
11692
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/package.json
CHANGED
package/dist/models/scx.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare const scxModels: [{
|
|
2
|
-
readonly id: "coder";
|
|
3
|
-
readonly name: "SCX Coder";
|
|
4
|
-
readonly description: "High performance coding assistant from SCX.ai with reasoning, optimized for algorithms, debugging, and code review.";
|
|
5
|
-
readonly family: "scx";
|
|
6
|
-
readonly releasedAt: Date;
|
|
7
|
-
readonly providers: [{
|
|
8
|
-
readonly providerId: "scx-ai";
|
|
9
|
-
readonly externalId: "coder";
|
|
10
|
-
readonly inputPrice: "0.85e-6";
|
|
11
|
-
readonly outputPrice: "3.75e-6";
|
|
12
|
-
readonly requestPrice: "0";
|
|
13
|
-
readonly contextSize: 200000;
|
|
14
|
-
readonly maxOutput: 131072;
|
|
15
|
-
readonly streaming: true;
|
|
16
|
-
readonly reasoning: true;
|
|
17
|
-
readonly vision: false;
|
|
18
|
-
readonly tools: true;
|
|
19
|
-
readonly jsonOutput: true;
|
|
20
|
-
}];
|
|
21
|
-
}];
|
package/dist/models/scx.js
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export const scxModels = [
|
|
2
|
-
{
|
|
3
|
-
id: "coder",
|
|
4
|
-
name: "SCX Coder",
|
|
5
|
-
description: "High performance coding assistant from SCX.ai with reasoning, optimized for algorithms, debugging, and code review.",
|
|
6
|
-
family: "scx",
|
|
7
|
-
releasedAt: new Date("2026-03-01"),
|
|
8
|
-
providers: [
|
|
9
|
-
{
|
|
10
|
-
providerId: "scx-ai",
|
|
11
|
-
externalId: "coder",
|
|
12
|
-
inputPrice: "0.85e-6",
|
|
13
|
-
outputPrice: "3.75e-6",
|
|
14
|
-
requestPrice: "0",
|
|
15
|
-
contextSize: 200000,
|
|
16
|
-
maxOutput: 131072,
|
|
17
|
-
streaming: true,
|
|
18
|
-
reasoning: true,
|
|
19
|
-
vision: false,
|
|
20
|
-
tools: true,
|
|
21
|
-
jsonOutput: true,
|
|
22
|
-
},
|
|
23
|
-
],
|
|
24
|
-
},
|
|
25
|
-
];
|
|
26
|
-
//# sourceMappingURL=scx.js.map
|
package/dist/models/scx.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scx.js","sourceRoot":"","sources":["../../src/models/scx.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,SAAS,GAAG;IACxB;QACC,EAAE,EAAE,OAAO;QACX,IAAI,EAAE,WAAW;QACjB,WAAW,EACV,qHAAqH;QACtH,MAAM,EAAE,KAAK;QAEb,UAAU,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;QAClC,SAAS,EAAE;YACV;gBACC,UAAU,EAAE,QAAQ;gBACpB,UAAU,EAAE,OAAO;gBACnB,UAAU,EAAE,SAAS;gBACrB,WAAW,EAAE,SAAS;gBACtB,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,MAAM;gBACjB,SAAS,EAAE,IAAI;gBACf,SAAS,EAAE,IAAI;gBACf,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,IAAI;gBACX,UAAU,EAAE,IAAI;aAChB;SACD;KACD;CACoC,CAAC"}
|