@llmgateway/models 1.261.0 → 1.261.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/dist/models/alibaba.d.ts +3 -0
- package/dist/models/alibaba.js +3 -0
- package/dist/models/alibaba.js.map +1 -1
- package/dist/models/bytedance.d.ts +1 -0
- package/dist/models/bytedance.js +1 -0
- package/dist/models/bytedance.js.map +1 -1
- package/dist/models/deepseek.d.ts +3 -3
- package/dist/models/deepseek.js +3 -3
- package/dist/models/deepseek.js.map +1 -1
- package/dist/models/meta.d.ts +2 -0
- package/dist/models/meta.js +2 -0
- package/dist/models/meta.js.map +1 -1
- package/dist/models/minimax.d.ts +1 -0
- package/dist/models/minimax.js +1 -0
- package/dist/models/minimax.js.map +1 -1
- package/dist/models/nousresearch.d.ts +1 -0
- package/dist/models/nousresearch.js +1 -0
- package/dist/models/nousresearch.js.map +1 -1
- package/dist/models/nvidia.d.ts +4 -0
- package/dist/models/nvidia.js +4 -0
- package/dist/models/nvidia.js.map +1 -1
- package/dist/models/openai.d.ts +2 -0
- package/dist/models/openai.js +2 -0
- package/dist/models/openai.js.map +1 -1
- package/dist/models.d.ts +17 -3
- package/package.json +1 -1
package/dist/models.d.ts
CHANGED
|
@@ -765,6 +765,7 @@ export declare const models: [{
|
|
|
765
765
|
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "response_format", "tools", "tool_choice"];
|
|
766
766
|
}, {
|
|
767
767
|
readonly test: "skip";
|
|
768
|
+
readonly deactivatedAt: Date;
|
|
768
769
|
readonly providerId: "nanogpt";
|
|
769
770
|
readonly externalId: "openai/gpt-oss-120b";
|
|
770
771
|
readonly inputPrice: "0.05e-6";
|
|
@@ -886,6 +887,7 @@ export declare const models: [{
|
|
|
886
887
|
readonly jsonOutput: true;
|
|
887
888
|
}, {
|
|
888
889
|
readonly test: "skip";
|
|
890
|
+
readonly deactivatedAt: Date;
|
|
889
891
|
readonly providerId: "nanogpt";
|
|
890
892
|
readonly externalId: "openai/gpt-oss-20b";
|
|
891
893
|
readonly inputPrice: "0.04e-6";
|
|
@@ -7955,6 +7957,7 @@ export declare const models: [{
|
|
|
7955
7957
|
readonly providers: [{
|
|
7956
7958
|
readonly providerId: "nebius";
|
|
7957
7959
|
readonly externalId: "nvidia/Llama-3_1-Nemotron-Ultra-253B-v1";
|
|
7960
|
+
readonly deactivatedAt: Date;
|
|
7958
7961
|
readonly inputPrice: "0.6e-6";
|
|
7959
7962
|
readonly outputPrice: "1.8e-6";
|
|
7960
7963
|
readonly requestPrice: "0";
|
|
@@ -7995,6 +7998,7 @@ export declare const models: [{
|
|
|
7995
7998
|
readonly providers: [{
|
|
7996
7999
|
readonly providerId: "nebius";
|
|
7997
8000
|
readonly externalId: "meta-llama/Llama-3.3-70B-Instruct";
|
|
8001
|
+
readonly deactivatedAt: Date;
|
|
7998
8002
|
readonly inputPrice: "0.13e-6";
|
|
7999
8003
|
readonly outputPrice: "0.4e-6";
|
|
8000
8004
|
readonly requestPrice: "0";
|
|
@@ -8762,9 +8766,9 @@ export declare const models: [{
|
|
|
8762
8766
|
}, {
|
|
8763
8767
|
readonly providerId: "bytedance";
|
|
8764
8768
|
readonly externalId: "deepseek-v4-flash-ga-260731";
|
|
8765
|
-
readonly inputPrice: "0.
|
|
8766
|
-
readonly cachedInputPrice: "0.
|
|
8767
|
-
readonly outputPrice: "
|
|
8769
|
+
readonly inputPrice: "0.44e-6";
|
|
8770
|
+
readonly cachedInputPrice: "0.014e-6";
|
|
8771
|
+
readonly outputPrice: "1.32e-6";
|
|
8768
8772
|
readonly requestPrice: "0";
|
|
8769
8773
|
readonly contextSize: 1048576;
|
|
8770
8774
|
readonly maxOutput: 393216;
|
|
@@ -9329,6 +9333,7 @@ export declare const models: [{
|
|
|
9329
9333
|
readonly providerId: "nebius";
|
|
9330
9334
|
readonly stability: "unstable";
|
|
9331
9335
|
readonly externalId: "MiniMaxAI/MiniMax-M2.5";
|
|
9336
|
+
readonly deactivatedAt: Date;
|
|
9332
9337
|
readonly inputPrice: "0.3e-6";
|
|
9333
9338
|
readonly outputPrice: "1.2e-6";
|
|
9334
9339
|
readonly requestPrice: "0";
|
|
@@ -10784,6 +10789,7 @@ export declare const models: [{
|
|
|
10784
10789
|
readonly providers: [{
|
|
10785
10790
|
readonly providerId: "nebius";
|
|
10786
10791
|
readonly externalId: "Qwen/Qwen3-32B";
|
|
10792
|
+
readonly deactivatedAt: Date;
|
|
10787
10793
|
readonly inputPrice: "0.1e-6";
|
|
10788
10794
|
readonly outputPrice: "0.3e-6";
|
|
10789
10795
|
readonly requestPrice: "0";
|
|
@@ -10933,6 +10939,7 @@ export declare const models: [{
|
|
|
10933
10939
|
readonly providers: [{
|
|
10934
10940
|
readonly providerId: "nebius";
|
|
10935
10941
|
readonly externalId: "Qwen/Qwen2.5-VL-72B-Instruct";
|
|
10942
|
+
readonly deactivatedAt: Date;
|
|
10936
10943
|
readonly inputPrice: "0.25e-6";
|
|
10937
10944
|
readonly outputPrice: "0.75e-6";
|
|
10938
10945
|
readonly requestPrice: "0";
|
|
@@ -11173,6 +11180,7 @@ export declare const models: [{
|
|
|
11173
11180
|
}, {
|
|
11174
11181
|
readonly providerId: "nebius";
|
|
11175
11182
|
readonly externalId: "Qwen/Qwen3-Next-80B-A3B-Thinking";
|
|
11183
|
+
readonly deactivatedAt: Date;
|
|
11176
11184
|
readonly inputPrice: "0.15e-6";
|
|
11177
11185
|
readonly outputPrice: "1.2e-6";
|
|
11178
11186
|
readonly requestPrice: "0";
|
|
@@ -13273,6 +13281,7 @@ export declare const models: [{
|
|
|
13273
13281
|
readonly family: "bytedance";
|
|
13274
13282
|
readonly releasedAt: Date;
|
|
13275
13283
|
readonly providers: [{
|
|
13284
|
+
readonly deactivatedAt: Date;
|
|
13276
13285
|
readonly providerId: "nanogpt";
|
|
13277
13286
|
readonly externalId: "bytedance-seed/seed-2-1-turbo";
|
|
13278
13287
|
readonly inputPrice: "0.5e-6";
|
|
@@ -13570,6 +13579,7 @@ export declare const models: [{
|
|
|
13570
13579
|
readonly providers: [{
|
|
13571
13580
|
readonly providerId: "nebius";
|
|
13572
13581
|
readonly externalId: "NousResearch/Hermes-4-70B";
|
|
13582
|
+
readonly deactivatedAt: Date;
|
|
13573
13583
|
readonly inputPrice: "0.13e-6";
|
|
13574
13584
|
readonly outputPrice: "0.4e-6";
|
|
13575
13585
|
readonly requestPrice: "0";
|
|
@@ -13750,6 +13760,7 @@ export declare const models: [{
|
|
|
13750
13760
|
}, {
|
|
13751
13761
|
readonly providerId: "nebius";
|
|
13752
13762
|
readonly externalId: "nvidia/Nemotron-3-Ultra-550b-a55b";
|
|
13763
|
+
readonly deactivatedAt: Date;
|
|
13753
13764
|
readonly inputPrice: "1.0e-6";
|
|
13754
13765
|
readonly outputPrice: "3.0e-6";
|
|
13755
13766
|
readonly requestPrice: "0";
|
|
@@ -13793,6 +13804,7 @@ export declare const models: [{
|
|
|
13793
13804
|
readonly providers: [{
|
|
13794
13805
|
readonly providerId: "nebius";
|
|
13795
13806
|
readonly externalId: "nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B";
|
|
13807
|
+
readonly deactivatedAt: Date;
|
|
13796
13808
|
readonly inputPrice: "0.06e-6";
|
|
13797
13809
|
readonly outputPrice: "0.24e-6";
|
|
13798
13810
|
readonly requestPrice: "0";
|
|
@@ -13814,6 +13826,7 @@ export declare const models: [{
|
|
|
13814
13826
|
readonly providers: [{
|
|
13815
13827
|
readonly providerId: "nebius";
|
|
13816
13828
|
readonly externalId: "nvidia/Nemotron-3-Nano-Omni";
|
|
13829
|
+
readonly deactivatedAt: Date;
|
|
13817
13830
|
readonly inputPrice: "0.06e-6";
|
|
13818
13831
|
readonly outputPrice: "0.24e-6";
|
|
13819
13832
|
readonly requestPrice: "0";
|
|
@@ -13835,6 +13848,7 @@ export declare const models: [{
|
|
|
13835
13848
|
readonly providers: [{
|
|
13836
13849
|
readonly providerId: "nebius";
|
|
13837
13850
|
readonly externalId: "nvidia/Cosmos3-Super-Reasoner";
|
|
13851
|
+
readonly deactivatedAt: Date;
|
|
13838
13852
|
readonly inputPrice: "0.1e-6";
|
|
13839
13853
|
readonly outputPrice: "0.3e-6";
|
|
13840
13854
|
readonly requestPrice: "0";
|