@llmgateway/models 1.243.0 → 1.244.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/inclusionai.d.ts +41 -0
- package/dist/models/inclusionai.js +68 -0
- package/dist/models/inclusionai.js.map +1 -0
- package/dist/models.d.ts +41 -0
- package/dist/models.js +2 -0
- package/dist/models.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export declare const inclusionaiModels: [{
|
|
2
|
+
readonly id: "ling-3.0-flash";
|
|
3
|
+
readonly name: "InclusionAI Ling 3.0 Flash";
|
|
4
|
+
readonly description: "InclusionAI's native hybrid-reasoning MoE model (124B total, 5.1B active) with strong agentic and coding performance.";
|
|
5
|
+
readonly family: "inclusionai";
|
|
6
|
+
readonly releasedAt: Date;
|
|
7
|
+
readonly providers: [{
|
|
8
|
+
readonly providerId: "deepinfra";
|
|
9
|
+
readonly externalId: "inclusionAI/Ling-3.0-flash";
|
|
10
|
+
readonly inputPrice: "0.06e-6";
|
|
11
|
+
readonly cachedInputPrice: "0.012e-6";
|
|
12
|
+
readonly outputPrice: "0.18e-6";
|
|
13
|
+
readonly requestPrice: "0";
|
|
14
|
+
readonly contextSize: 262144;
|
|
15
|
+
readonly maxOutput: 32768;
|
|
16
|
+
readonly streaming: true;
|
|
17
|
+
readonly reasoning: true;
|
|
18
|
+
readonly reasoningEfforts: ["none"];
|
|
19
|
+
readonly chatTemplateThinkingKey: "enable_thinking";
|
|
20
|
+
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "response_format", "tools", "tool_choice"];
|
|
21
|
+
readonly vision: false;
|
|
22
|
+
readonly tools: true;
|
|
23
|
+
readonly jsonOutput: true;
|
|
24
|
+
}, {
|
|
25
|
+
readonly providerId: "novita";
|
|
26
|
+
readonly externalId: "inclusionai/ling-3.0-flash";
|
|
27
|
+
readonly inputPrice: "0.06e-6";
|
|
28
|
+
readonly cachedInputPrice: "0.012e-6";
|
|
29
|
+
readonly outputPrice: "0.18e-6";
|
|
30
|
+
readonly requestPrice: "0";
|
|
31
|
+
readonly contextSize: 262144;
|
|
32
|
+
readonly maxOutput: 32768;
|
|
33
|
+
readonly streaming: true;
|
|
34
|
+
readonly reasoning: true;
|
|
35
|
+
readonly reasoningEfforts: [];
|
|
36
|
+
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "tools", "tool_choice"];
|
|
37
|
+
readonly vision: false;
|
|
38
|
+
readonly tools: true;
|
|
39
|
+
readonly jsonOutput: false;
|
|
40
|
+
}];
|
|
41
|
+
}];
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export const inclusionaiModels = [
|
|
2
|
+
{
|
|
3
|
+
id: "ling-3.0-flash",
|
|
4
|
+
name: "InclusionAI Ling 3.0 Flash",
|
|
5
|
+
description: "InclusionAI's native hybrid-reasoning MoE model (124B total, 5.1B active) with strong agentic and coding performance.",
|
|
6
|
+
family: "inclusionai",
|
|
7
|
+
releasedAt: new Date("2026-08-02"),
|
|
8
|
+
providers: [
|
|
9
|
+
{
|
|
10
|
+
providerId: "deepinfra",
|
|
11
|
+
externalId: "inclusionAI/Ling-3.0-flash",
|
|
12
|
+
inputPrice: "0.06e-6",
|
|
13
|
+
cachedInputPrice: "0.012e-6",
|
|
14
|
+
outputPrice: "0.18e-6",
|
|
15
|
+
requestPrice: "0",
|
|
16
|
+
contextSize: 262144,
|
|
17
|
+
maxOutput: 32768,
|
|
18
|
+
streaming: true,
|
|
19
|
+
reasoning: true,
|
|
20
|
+
reasoningEfforts: ["none"],
|
|
21
|
+
chatTemplateThinkingKey: "enable_thinking",
|
|
22
|
+
supportedParameters: [
|
|
23
|
+
"temperature",
|
|
24
|
+
"max_tokens",
|
|
25
|
+
"top_p",
|
|
26
|
+
"frequency_penalty",
|
|
27
|
+
"presence_penalty",
|
|
28
|
+
"stop",
|
|
29
|
+
"stream",
|
|
30
|
+
"response_format",
|
|
31
|
+
"tools",
|
|
32
|
+
"tool_choice",
|
|
33
|
+
],
|
|
34
|
+
vision: false,
|
|
35
|
+
tools: true,
|
|
36
|
+
jsonOutput: true,
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
providerId: "novita",
|
|
40
|
+
externalId: "inclusionai/ling-3.0-flash",
|
|
41
|
+
inputPrice: "0.06e-6",
|
|
42
|
+
cachedInputPrice: "0.012e-6",
|
|
43
|
+
outputPrice: "0.18e-6",
|
|
44
|
+
requestPrice: "0",
|
|
45
|
+
contextSize: 262144,
|
|
46
|
+
maxOutput: 32768,
|
|
47
|
+
streaming: true,
|
|
48
|
+
reasoning: true,
|
|
49
|
+
reasoningEfforts: [],
|
|
50
|
+
supportedParameters: [
|
|
51
|
+
"temperature",
|
|
52
|
+
"max_tokens",
|
|
53
|
+
"top_p",
|
|
54
|
+
"frequency_penalty",
|
|
55
|
+
"presence_penalty",
|
|
56
|
+
"stop",
|
|
57
|
+
"stream",
|
|
58
|
+
"tools",
|
|
59
|
+
"tool_choice",
|
|
60
|
+
],
|
|
61
|
+
vision: false,
|
|
62
|
+
tools: true,
|
|
63
|
+
jsonOutput: false,
|
|
64
|
+
},
|
|
65
|
+
],
|
|
66
|
+
},
|
|
67
|
+
];
|
|
68
|
+
//# sourceMappingURL=inclusionai.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inclusionai.js","sourceRoot":"","sources":["../../src/models/inclusionai.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,iBAAiB,GAAG;IAChC;QACC,EAAE,EAAE,gBAAgB;QACpB,IAAI,EAAE,4BAA4B;QAClC,WAAW,EACV,uHAAuH;QACxH,MAAM,EAAE,aAAa;QACrB,UAAU,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;QAClC,SAAS,EAAE;YACV;gBACC,UAAU,EAAE,WAAW;gBACvB,UAAU,EAAE,4BAA4B;gBACxC,UAAU,EAAE,SAAS;gBACrB,gBAAgB,EAAE,UAAU;gBAC5B,WAAW,EAAE,SAAS;gBACtB,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,IAAI;gBAIf,SAAS,EAAE,IAAI;gBACf,gBAAgB,EAAE,CAAC,MAAM,CAAC;gBAC1B,uBAAuB,EAAE,iBAAiB;gBAG1C,mBAAmB,EAAE;oBACpB,aAAa;oBACb,YAAY;oBACZ,OAAO;oBACP,mBAAmB;oBACnB,kBAAkB;oBAClB,MAAM;oBACN,QAAQ;oBACR,iBAAiB;oBACjB,OAAO;oBACP,aAAa;iBACb;gBACD,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,IAAI;gBACX,UAAU,EAAE,IAAI;aAChB;YACD;gBACC,UAAU,EAAE,QAAQ;gBACpB,UAAU,EAAE,4BAA4B;gBACxC,UAAU,EAAE,SAAS;gBACrB,gBAAgB,EAAE,UAAU;gBAC5B,WAAW,EAAE,SAAS;gBACtB,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,KAAK;gBAChB,SAAS,EAAE,IAAI;gBACf,SAAS,EAAE,IAAI;gBAGf,gBAAgB,EAAE,EAAE;gBAIpB,mBAAmB,EAAE;oBACpB,aAAa;oBACb,YAAY;oBACZ,OAAO;oBACP,mBAAmB;oBACnB,kBAAkB;oBAClB,MAAM;oBACN,QAAQ;oBACR,OAAO;oBACP,aAAa;iBACb;gBACD,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,IAAI;gBACX,UAAU,EAAE,KAAK;aACjB;SACD;KACD;CACoC,CAAC"}
|
package/dist/models.d.ts
CHANGED
|
@@ -67,6 +67,7 @@ export interface ProviderModelMapping {
|
|
|
67
67
|
splitTaggedReasoning?: boolean;
|
|
68
68
|
requiresEnableThinking?: boolean;
|
|
69
69
|
requiresDisableThinkingParam?: boolean;
|
|
70
|
+
chatTemplateThinkingKey?: string;
|
|
70
71
|
supportsResponsesApi?: boolean;
|
|
71
72
|
apiFormat?: "openai-chat-completions";
|
|
72
73
|
serviceTiers?: string[];
|
|
@@ -6522,6 +6523,46 @@ export declare const models: [{
|
|
|
6522
6523
|
readonly supportedVoices: string[];
|
|
6523
6524
|
readonly test: "skip";
|
|
6524
6525
|
}];
|
|
6526
|
+
}, {
|
|
6527
|
+
readonly id: "ling-3.0-flash";
|
|
6528
|
+
readonly name: "InclusionAI Ling 3.0 Flash";
|
|
6529
|
+
readonly description: "InclusionAI's native hybrid-reasoning MoE model (124B total, 5.1B active) with strong agentic and coding performance.";
|
|
6530
|
+
readonly family: "inclusionai";
|
|
6531
|
+
readonly releasedAt: Date;
|
|
6532
|
+
readonly providers: [{
|
|
6533
|
+
readonly providerId: "deepinfra";
|
|
6534
|
+
readonly externalId: "inclusionAI/Ling-3.0-flash";
|
|
6535
|
+
readonly inputPrice: "0.06e-6";
|
|
6536
|
+
readonly cachedInputPrice: "0.012e-6";
|
|
6537
|
+
readonly outputPrice: "0.18e-6";
|
|
6538
|
+
readonly requestPrice: "0";
|
|
6539
|
+
readonly contextSize: 262144;
|
|
6540
|
+
readonly maxOutput: 32768;
|
|
6541
|
+
readonly streaming: true;
|
|
6542
|
+
readonly reasoning: true;
|
|
6543
|
+
readonly reasoningEfforts: ["none"];
|
|
6544
|
+
readonly chatTemplateThinkingKey: "enable_thinking";
|
|
6545
|
+
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "response_format", "tools", "tool_choice"];
|
|
6546
|
+
readonly vision: false;
|
|
6547
|
+
readonly tools: true;
|
|
6548
|
+
readonly jsonOutput: true;
|
|
6549
|
+
}, {
|
|
6550
|
+
readonly providerId: "novita";
|
|
6551
|
+
readonly externalId: "inclusionai/ling-3.0-flash";
|
|
6552
|
+
readonly inputPrice: "0.06e-6";
|
|
6553
|
+
readonly cachedInputPrice: "0.012e-6";
|
|
6554
|
+
readonly outputPrice: "0.18e-6";
|
|
6555
|
+
readonly requestPrice: "0";
|
|
6556
|
+
readonly contextSize: 262144;
|
|
6557
|
+
readonly maxOutput: 32768;
|
|
6558
|
+
readonly streaming: true;
|
|
6559
|
+
readonly reasoning: true;
|
|
6560
|
+
readonly reasoningEfforts: [];
|
|
6561
|
+
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "frequency_penalty", "presence_penalty", "stop", "stream", "tools", "tool_choice"];
|
|
6562
|
+
readonly vision: false;
|
|
6563
|
+
readonly tools: true;
|
|
6564
|
+
readonly jsonOutput: false;
|
|
6565
|
+
}];
|
|
6525
6566
|
}, {
|
|
6526
6567
|
readonly id: "sonar-reasoning-pro";
|
|
6527
6568
|
readonly name: "Sonar Reasoning Pro";
|
package/dist/models.js
CHANGED
|
@@ -6,6 +6,7 @@ import { bytedanceModels } from "./models/bytedance.js";
|
|
|
6
6
|
import { deepseekModels } from "./models/deepseek.js";
|
|
7
7
|
import { elevenlabsModels } from "./models/elevenlabs.js";
|
|
8
8
|
import { googleModels } from "./models/google.js";
|
|
9
|
+
import { inclusionaiModels } from "./models/inclusionai.js";
|
|
9
10
|
import { llmgatewayModels } from "./models/llmgateway.js";
|
|
10
11
|
import { metaModels } from "./models/meta.js";
|
|
11
12
|
import { microsoftModels } from "./models/microsoft.js";
|
|
@@ -28,6 +29,7 @@ export const models = [
|
|
|
28
29
|
...openaiModels,
|
|
29
30
|
...anthropicModels,
|
|
30
31
|
...googleModels,
|
|
32
|
+
...inclusionaiModels,
|
|
31
33
|
...perplexityModels,
|
|
32
34
|
...xaiModels,
|
|
33
35
|
...xiaomiModels,
|
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,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,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,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,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,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,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,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,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,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAstB5C,MAAM,CAAC,MAAM,MAAM,GAAG;IACrB,GAAG,gBAAgB;IACnB,GAAG,YAAY;IACf,GAAG,eAAe;IAClB,GAAG,YAAY;IACf,GAAG,iBAAiB;IACpB,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,UAAU;IACb,GAAG,eAAe;IAClB,GAAG,kBAAkB;IACrB,GAAG,UAAU;IACb,GAAG,YAAY;IACf,GAAG,aAAa;IAChB,GAAG,YAAY;IACf,GAAG,aAAa;IAChB,GAAG,SAAS;IACZ,GAAG,gBAAgB;CACkB,CAAC"}
|