@mate-academy/llm-gateway 8.22.1 → 8.22.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.
|
@@ -6712,14 +6712,14 @@ exports.LLMAPI_AVAILABLE_MODELS = {
|
|
|
6712
6712
|
name: LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_LUNA_AZURE,
|
|
6713
6713
|
limits: { maxInputTokens: 128_000, maxOutputTokens: 128_000 },
|
|
6714
6714
|
config: { temperature: 0.2 },
|
|
6715
|
-
pricing: { getPriceForTextInput: (tokens) =>
|
|
6715
|
+
pricing: { getPriceForTextInput: (tokens) => 0.2 * tokens / 1_000_000, getPriceForCachedTextInput: (tokens) => 0.02 * tokens / 1_000_000, getPriceForTextOutput: (tokens) => 1.2 * tokens / 1_000_000, getPriceForAudioInput: () => 0, getPriceForAudioOutput: () => 0, currency: 'USD' },
|
|
6716
6716
|
capabilities: {
|
|
6717
6717
|
vision: true,
|
|
6718
6718
|
tools: true,
|
|
6719
6719
|
reasoning: true,
|
|
6720
6720
|
webSearch: true,
|
|
6721
|
-
jsonOutput:
|
|
6722
|
-
structuredOutputs:
|
|
6721
|
+
jsonOutput: true,
|
|
6722
|
+
structuredOutputs: true,
|
|
6723
6723
|
},
|
|
6724
6724
|
},
|
|
6725
6725
|
[LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_SOL_AZURE]: {
|
|
@@ -6732,22 +6732,22 @@ exports.LLMAPI_AVAILABLE_MODELS = {
|
|
|
6732
6732
|
tools: true,
|
|
6733
6733
|
reasoning: true,
|
|
6734
6734
|
webSearch: true,
|
|
6735
|
-
jsonOutput:
|
|
6736
|
-
structuredOutputs:
|
|
6735
|
+
jsonOutput: true,
|
|
6736
|
+
structuredOutputs: true,
|
|
6737
6737
|
},
|
|
6738
6738
|
},
|
|
6739
6739
|
[LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_TERRA_AZURE]: {
|
|
6740
6740
|
name: LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_TERRA_AZURE,
|
|
6741
6741
|
limits: { maxInputTokens: 128_000, maxOutputTokens: 128_000 },
|
|
6742
6742
|
config: { temperature: 0.2 },
|
|
6743
|
-
pricing: { getPriceForTextInput: (tokens) => 2
|
|
6743
|
+
pricing: { getPriceForTextInput: (tokens) => 2 * tokens / 1_000_000, getPriceForCachedTextInput: (tokens) => 0.2 * tokens / 1_000_000, getPriceForTextOutput: (tokens) => 12 * tokens / 1_000_000, getPriceForAudioInput: () => 0, getPriceForAudioOutput: () => 0, currency: 'USD' },
|
|
6744
6744
|
capabilities: {
|
|
6745
6745
|
vision: true,
|
|
6746
6746
|
tools: true,
|
|
6747
6747
|
reasoning: true,
|
|
6748
6748
|
webSearch: true,
|
|
6749
|
-
jsonOutput:
|
|
6750
|
-
structuredOutputs:
|
|
6749
|
+
jsonOutput: true,
|
|
6750
|
+
structuredOutputs: true,
|
|
6751
6751
|
},
|
|
6752
6752
|
},
|
|
6753
6753
|
[LLMAPI_typedefs_1.LLMAPIModelNames.GROK_4_3_AZURE]: {
|
|
@@ -6985,14 +6985,14 @@ exports.LLMAPI_AVAILABLE_MODELS = {
|
|
|
6985
6985
|
name: LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_LUNA,
|
|
6986
6986
|
limits: { maxInputTokens: 128_000, maxOutputTokens: 128_000 },
|
|
6987
6987
|
config: { temperature: 0.2 },
|
|
6988
|
-
pricing: { getPriceForTextInput: (tokens) =>
|
|
6988
|
+
pricing: { getPriceForTextInput: (tokens) => 0.2 * tokens / 1_000_000, getPriceForCachedTextInput: (tokens) => 0.02 * tokens / 1_000_000, getPriceForTextOutput: (tokens) => 1.2 * tokens / 1_000_000, getPriceForAudioInput: () => 0, getPriceForAudioOutput: () => 0, currency: 'USD' },
|
|
6989
6989
|
capabilities: {
|
|
6990
6990
|
vision: true,
|
|
6991
6991
|
tools: true,
|
|
6992
6992
|
reasoning: true,
|
|
6993
6993
|
webSearch: true,
|
|
6994
|
-
jsonOutput:
|
|
6995
|
-
structuredOutputs:
|
|
6994
|
+
jsonOutput: true,
|
|
6995
|
+
structuredOutputs: true,
|
|
6996
6996
|
},
|
|
6997
6997
|
},
|
|
6998
6998
|
[LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_SOL]: {
|
|
@@ -7005,22 +7005,22 @@ exports.LLMAPI_AVAILABLE_MODELS = {
|
|
|
7005
7005
|
tools: true,
|
|
7006
7006
|
reasoning: true,
|
|
7007
7007
|
webSearch: true,
|
|
7008
|
-
jsonOutput:
|
|
7009
|
-
structuredOutputs:
|
|
7008
|
+
jsonOutput: true,
|
|
7009
|
+
structuredOutputs: true,
|
|
7010
7010
|
},
|
|
7011
7011
|
},
|
|
7012
7012
|
[LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_TERRA]: {
|
|
7013
7013
|
name: LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_TERRA,
|
|
7014
7014
|
limits: { maxInputTokens: 128_000, maxOutputTokens: 128_000 },
|
|
7015
7015
|
config: { temperature: 0.2 },
|
|
7016
|
-
pricing: { getPriceForTextInput: (tokens) => 2
|
|
7016
|
+
pricing: { getPriceForTextInput: (tokens) => 2 * tokens / 1_000_000, getPriceForCachedTextInput: (tokens) => 0.2 * tokens / 1_000_000, getPriceForTextOutput: (tokens) => 12 * tokens / 1_000_000, getPriceForAudioInput: () => 0, getPriceForAudioOutput: () => 0, currency: 'USD' },
|
|
7017
7017
|
capabilities: {
|
|
7018
7018
|
vision: true,
|
|
7019
7019
|
tools: true,
|
|
7020
7020
|
reasoning: true,
|
|
7021
7021
|
webSearch: true,
|
|
7022
|
-
jsonOutput:
|
|
7023
|
-
structuredOutputs:
|
|
7022
|
+
jsonOutput: true,
|
|
7023
|
+
structuredOutputs: true,
|
|
7024
7024
|
},
|
|
7025
7025
|
},
|
|
7026
7026
|
[LLMAPI_typedefs_1.LLMAPIModelNames.GROK_4_3]: {
|
|
@@ -7547,14 +7547,14 @@ exports.LLMAPI_AVAILABLE_MODELS = {
|
|
|
7547
7547
|
name: LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_LUNA_OPENAI,
|
|
7548
7548
|
limits: { maxInputTokens: 128_000, maxOutputTokens: 128_000 },
|
|
7549
7549
|
config: { temperature: 0.2 },
|
|
7550
|
-
pricing: { getPriceForTextInput: (tokens) =>
|
|
7550
|
+
pricing: { getPriceForTextInput: (tokens) => 0.2 * tokens / 1_000_000, getPriceForCachedTextInput: (tokens) => 0.02 * tokens / 1_000_000, getPriceForTextOutput: (tokens) => 1.2 * tokens / 1_000_000, getPriceForAudioInput: () => 0, getPriceForAudioOutput: () => 0, currency: 'USD' },
|
|
7551
7551
|
capabilities: {
|
|
7552
7552
|
vision: true,
|
|
7553
7553
|
tools: true,
|
|
7554
7554
|
reasoning: true,
|
|
7555
7555
|
webSearch: true,
|
|
7556
|
-
jsonOutput:
|
|
7557
|
-
structuredOutputs:
|
|
7556
|
+
jsonOutput: true,
|
|
7557
|
+
structuredOutputs: true,
|
|
7558
7558
|
},
|
|
7559
7559
|
},
|
|
7560
7560
|
[LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_SOL_OPENAI]: {
|
|
@@ -7567,22 +7567,22 @@ exports.LLMAPI_AVAILABLE_MODELS = {
|
|
|
7567
7567
|
tools: true,
|
|
7568
7568
|
reasoning: true,
|
|
7569
7569
|
webSearch: true,
|
|
7570
|
-
jsonOutput:
|
|
7571
|
-
structuredOutputs:
|
|
7570
|
+
jsonOutput: true,
|
|
7571
|
+
structuredOutputs: true,
|
|
7572
7572
|
},
|
|
7573
7573
|
},
|
|
7574
7574
|
[LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_TERRA_OPENAI]: {
|
|
7575
7575
|
name: LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_TERRA_OPENAI,
|
|
7576
7576
|
limits: { maxInputTokens: 128_000, maxOutputTokens: 128_000 },
|
|
7577
7577
|
config: { temperature: 0.2 },
|
|
7578
|
-
pricing: { getPriceForTextInput: (tokens) => 2
|
|
7578
|
+
pricing: { getPriceForTextInput: (tokens) => 2 * tokens / 1_000_000, getPriceForCachedTextInput: (tokens) => 0.2 * tokens / 1_000_000, getPriceForTextOutput: (tokens) => 12 * tokens / 1_000_000, getPriceForAudioInput: () => 0, getPriceForAudioOutput: () => 0, currency: 'USD' },
|
|
7579
7579
|
capabilities: {
|
|
7580
7580
|
vision: true,
|
|
7581
7581
|
tools: true,
|
|
7582
7582
|
reasoning: true,
|
|
7583
7583
|
webSearch: true,
|
|
7584
|
-
jsonOutput:
|
|
7585
|
-
structuredOutputs:
|
|
7584
|
+
jsonOutput: true,
|
|
7585
|
+
structuredOutputs: true,
|
|
7586
7586
|
},
|
|
7587
7587
|
},
|
|
7588
7588
|
[LLMAPI_typedefs_1.LLMAPIModelNames.QWEN3_7_MAX]: {
|
|
@@ -8489,14 +8489,14 @@ exports.LLMAPI_AVAILABLE_MODELS = {
|
|
|
8489
8489
|
name: LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_LUNA_LLMAPI_OPENAI,
|
|
8490
8490
|
limits: { maxInputTokens: 128_000, maxOutputTokens: 128_000 },
|
|
8491
8491
|
config: { temperature: 0.2 },
|
|
8492
|
-
pricing: { getPriceForTextInput: (tokens) =>
|
|
8492
|
+
pricing: { getPriceForTextInput: (tokens) => 0.2 * tokens / 1_000_000, getPriceForCachedTextInput: (tokens) => 0.02 * tokens / 1_000_000, getPriceForTextOutput: (tokens) => 1.2 * tokens / 1_000_000, getPriceForAudioInput: () => 0, getPriceForAudioOutput: () => 0, currency: 'USD' },
|
|
8493
8493
|
capabilities: {
|
|
8494
8494
|
vision: true,
|
|
8495
8495
|
tools: true,
|
|
8496
8496
|
reasoning: true,
|
|
8497
8497
|
webSearch: true,
|
|
8498
|
-
jsonOutput:
|
|
8499
|
-
structuredOutputs:
|
|
8498
|
+
jsonOutput: true,
|
|
8499
|
+
structuredOutputs: true,
|
|
8500
8500
|
},
|
|
8501
8501
|
},
|
|
8502
8502
|
[LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_SOL_LLMAPI_OPENAI]: {
|
|
@@ -8509,22 +8509,22 @@ exports.LLMAPI_AVAILABLE_MODELS = {
|
|
|
8509
8509
|
tools: true,
|
|
8510
8510
|
reasoning: true,
|
|
8511
8511
|
webSearch: true,
|
|
8512
|
-
jsonOutput:
|
|
8513
|
-
structuredOutputs:
|
|
8512
|
+
jsonOutput: true,
|
|
8513
|
+
structuredOutputs: true,
|
|
8514
8514
|
},
|
|
8515
8515
|
},
|
|
8516
8516
|
[LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_TERRA_LLMAPI_OPENAI]: {
|
|
8517
8517
|
name: LLMAPI_typedefs_1.LLMAPIModelNames.GPT_5_6_TERRA_LLMAPI_OPENAI,
|
|
8518
8518
|
limits: { maxInputTokens: 128_000, maxOutputTokens: 128_000 },
|
|
8519
8519
|
config: { temperature: 0.2 },
|
|
8520
|
-
pricing: { getPriceForTextInput: (tokens) => 2
|
|
8520
|
+
pricing: { getPriceForTextInput: (tokens) => 2 * tokens / 1_000_000, getPriceForCachedTextInput: (tokens) => 0.2 * tokens / 1_000_000, getPriceForTextOutput: (tokens) => 12 * tokens / 1_000_000, getPriceForAudioInput: () => 0, getPriceForAudioOutput: () => 0, currency: 'USD' },
|
|
8521
8521
|
capabilities: {
|
|
8522
8522
|
vision: true,
|
|
8523
8523
|
tools: true,
|
|
8524
8524
|
reasoning: true,
|
|
8525
8525
|
webSearch: true,
|
|
8526
|
-
jsonOutput:
|
|
8527
|
-
structuredOutputs:
|
|
8526
|
+
jsonOutput: true,
|
|
8527
|
+
structuredOutputs: true,
|
|
8528
8528
|
},
|
|
8529
8529
|
},
|
|
8530
8530
|
[LLMAPI_typedefs_1.LLMAPIModelNames.LTX_2_19B_I2V]: {
|