@elyracode/ai 0.9.21 → 0.9.22
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/image-models.generated.d.ts +45 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +45 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +283 -64
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +375 -166
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -5494,6 +5494,46 @@ export declare const MODELS: {
|
|
|
5494
5494
|
contextWindow: number;
|
|
5495
5495
|
maxTokens: number;
|
|
5496
5496
|
};
|
|
5497
|
+
readonly "gemini-3.5-flash-lite": {
|
|
5498
|
+
id: string;
|
|
5499
|
+
name: string;
|
|
5500
|
+
api: "google-generative-ai";
|
|
5501
|
+
provider: string;
|
|
5502
|
+
baseUrl: string;
|
|
5503
|
+
reasoning: true;
|
|
5504
|
+
thinkingLevelMap: {
|
|
5505
|
+
off: null;
|
|
5506
|
+
};
|
|
5507
|
+
input: ("image" | "text")[];
|
|
5508
|
+
cost: {
|
|
5509
|
+
input: number;
|
|
5510
|
+
output: number;
|
|
5511
|
+
cacheRead: number;
|
|
5512
|
+
cacheWrite: number;
|
|
5513
|
+
};
|
|
5514
|
+
contextWindow: number;
|
|
5515
|
+
maxTokens: number;
|
|
5516
|
+
};
|
|
5517
|
+
readonly "gemini-3.6-flash": {
|
|
5518
|
+
id: string;
|
|
5519
|
+
name: string;
|
|
5520
|
+
api: "google-generative-ai";
|
|
5521
|
+
provider: string;
|
|
5522
|
+
baseUrl: string;
|
|
5523
|
+
reasoning: true;
|
|
5524
|
+
thinkingLevelMap: {
|
|
5525
|
+
off: null;
|
|
5526
|
+
};
|
|
5527
|
+
input: ("image" | "text")[];
|
|
5528
|
+
cost: {
|
|
5529
|
+
input: number;
|
|
5530
|
+
output: number;
|
|
5531
|
+
cacheRead: number;
|
|
5532
|
+
cacheWrite: number;
|
|
5533
|
+
};
|
|
5534
|
+
contextWindow: number;
|
|
5535
|
+
maxTokens: number;
|
|
5536
|
+
};
|
|
5497
5537
|
readonly "gemini-flash-latest": {
|
|
5498
5538
|
id: string;
|
|
5499
5539
|
name: string;
|
|
@@ -6352,6 +6392,26 @@ export declare const MODELS: {
|
|
|
6352
6392
|
contextWindow: number;
|
|
6353
6393
|
maxTokens: number;
|
|
6354
6394
|
};
|
|
6395
|
+
readonly "XiaomiMiMo/MiMo-V2.5": {
|
|
6396
|
+
id: string;
|
|
6397
|
+
name: string;
|
|
6398
|
+
api: "openai-completions";
|
|
6399
|
+
provider: string;
|
|
6400
|
+
baseUrl: string;
|
|
6401
|
+
compat: {
|
|
6402
|
+
supportsDeveloperRole: false;
|
|
6403
|
+
};
|
|
6404
|
+
reasoning: true;
|
|
6405
|
+
input: "text"[];
|
|
6406
|
+
cost: {
|
|
6407
|
+
input: number;
|
|
6408
|
+
output: number;
|
|
6409
|
+
cacheRead: number;
|
|
6410
|
+
cacheWrite: number;
|
|
6411
|
+
};
|
|
6412
|
+
contextWindow: number;
|
|
6413
|
+
maxTokens: number;
|
|
6414
|
+
};
|
|
6355
6415
|
readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
|
|
6356
6416
|
id: string;
|
|
6357
6417
|
name: string;
|
|
@@ -6914,7 +6974,7 @@ export declare const MODELS: {
|
|
|
6914
6974
|
};
|
|
6915
6975
|
};
|
|
6916
6976
|
readonly "kimi-coding": {
|
|
6917
|
-
readonly
|
|
6977
|
+
readonly k3: {
|
|
6918
6978
|
id: string;
|
|
6919
6979
|
name: string;
|
|
6920
6980
|
api: "anthropic-messages";
|
|
@@ -6934,7 +6994,7 @@ export declare const MODELS: {
|
|
|
6934
6994
|
contextWindow: number;
|
|
6935
6995
|
maxTokens: number;
|
|
6936
6996
|
};
|
|
6937
|
-
readonly
|
|
6997
|
+
readonly "kimi-for-coding": {
|
|
6938
6998
|
id: string;
|
|
6939
6999
|
name: string;
|
|
6940
7000
|
api: "anthropic-messages";
|
|
@@ -9486,6 +9546,46 @@ export declare const MODELS: {
|
|
|
9486
9546
|
contextWindow: number;
|
|
9487
9547
|
maxTokens: number;
|
|
9488
9548
|
};
|
|
9549
|
+
readonly "gemini-3.5-flash-lite": {
|
|
9550
|
+
id: string;
|
|
9551
|
+
name: string;
|
|
9552
|
+
api: "google-generative-ai";
|
|
9553
|
+
provider: string;
|
|
9554
|
+
baseUrl: string;
|
|
9555
|
+
reasoning: true;
|
|
9556
|
+
thinkingLevelMap: {
|
|
9557
|
+
off: null;
|
|
9558
|
+
};
|
|
9559
|
+
input: ("image" | "text")[];
|
|
9560
|
+
cost: {
|
|
9561
|
+
input: number;
|
|
9562
|
+
output: number;
|
|
9563
|
+
cacheRead: number;
|
|
9564
|
+
cacheWrite: number;
|
|
9565
|
+
};
|
|
9566
|
+
contextWindow: number;
|
|
9567
|
+
maxTokens: number;
|
|
9568
|
+
};
|
|
9569
|
+
readonly "gemini-3.6-flash": {
|
|
9570
|
+
id: string;
|
|
9571
|
+
name: string;
|
|
9572
|
+
api: "google-generative-ai";
|
|
9573
|
+
provider: string;
|
|
9574
|
+
baseUrl: string;
|
|
9575
|
+
reasoning: true;
|
|
9576
|
+
thinkingLevelMap: {
|
|
9577
|
+
off: null;
|
|
9578
|
+
};
|
|
9579
|
+
input: ("image" | "text")[];
|
|
9580
|
+
cost: {
|
|
9581
|
+
input: number;
|
|
9582
|
+
output: number;
|
|
9583
|
+
cacheRead: number;
|
|
9584
|
+
cacheWrite: number;
|
|
9585
|
+
};
|
|
9586
|
+
contextWindow: number;
|
|
9587
|
+
maxTokens: number;
|
|
9588
|
+
};
|
|
9489
9589
|
readonly "glm-5": {
|
|
9490
9590
|
id: string;
|
|
9491
9591
|
name: string;
|
|
@@ -9960,14 +10060,14 @@ export declare const MODELS: {
|
|
|
9960
10060
|
contextWindow: number;
|
|
9961
10061
|
maxTokens: number;
|
|
9962
10062
|
};
|
|
9963
|
-
readonly "
|
|
10063
|
+
readonly "kimi-k2.5": {
|
|
9964
10064
|
id: string;
|
|
9965
10065
|
name: string;
|
|
9966
10066
|
api: "openai-completions";
|
|
9967
10067
|
provider: string;
|
|
9968
10068
|
baseUrl: string;
|
|
9969
10069
|
reasoning: true;
|
|
9970
|
-
input: "text"[];
|
|
10070
|
+
input: ("image" | "text")[];
|
|
9971
10071
|
cost: {
|
|
9972
10072
|
input: number;
|
|
9973
10073
|
output: number;
|
|
@@ -9977,7 +10077,7 @@ export declare const MODELS: {
|
|
|
9977
10077
|
contextWindow: number;
|
|
9978
10078
|
maxTokens: number;
|
|
9979
10079
|
};
|
|
9980
|
-
readonly "kimi-k2.
|
|
10080
|
+
readonly "kimi-k2.6": {
|
|
9981
10081
|
id: string;
|
|
9982
10082
|
name: string;
|
|
9983
10083
|
api: "openai-completions";
|
|
@@ -9994,7 +10094,7 @@ export declare const MODELS: {
|
|
|
9994
10094
|
contextWindow: number;
|
|
9995
10095
|
maxTokens: number;
|
|
9996
10096
|
};
|
|
9997
|
-
readonly "kimi-k2.
|
|
10097
|
+
readonly "kimi-k2.7-code": {
|
|
9998
10098
|
id: string;
|
|
9999
10099
|
name: string;
|
|
10000
10100
|
api: "openai-completions";
|
|
@@ -10011,14 +10111,14 @@ export declare const MODELS: {
|
|
|
10011
10111
|
contextWindow: number;
|
|
10012
10112
|
maxTokens: number;
|
|
10013
10113
|
};
|
|
10014
|
-
readonly "
|
|
10114
|
+
readonly "laguna-s-2.1-free": {
|
|
10015
10115
|
id: string;
|
|
10016
10116
|
name: string;
|
|
10017
10117
|
api: "openai-completions";
|
|
10018
10118
|
provider: string;
|
|
10019
10119
|
baseUrl: string;
|
|
10020
10120
|
reasoning: true;
|
|
10021
|
-
input:
|
|
10121
|
+
input: "text"[];
|
|
10022
10122
|
cost: {
|
|
10023
10123
|
input: number;
|
|
10024
10124
|
output: number;
|
|
@@ -10273,6 +10373,23 @@ export declare const MODELS: {
|
|
|
10273
10373
|
contextWindow: number;
|
|
10274
10374
|
maxTokens: number;
|
|
10275
10375
|
};
|
|
10376
|
+
readonly hy3: {
|
|
10377
|
+
id: string;
|
|
10378
|
+
name: string;
|
|
10379
|
+
api: "openai-completions";
|
|
10380
|
+
provider: string;
|
|
10381
|
+
baseUrl: string;
|
|
10382
|
+
reasoning: true;
|
|
10383
|
+
input: "text"[];
|
|
10384
|
+
cost: {
|
|
10385
|
+
input: number;
|
|
10386
|
+
output: number;
|
|
10387
|
+
cacheRead: number;
|
|
10388
|
+
cacheWrite: number;
|
|
10389
|
+
};
|
|
10390
|
+
contextWindow: number;
|
|
10391
|
+
maxTokens: number;
|
|
10392
|
+
};
|
|
10276
10393
|
readonly "kimi-k2.6": {
|
|
10277
10394
|
id: string;
|
|
10278
10395
|
name: string;
|
|
@@ -11452,6 +11569,40 @@ export declare const MODELS: {
|
|
|
11452
11569
|
contextWindow: number;
|
|
11453
11570
|
maxTokens: number;
|
|
11454
11571
|
};
|
|
11572
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
11573
|
+
id: string;
|
|
11574
|
+
name: string;
|
|
11575
|
+
api: "openai-completions";
|
|
11576
|
+
provider: string;
|
|
11577
|
+
baseUrl: string;
|
|
11578
|
+
reasoning: true;
|
|
11579
|
+
input: ("image" | "text")[];
|
|
11580
|
+
cost: {
|
|
11581
|
+
input: number;
|
|
11582
|
+
output: number;
|
|
11583
|
+
cacheRead: number;
|
|
11584
|
+
cacheWrite: number;
|
|
11585
|
+
};
|
|
11586
|
+
contextWindow: number;
|
|
11587
|
+
maxTokens: number;
|
|
11588
|
+
};
|
|
11589
|
+
readonly "google/gemini-3.6-flash": {
|
|
11590
|
+
id: string;
|
|
11591
|
+
name: string;
|
|
11592
|
+
api: "openai-completions";
|
|
11593
|
+
provider: string;
|
|
11594
|
+
baseUrl: string;
|
|
11595
|
+
reasoning: true;
|
|
11596
|
+
input: ("image" | "text")[];
|
|
11597
|
+
cost: {
|
|
11598
|
+
input: number;
|
|
11599
|
+
output: number;
|
|
11600
|
+
cacheRead: number;
|
|
11601
|
+
cacheWrite: number;
|
|
11602
|
+
};
|
|
11603
|
+
contextWindow: number;
|
|
11604
|
+
maxTokens: number;
|
|
11605
|
+
};
|
|
11455
11606
|
readonly "google/gemma-3-12b-it": {
|
|
11456
11607
|
id: string;
|
|
11457
11608
|
name: string;
|
|
@@ -11690,13 +11841,13 @@ export declare const MODELS: {
|
|
|
11690
11841
|
contextWindow: number;
|
|
11691
11842
|
maxTokens: number;
|
|
11692
11843
|
};
|
|
11693
|
-
readonly "
|
|
11844
|
+
readonly "meituan/longcat-2.0": {
|
|
11694
11845
|
id: string;
|
|
11695
11846
|
name: string;
|
|
11696
11847
|
api: "openai-completions";
|
|
11697
11848
|
provider: string;
|
|
11698
11849
|
baseUrl: string;
|
|
11699
|
-
reasoning:
|
|
11850
|
+
reasoning: true;
|
|
11700
11851
|
input: "text"[];
|
|
11701
11852
|
cost: {
|
|
11702
11853
|
input: number;
|
|
@@ -11707,7 +11858,7 @@ export declare const MODELS: {
|
|
|
11707
11858
|
contextWindow: number;
|
|
11708
11859
|
maxTokens: number;
|
|
11709
11860
|
};
|
|
11710
|
-
readonly "meta-llama/llama-3.1-
|
|
11861
|
+
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
11711
11862
|
id: string;
|
|
11712
11863
|
name: string;
|
|
11713
11864
|
api: "openai-completions";
|
|
@@ -11724,7 +11875,7 @@ export declare const MODELS: {
|
|
|
11724
11875
|
contextWindow: number;
|
|
11725
11876
|
maxTokens: number;
|
|
11726
11877
|
};
|
|
11727
|
-
readonly "meta-llama/llama-3.
|
|
11878
|
+
readonly "meta-llama/llama-3.1-8b-instruct": {
|
|
11728
11879
|
id: string;
|
|
11729
11880
|
name: string;
|
|
11730
11881
|
api: "openai-completions";
|
|
@@ -11741,7 +11892,7 @@ export declare const MODELS: {
|
|
|
11741
11892
|
contextWindow: number;
|
|
11742
11893
|
maxTokens: number;
|
|
11743
11894
|
};
|
|
11744
|
-
readonly "meta-llama/llama-3.3-70b-instruct
|
|
11895
|
+
readonly "meta-llama/llama-3.3-70b-instruct": {
|
|
11745
11896
|
id: string;
|
|
11746
11897
|
name: string;
|
|
11747
11898
|
api: "openai-completions";
|
|
@@ -13528,6 +13679,40 @@ export declare const MODELS: {
|
|
|
13528
13679
|
contextWindow: number;
|
|
13529
13680
|
maxTokens: number;
|
|
13530
13681
|
};
|
|
13682
|
+
readonly "poolside/laguna-s-2.1": {
|
|
13683
|
+
id: string;
|
|
13684
|
+
name: string;
|
|
13685
|
+
api: "openai-completions";
|
|
13686
|
+
provider: string;
|
|
13687
|
+
baseUrl: string;
|
|
13688
|
+
reasoning: true;
|
|
13689
|
+
input: "text"[];
|
|
13690
|
+
cost: {
|
|
13691
|
+
input: number;
|
|
13692
|
+
output: number;
|
|
13693
|
+
cacheRead: number;
|
|
13694
|
+
cacheWrite: number;
|
|
13695
|
+
};
|
|
13696
|
+
contextWindow: number;
|
|
13697
|
+
maxTokens: number;
|
|
13698
|
+
};
|
|
13699
|
+
readonly "poolside/laguna-s-2.1:free": {
|
|
13700
|
+
id: string;
|
|
13701
|
+
name: string;
|
|
13702
|
+
api: "openai-completions";
|
|
13703
|
+
provider: string;
|
|
13704
|
+
baseUrl: string;
|
|
13705
|
+
reasoning: true;
|
|
13706
|
+
input: "text"[];
|
|
13707
|
+
cost: {
|
|
13708
|
+
input: number;
|
|
13709
|
+
output: number;
|
|
13710
|
+
cacheRead: number;
|
|
13711
|
+
cacheWrite: number;
|
|
13712
|
+
};
|
|
13713
|
+
contextWindow: number;
|
|
13714
|
+
maxTokens: number;
|
|
13715
|
+
};
|
|
13531
13716
|
readonly "poolside/laguna-xs-2.1": {
|
|
13532
13717
|
id: string;
|
|
13533
13718
|
name: string;
|
|
@@ -13885,23 +14070,6 @@ export declare const MODELS: {
|
|
|
13885
14070
|
contextWindow: number;
|
|
13886
14071
|
maxTokens: number;
|
|
13887
14072
|
};
|
|
13888
|
-
readonly "qwen/qwen3-coder:free": {
|
|
13889
|
-
id: string;
|
|
13890
|
-
name: string;
|
|
13891
|
-
api: "openai-completions";
|
|
13892
|
-
provider: string;
|
|
13893
|
-
baseUrl: string;
|
|
13894
|
-
reasoning: false;
|
|
13895
|
-
input: "text"[];
|
|
13896
|
-
cost: {
|
|
13897
|
-
input: number;
|
|
13898
|
-
output: number;
|
|
13899
|
-
cacheRead: number;
|
|
13900
|
-
cacheWrite: number;
|
|
13901
|
-
};
|
|
13902
|
-
contextWindow: number;
|
|
13903
|
-
maxTokens: number;
|
|
13904
|
-
};
|
|
13905
14073
|
readonly "qwen/qwen3-max": {
|
|
13906
14074
|
id: string;
|
|
13907
14075
|
name: string;
|
|
@@ -13953,23 +14121,6 @@ export declare const MODELS: {
|
|
|
13953
14121
|
contextWindow: number;
|
|
13954
14122
|
maxTokens: number;
|
|
13955
14123
|
};
|
|
13956
|
-
readonly "qwen/qwen3-next-80b-a3b-instruct:free": {
|
|
13957
|
-
id: string;
|
|
13958
|
-
name: string;
|
|
13959
|
-
api: "openai-completions";
|
|
13960
|
-
provider: string;
|
|
13961
|
-
baseUrl: string;
|
|
13962
|
-
reasoning: false;
|
|
13963
|
-
input: "text"[];
|
|
13964
|
-
cost: {
|
|
13965
|
-
input: number;
|
|
13966
|
-
output: number;
|
|
13967
|
-
cacheRead: number;
|
|
13968
|
-
cacheWrite: number;
|
|
13969
|
-
};
|
|
13970
|
-
contextWindow: number;
|
|
13971
|
-
maxTokens: number;
|
|
13972
|
-
};
|
|
13973
14124
|
readonly "qwen/qwen3-next-80b-a3b-thinking": {
|
|
13974
14125
|
id: string;
|
|
13975
14126
|
name: string;
|
|
@@ -14480,23 +14631,6 @@ export declare const MODELS: {
|
|
|
14480
14631
|
contextWindow: number;
|
|
14481
14632
|
maxTokens: number;
|
|
14482
14633
|
};
|
|
14483
|
-
readonly "tencent/hy3:free": {
|
|
14484
|
-
id: string;
|
|
14485
|
-
name: string;
|
|
14486
|
-
api: "openai-completions";
|
|
14487
|
-
provider: string;
|
|
14488
|
-
baseUrl: string;
|
|
14489
|
-
reasoning: true;
|
|
14490
|
-
input: "text"[];
|
|
14491
|
-
cost: {
|
|
14492
|
-
input: number;
|
|
14493
|
-
output: number;
|
|
14494
|
-
cacheRead: number;
|
|
14495
|
-
cacheWrite: number;
|
|
14496
|
-
};
|
|
14497
|
-
contextWindow: number;
|
|
14498
|
-
maxTokens: number;
|
|
14499
|
-
};
|
|
14500
14634
|
readonly "thedrummer/unslopnemo-12b": {
|
|
14501
14635
|
id: string;
|
|
14502
14636
|
name: string;
|
|
@@ -16648,6 +16782,40 @@ export declare const MODELS: {
|
|
|
16648
16782
|
contextWindow: number;
|
|
16649
16783
|
maxTokens: number;
|
|
16650
16784
|
};
|
|
16785
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
16786
|
+
id: string;
|
|
16787
|
+
name: string;
|
|
16788
|
+
api: "anthropic-messages";
|
|
16789
|
+
provider: string;
|
|
16790
|
+
baseUrl: string;
|
|
16791
|
+
reasoning: true;
|
|
16792
|
+
input: ("image" | "text")[];
|
|
16793
|
+
cost: {
|
|
16794
|
+
input: number;
|
|
16795
|
+
output: number;
|
|
16796
|
+
cacheRead: number;
|
|
16797
|
+
cacheWrite: number;
|
|
16798
|
+
};
|
|
16799
|
+
contextWindow: number;
|
|
16800
|
+
maxTokens: number;
|
|
16801
|
+
};
|
|
16802
|
+
readonly "google/gemini-3.6-flash": {
|
|
16803
|
+
id: string;
|
|
16804
|
+
name: string;
|
|
16805
|
+
api: "anthropic-messages";
|
|
16806
|
+
provider: string;
|
|
16807
|
+
baseUrl: string;
|
|
16808
|
+
reasoning: true;
|
|
16809
|
+
input: ("image" | "text")[];
|
|
16810
|
+
cost: {
|
|
16811
|
+
input: number;
|
|
16812
|
+
output: number;
|
|
16813
|
+
cacheRead: number;
|
|
16814
|
+
cacheWrite: number;
|
|
16815
|
+
};
|
|
16816
|
+
contextWindow: number;
|
|
16817
|
+
maxTokens: number;
|
|
16818
|
+
};
|
|
16651
16819
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
16652
16820
|
id: string;
|
|
16653
16821
|
name: string;
|
|
@@ -18214,6 +18382,40 @@ export declare const MODELS: {
|
|
|
18214
18382
|
contextWindow: number;
|
|
18215
18383
|
maxTokens: number;
|
|
18216
18384
|
};
|
|
18385
|
+
readonly "poolside/laguna-s-2.1": {
|
|
18386
|
+
id: string;
|
|
18387
|
+
name: string;
|
|
18388
|
+
api: "anthropic-messages";
|
|
18389
|
+
provider: string;
|
|
18390
|
+
baseUrl: string;
|
|
18391
|
+
reasoning: true;
|
|
18392
|
+
input: "text"[];
|
|
18393
|
+
cost: {
|
|
18394
|
+
input: number;
|
|
18395
|
+
output: number;
|
|
18396
|
+
cacheRead: number;
|
|
18397
|
+
cacheWrite: number;
|
|
18398
|
+
};
|
|
18399
|
+
contextWindow: number;
|
|
18400
|
+
maxTokens: number;
|
|
18401
|
+
};
|
|
18402
|
+
readonly "poolside/laguna-s-2.1-free": {
|
|
18403
|
+
id: string;
|
|
18404
|
+
name: string;
|
|
18405
|
+
api: "anthropic-messages";
|
|
18406
|
+
provider: string;
|
|
18407
|
+
baseUrl: string;
|
|
18408
|
+
reasoning: true;
|
|
18409
|
+
input: "text"[];
|
|
18410
|
+
cost: {
|
|
18411
|
+
input: number;
|
|
18412
|
+
output: number;
|
|
18413
|
+
cacheRead: number;
|
|
18414
|
+
cacheWrite: number;
|
|
18415
|
+
};
|
|
18416
|
+
contextWindow: number;
|
|
18417
|
+
maxTokens: number;
|
|
18418
|
+
};
|
|
18217
18419
|
readonly "sakana/fugu-ultra": {
|
|
18218
18420
|
id: string;
|
|
18219
18421
|
name: string;
|
|
@@ -18265,6 +18467,23 @@ export declare const MODELS: {
|
|
|
18265
18467
|
contextWindow: number;
|
|
18266
18468
|
maxTokens: number;
|
|
18267
18469
|
};
|
|
18470
|
+
readonly "tencent/hy3": {
|
|
18471
|
+
id: string;
|
|
18472
|
+
name: string;
|
|
18473
|
+
api: "anthropic-messages";
|
|
18474
|
+
provider: string;
|
|
18475
|
+
baseUrl: string;
|
|
18476
|
+
reasoning: true;
|
|
18477
|
+
input: "text"[];
|
|
18478
|
+
cost: {
|
|
18479
|
+
input: number;
|
|
18480
|
+
output: number;
|
|
18481
|
+
cacheRead: number;
|
|
18482
|
+
cacheWrite: number;
|
|
18483
|
+
};
|
|
18484
|
+
contextWindow: number;
|
|
18485
|
+
maxTokens: number;
|
|
18486
|
+
};
|
|
18268
18487
|
readonly "thinkingmachines/inkling": {
|
|
18269
18488
|
id: string;
|
|
18270
18489
|
name: string;
|