@dreb/ai 2.48.0 → 2.50.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.
@@ -5544,6 +5544,26 @@ export declare const MODELS: {
5544
5544
  contextWindow: number;
5545
5545
  maxTokens: number;
5546
5546
  };
5547
+ readonly "thinkingmachines/Inkling-Small": {
5548
+ id: string;
5549
+ name: string;
5550
+ api: "openai-completions";
5551
+ provider: string;
5552
+ baseUrl: string;
5553
+ compat: {
5554
+ supportsDeveloperRole: false;
5555
+ };
5556
+ reasoning: true;
5557
+ input: ("image" | "text")[];
5558
+ cost: {
5559
+ input: number;
5560
+ output: number;
5561
+ cacheRead: number;
5562
+ cacheWrite: number;
5563
+ };
5564
+ contextWindow: number;
5565
+ maxTokens: number;
5566
+ };
5547
5567
  readonly "zai-org/GLM-4.5": {
5548
5568
  id: string;
5549
5569
  name: string;
@@ -6481,6 +6501,23 @@ export declare const MODELS: {
6481
6501
  contextWindow: number;
6482
6502
  maxTokens: number;
6483
6503
  };
6504
+ readonly "voxtral-small-latest": {
6505
+ id: string;
6506
+ name: string;
6507
+ api: "mistral-conversations";
6508
+ provider: string;
6509
+ baseUrl: string;
6510
+ reasoning: false;
6511
+ input: "text"[];
6512
+ cost: {
6513
+ input: number;
6514
+ output: number;
6515
+ cacheRead: number;
6516
+ cacheWrite: number;
6517
+ };
6518
+ contextWindow: number;
6519
+ maxTokens: number;
6520
+ };
6484
6521
  };
6485
6522
  readonly openai: {
6486
6523
  readonly "gpt-4": {
@@ -8444,6 +8481,23 @@ export declare const MODELS: {
8444
8481
  contextWindow: number;
8445
8482
  maxTokens: number;
8446
8483
  };
8484
+ readonly "gpt-5.6-luna": {
8485
+ id: string;
8486
+ name: string;
8487
+ api: "openai-responses";
8488
+ provider: string;
8489
+ baseUrl: string;
8490
+ reasoning: true;
8491
+ input: ("image" | "text")[];
8492
+ cost: {
8493
+ input: number;
8494
+ output: number;
8495
+ cacheRead: number;
8496
+ cacheWrite: number;
8497
+ };
8498
+ contextWindow: number;
8499
+ maxTokens: number;
8500
+ };
8447
8501
  readonly "grok-4.5": {
8448
8502
  id: string;
8449
8503
  name: string;
@@ -8837,23 +8891,6 @@ export declare const MODELS: {
8837
8891
  contextWindow: number;
8838
8892
  maxTokens: number;
8839
8893
  };
8840
- readonly "anthropic/claude-fable-5:batch": {
8841
- id: string;
8842
- name: string;
8843
- api: "openai-completions";
8844
- provider: string;
8845
- baseUrl: string;
8846
- reasoning: true;
8847
- input: ("image" | "text")[];
8848
- cost: {
8849
- input: number;
8850
- output: number;
8851
- cacheRead: number;
8852
- cacheWrite: number;
8853
- };
8854
- contextWindow: number;
8855
- maxTokens: number;
8856
- };
8857
8894
  readonly "anthropic/claude-haiku-4.5": {
8858
8895
  id: string;
8859
8896
  name: string;
@@ -8871,23 +8908,6 @@ export declare const MODELS: {
8871
8908
  contextWindow: number;
8872
8909
  maxTokens: number;
8873
8910
  };
8874
- readonly "anthropic/claude-haiku-4.5:batch": {
8875
- id: string;
8876
- name: string;
8877
- api: "openai-completions";
8878
- provider: string;
8879
- baseUrl: string;
8880
- reasoning: true;
8881
- input: ("image" | "text")[];
8882
- cost: {
8883
- input: number;
8884
- output: number;
8885
- cacheRead: number;
8886
- cacheWrite: number;
8887
- };
8888
- contextWindow: number;
8889
- maxTokens: number;
8890
- };
8891
8911
  readonly "anthropic/claude-opus-4": {
8892
8912
  id: string;
8893
8913
  name: string;
@@ -8922,23 +8942,6 @@ export declare const MODELS: {
8922
8942
  contextWindow: number;
8923
8943
  maxTokens: number;
8924
8944
  };
8925
- readonly "anthropic/claude-opus-4.1:batch": {
8926
- id: string;
8927
- name: string;
8928
- api: "openai-completions";
8929
- provider: string;
8930
- baseUrl: string;
8931
- reasoning: true;
8932
- input: ("image" | "text")[];
8933
- cost: {
8934
- input: number;
8935
- output: number;
8936
- cacheRead: number;
8937
- cacheWrite: number;
8938
- };
8939
- contextWindow: number;
8940
- maxTokens: number;
8941
- };
8942
8945
  readonly "anthropic/claude-opus-4.5": {
8943
8946
  id: string;
8944
8947
  name: string;
@@ -8956,23 +8959,6 @@ export declare const MODELS: {
8956
8959
  contextWindow: number;
8957
8960
  maxTokens: number;
8958
8961
  };
8959
- readonly "anthropic/claude-opus-4.5:batch": {
8960
- id: string;
8961
- name: string;
8962
- api: "openai-completions";
8963
- provider: string;
8964
- baseUrl: string;
8965
- reasoning: true;
8966
- input: ("image" | "text")[];
8967
- cost: {
8968
- input: number;
8969
- output: number;
8970
- cacheRead: number;
8971
- cacheWrite: number;
8972
- };
8973
- contextWindow: number;
8974
- maxTokens: number;
8975
- };
8976
8962
  readonly "anthropic/claude-opus-4.6": {
8977
8963
  id: string;
8978
8964
  name: string;
@@ -8990,23 +8976,6 @@ export declare const MODELS: {
8990
8976
  contextWindow: number;
8991
8977
  maxTokens: number;
8992
8978
  };
8993
- readonly "anthropic/claude-opus-4.6:batch": {
8994
- id: string;
8995
- name: string;
8996
- api: "openai-completions";
8997
- provider: string;
8998
- baseUrl: string;
8999
- reasoning: true;
9000
- input: ("image" | "text")[];
9001
- cost: {
9002
- input: number;
9003
- output: number;
9004
- cacheRead: number;
9005
- cacheWrite: number;
9006
- };
9007
- contextWindow: number;
9008
- maxTokens: number;
9009
- };
9010
8979
  readonly "anthropic/claude-opus-4.7": {
9011
8980
  id: string;
9012
8981
  name: string;
@@ -9041,23 +9010,6 @@ export declare const MODELS: {
9041
9010
  contextWindow: number;
9042
9011
  maxTokens: number;
9043
9012
  };
9044
- readonly "anthropic/claude-opus-4.7:batch": {
9045
- id: string;
9046
- name: string;
9047
- api: "openai-completions";
9048
- provider: string;
9049
- baseUrl: string;
9050
- reasoning: true;
9051
- input: ("image" | "text")[];
9052
- cost: {
9053
- input: number;
9054
- output: number;
9055
- cacheRead: number;
9056
- cacheWrite: number;
9057
- };
9058
- contextWindow: number;
9059
- maxTokens: number;
9060
- };
9061
9013
  readonly "anthropic/claude-opus-4.8": {
9062
9014
  id: string;
9063
9015
  name: string;
@@ -9092,23 +9044,6 @@ export declare const MODELS: {
9092
9044
  contextWindow: number;
9093
9045
  maxTokens: number;
9094
9046
  };
9095
- readonly "anthropic/claude-opus-4.8:batch": {
9096
- id: string;
9097
- name: string;
9098
- api: "openai-completions";
9099
- provider: string;
9100
- baseUrl: string;
9101
- reasoning: true;
9102
- input: ("image" | "text")[];
9103
- cost: {
9104
- input: number;
9105
- output: number;
9106
- cacheRead: number;
9107
- cacheWrite: number;
9108
- };
9109
- contextWindow: number;
9110
- maxTokens: number;
9111
- };
9112
9047
  readonly "anthropic/claude-opus-5": {
9113
9048
  id: string;
9114
9049
  name: string;
@@ -9177,23 +9112,6 @@ export declare const MODELS: {
9177
9112
  contextWindow: number;
9178
9113
  maxTokens: number;
9179
9114
  };
9180
- readonly "anthropic/claude-sonnet-4.5:batch": {
9181
- id: string;
9182
- name: string;
9183
- api: "openai-completions";
9184
- provider: string;
9185
- baseUrl: string;
9186
- reasoning: true;
9187
- input: ("image" | "text")[];
9188
- cost: {
9189
- input: number;
9190
- output: number;
9191
- cacheRead: number;
9192
- cacheWrite: number;
9193
- };
9194
- contextWindow: number;
9195
- maxTokens: number;
9196
- };
9197
9115
  readonly "anthropic/claude-sonnet-4.6": {
9198
9116
  id: string;
9199
9117
  name: string;
@@ -9228,23 +9146,6 @@ export declare const MODELS: {
9228
9146
  contextWindow: number;
9229
9147
  maxTokens: number;
9230
9148
  };
9231
- readonly "anthropic/claude-sonnet-5:batch": {
9232
- id: string;
9233
- name: string;
9234
- api: "openai-completions";
9235
- provider: string;
9236
- baseUrl: string;
9237
- reasoning: true;
9238
- input: ("image" | "text")[];
9239
- cost: {
9240
- input: number;
9241
- output: number;
9242
- cacheRead: number;
9243
- cacheWrite: number;
9244
- };
9245
- contextWindow: number;
9246
- maxTokens: number;
9247
- };
9248
9149
  readonly "arcee-ai/trinity-large-thinking": {
9249
9150
  id: string;
9250
9151
  name: string;
@@ -9568,7 +9469,7 @@ export declare const MODELS: {
9568
9469
  contextWindow: number;
9569
9470
  maxTokens: number;
9570
9471
  };
9571
- readonly "deepseek/deepseek-v4-pro": {
9472
+ readonly "deepseek/deepseek-v4-flash-0731": {
9572
9473
  id: string;
9573
9474
  name: string;
9574
9475
  api: "openai-completions";
@@ -9585,31 +9486,14 @@ export declare const MODELS: {
9585
9486
  contextWindow: number;
9586
9487
  maxTokens: number;
9587
9488
  };
9588
- readonly "google/gemini-2.5-flash": {
9589
- id: string;
9590
- name: string;
9591
- api: "openai-completions";
9592
- provider: string;
9593
- baseUrl: string;
9594
- reasoning: true;
9595
- input: ("image" | "text")[];
9596
- cost: {
9597
- input: number;
9598
- output: number;
9599
- cacheRead: number;
9600
- cacheWrite: number;
9601
- };
9602
- contextWindow: number;
9603
- maxTokens: number;
9604
- };
9605
- readonly "google/gemini-2.5-flash-lite": {
9489
+ readonly "deepseek/deepseek-v4-pro": {
9606
9490
  id: string;
9607
9491
  name: string;
9608
9492
  api: "openai-completions";
9609
9493
  provider: string;
9610
9494
  baseUrl: string;
9611
9495
  reasoning: true;
9612
- input: ("image" | "text")[];
9496
+ input: "text"[];
9613
9497
  cost: {
9614
9498
  input: number;
9615
9499
  output: number;
@@ -9619,7 +9503,7 @@ export declare const MODELS: {
9619
9503
  contextWindow: number;
9620
9504
  maxTokens: number;
9621
9505
  };
9622
- readonly "google/gemini-2.5-flash-lite:batch": {
9506
+ readonly "google/gemini-2.5-flash": {
9623
9507
  id: string;
9624
9508
  name: string;
9625
9509
  api: "openai-completions";
@@ -9636,7 +9520,7 @@ export declare const MODELS: {
9636
9520
  contextWindow: number;
9637
9521
  maxTokens: number;
9638
9522
  };
9639
- readonly "google/gemini-2.5-flash:batch": {
9523
+ readonly "google/gemini-2.5-flash-lite": {
9640
9524
  id: string;
9641
9525
  name: string;
9642
9526
  api: "openai-completions";
@@ -9704,23 +9588,6 @@ export declare const MODELS: {
9704
9588
  contextWindow: number;
9705
9589
  maxTokens: number;
9706
9590
  };
9707
- readonly "google/gemini-2.5-pro:batch": {
9708
- id: string;
9709
- name: string;
9710
- api: "openai-completions";
9711
- provider: string;
9712
- baseUrl: string;
9713
- reasoning: true;
9714
- input: ("image" | "text")[];
9715
- cost: {
9716
- input: number;
9717
- output: number;
9718
- cacheRead: number;
9719
- cacheWrite: number;
9720
- };
9721
- contextWindow: number;
9722
- maxTokens: number;
9723
- };
9724
9591
  readonly "google/gemini-3-flash-preview": {
9725
9592
  id: string;
9726
9593
  name: string;
@@ -9738,23 +9605,6 @@ export declare const MODELS: {
9738
9605
  contextWindow: number;
9739
9606
  maxTokens: number;
9740
9607
  };
9741
- readonly "google/gemini-3-flash-preview:batch": {
9742
- id: string;
9743
- name: string;
9744
- api: "openai-completions";
9745
- provider: string;
9746
- baseUrl: string;
9747
- reasoning: true;
9748
- input: ("image" | "text")[];
9749
- cost: {
9750
- input: number;
9751
- output: number;
9752
- cacheRead: number;
9753
- cacheWrite: number;
9754
- };
9755
- contextWindow: number;
9756
- maxTokens: number;
9757
- };
9758
9608
  readonly "google/gemini-3-pro-image": {
9759
9609
  id: string;
9760
9610
  name: string;
@@ -9806,23 +9656,6 @@ export declare const MODELS: {
9806
9656
  contextWindow: number;
9807
9657
  maxTokens: number;
9808
9658
  };
9809
- readonly "google/gemini-3.1-flash-lite:batch": {
9810
- id: string;
9811
- name: string;
9812
- api: "openai-completions";
9813
- provider: string;
9814
- baseUrl: string;
9815
- reasoning: true;
9816
- input: ("image" | "text")[];
9817
- cost: {
9818
- input: number;
9819
- output: number;
9820
- cacheRead: number;
9821
- cacheWrite: number;
9822
- };
9823
- contextWindow: number;
9824
- maxTokens: number;
9825
- };
9826
9659
  readonly "google/gemini-3.1-pro-preview": {
9827
9660
  id: string;
9828
9661
  name: string;
@@ -9857,23 +9690,6 @@ export declare const MODELS: {
9857
9690
  contextWindow: number;
9858
9691
  maxTokens: number;
9859
9692
  };
9860
- readonly "google/gemini-3.1-pro-preview:batch": {
9861
- id: string;
9862
- name: string;
9863
- api: "openai-completions";
9864
- provider: string;
9865
- baseUrl: string;
9866
- reasoning: true;
9867
- input: ("image" | "text")[];
9868
- cost: {
9869
- input: number;
9870
- output: number;
9871
- cacheRead: number;
9872
- cacheWrite: number;
9873
- };
9874
- contextWindow: number;
9875
- maxTokens: number;
9876
- };
9877
9693
  readonly "google/gemini-3.5-flash": {
9878
9694
  id: string;
9879
9695
  name: string;
@@ -9891,58 +9707,7 @@ export declare const MODELS: {
9891
9707
  contextWindow: number;
9892
9708
  maxTokens: number;
9893
9709
  };
9894
- readonly "google/gemini-3.5-flash-lite": {
9895
- id: string;
9896
- name: string;
9897
- api: "openai-completions";
9898
- provider: string;
9899
- baseUrl: string;
9900
- reasoning: true;
9901
- input: ("image" | "text")[];
9902
- cost: {
9903
- input: number;
9904
- output: number;
9905
- cacheRead: number;
9906
- cacheWrite: number;
9907
- };
9908
- contextWindow: number;
9909
- maxTokens: number;
9910
- };
9911
- readonly "google/gemini-3.5-flash-lite:batch": {
9912
- id: string;
9913
- name: string;
9914
- api: "openai-completions";
9915
- provider: string;
9916
- baseUrl: string;
9917
- reasoning: true;
9918
- input: ("image" | "text")[];
9919
- cost: {
9920
- input: number;
9921
- output: number;
9922
- cacheRead: number;
9923
- cacheWrite: number;
9924
- };
9925
- contextWindow: number;
9926
- maxTokens: number;
9927
- };
9928
- readonly "google/gemini-3.5-flash:batch": {
9929
- id: string;
9930
- name: string;
9931
- api: "openai-completions";
9932
- provider: string;
9933
- baseUrl: string;
9934
- reasoning: true;
9935
- input: ("image" | "text")[];
9936
- cost: {
9937
- input: number;
9938
- output: number;
9939
- cacheRead: number;
9940
- cacheWrite: number;
9941
- };
9942
- contextWindow: number;
9943
- maxTokens: number;
9944
- };
9945
- readonly "google/gemini-3.6-flash": {
9710
+ readonly "google/gemini-3.5-flash-lite": {
9946
9711
  id: string;
9947
9712
  name: string;
9948
9713
  api: "openai-completions";
@@ -9959,7 +9724,7 @@ export declare const MODELS: {
9959
9724
  contextWindow: number;
9960
9725
  maxTokens: number;
9961
9726
  };
9962
- readonly "google/gemini-3.6-flash:batch": {
9727
+ readonly "google/gemini-3.6-flash": {
9963
9728
  id: string;
9964
9729
  name: string;
9965
9730
  api: "openai-completions";
@@ -10452,23 +10217,6 @@ export declare const MODELS: {
10452
10217
  contextWindow: number;
10453
10218
  maxTokens: number;
10454
10219
  };
10455
- readonly "minimax/minimax-m3:batch": {
10456
- id: string;
10457
- name: string;
10458
- api: "openai-completions";
10459
- provider: string;
10460
- baseUrl: string;
10461
- reasoning: true;
10462
- input: ("image" | "text")[];
10463
- cost: {
10464
- input: number;
10465
- output: number;
10466
- cacheRead: number;
10467
- cacheWrite: number;
10468
- };
10469
- contextWindow: number;
10470
- maxTokens: number;
10471
- };
10472
10220
  readonly "mistralai/codestral-2508": {
10473
10221
  id: string;
10474
10222
  name: string;
@@ -10486,23 +10234,6 @@ export declare const MODELS: {
10486
10234
  contextWindow: number;
10487
10235
  maxTokens: number;
10488
10236
  };
10489
- readonly "mistralai/devstral-2512": {
10490
- id: string;
10491
- name: string;
10492
- api: "openai-completions";
10493
- provider: string;
10494
- baseUrl: string;
10495
- reasoning: false;
10496
- input: "text"[];
10497
- cost: {
10498
- input: number;
10499
- output: number;
10500
- cacheRead: number;
10501
- cacheWrite: number;
10502
- };
10503
- contextWindow: number;
10504
- maxTokens: number;
10505
- };
10506
10237
  readonly "mistralai/ministral-14b-2512": {
10507
10238
  id: string;
10508
10239
  name: string;
@@ -11353,23 +11084,6 @@ export declare const MODELS: {
11353
11084
  contextWindow: number;
11354
11085
  maxTokens: number;
11355
11086
  };
11356
- readonly "openai/gpt-5-mini:batch": {
11357
- id: string;
11358
- name: string;
11359
- api: "openai-completions";
11360
- provider: string;
11361
- baseUrl: string;
11362
- reasoning: true;
11363
- input: ("image" | "text")[];
11364
- cost: {
11365
- input: number;
11366
- output: number;
11367
- cacheRead: number;
11368
- cacheWrite: number;
11369
- };
11370
- contextWindow: number;
11371
- maxTokens: number;
11372
- };
11373
11087
  readonly "openai/gpt-5-nano": {
11374
11088
  id: string;
11375
11089
  name: string;
@@ -11387,23 +11101,6 @@ export declare const MODELS: {
11387
11101
  contextWindow: number;
11388
11102
  maxTokens: number;
11389
11103
  };
11390
- readonly "openai/gpt-5-nano:batch": {
11391
- id: string;
11392
- name: string;
11393
- api: "openai-completions";
11394
- provider: string;
11395
- baseUrl: string;
11396
- reasoning: true;
11397
- input: ("image" | "text")[];
11398
- cost: {
11399
- input: number;
11400
- output: number;
11401
- cacheRead: number;
11402
- cacheWrite: number;
11403
- };
11404
- contextWindow: number;
11405
- maxTokens: number;
11406
- };
11407
11104
  readonly "openai/gpt-5-pro": {
11408
11105
  id: string;
11409
11106
  name: string;
@@ -11438,23 +11135,6 @@ export declare const MODELS: {
11438
11135
  contextWindow: number;
11439
11136
  maxTokens: number;
11440
11137
  };
11441
- readonly "openai/gpt-5.1-chat": {
11442
- id: string;
11443
- name: string;
11444
- api: "openai-completions";
11445
- provider: string;
11446
- baseUrl: string;
11447
- reasoning: false;
11448
- input: ("image" | "text")[];
11449
- cost: {
11450
- input: number;
11451
- output: number;
11452
- cacheRead: number;
11453
- cacheWrite: number;
11454
- };
11455
- contextWindow: number;
11456
- maxTokens: number;
11457
- };
11458
11138
  readonly "openai/gpt-5.1-codex": {
11459
11139
  id: string;
11460
11140
  name: string;
@@ -11506,23 +11186,6 @@ export declare const MODELS: {
11506
11186
  contextWindow: number;
11507
11187
  maxTokens: number;
11508
11188
  };
11509
- readonly "openai/gpt-5.1:batch": {
11510
- id: string;
11511
- name: string;
11512
- api: "openai-completions";
11513
- provider: string;
11514
- baseUrl: string;
11515
- reasoning: true;
11516
- input: ("image" | "text")[];
11517
- cost: {
11518
- input: number;
11519
- output: number;
11520
- cacheRead: number;
11521
- cacheWrite: number;
11522
- };
11523
- contextWindow: number;
11524
- maxTokens: number;
11525
- };
11526
11189
  readonly "openai/gpt-5.2": {
11527
11190
  id: string;
11528
11191
  name: string;
@@ -11591,23 +11254,6 @@ export declare const MODELS: {
11591
11254
  contextWindow: number;
11592
11255
  maxTokens: number;
11593
11256
  };
11594
- readonly "openai/gpt-5.2:batch": {
11595
- id: string;
11596
- name: string;
11597
- api: "openai-completions";
11598
- provider: string;
11599
- baseUrl: string;
11600
- reasoning: true;
11601
- input: ("image" | "text")[];
11602
- cost: {
11603
- input: number;
11604
- output: number;
11605
- cacheRead: number;
11606
- cacheWrite: number;
11607
- };
11608
- contextWindow: number;
11609
- maxTokens: number;
11610
- };
11611
11257
  readonly "openai/gpt-5.3-chat": {
11612
11258
  id: string;
11613
11259
  name: string;
@@ -11676,23 +11322,6 @@ export declare const MODELS: {
11676
11322
  contextWindow: number;
11677
11323
  maxTokens: number;
11678
11324
  };
11679
- readonly "openai/gpt-5.4-mini:batch": {
11680
- id: string;
11681
- name: string;
11682
- api: "openai-completions";
11683
- provider: string;
11684
- baseUrl: string;
11685
- reasoning: true;
11686
- input: ("image" | "text")[];
11687
- cost: {
11688
- input: number;
11689
- output: number;
11690
- cacheRead: number;
11691
- cacheWrite: number;
11692
- };
11693
- contextWindow: number;
11694
- maxTokens: number;
11695
- };
11696
11325
  readonly "openai/gpt-5.4-nano": {
11697
11326
  id: string;
11698
11327
  name: string;
@@ -11710,23 +11339,6 @@ export declare const MODELS: {
11710
11339
  contextWindow: number;
11711
11340
  maxTokens: number;
11712
11341
  };
11713
- readonly "openai/gpt-5.4-nano:batch": {
11714
- id: string;
11715
- name: string;
11716
- api: "openai-completions";
11717
- provider: string;
11718
- baseUrl: string;
11719
- reasoning: true;
11720
- input: ("image" | "text")[];
11721
- cost: {
11722
- input: number;
11723
- output: number;
11724
- cacheRead: number;
11725
- cacheWrite: number;
11726
- };
11727
- contextWindow: number;
11728
- maxTokens: number;
11729
- };
11730
11342
  readonly "openai/gpt-5.4-pro": {
11731
11343
  id: string;
11732
11344
  name: string;
@@ -11744,23 +11356,6 @@ export declare const MODELS: {
11744
11356
  contextWindow: number;
11745
11357
  maxTokens: number;
11746
11358
  };
11747
- readonly "openai/gpt-5.4:batch": {
11748
- id: string;
11749
- name: string;
11750
- api: "openai-completions";
11751
- provider: string;
11752
- baseUrl: string;
11753
- reasoning: true;
11754
- input: ("image" | "text")[];
11755
- cost: {
11756
- input: number;
11757
- output: number;
11758
- cacheRead: number;
11759
- cacheWrite: number;
11760
- };
11761
- contextWindow: number;
11762
- maxTokens: number;
11763
- };
11764
11359
  readonly "openai/gpt-5.5": {
11765
11360
  id: string;
11766
11361
  name: string;
@@ -11795,23 +11390,6 @@ export declare const MODELS: {
11795
11390
  contextWindow: number;
11796
11391
  maxTokens: number;
11797
11392
  };
11798
- readonly "openai/gpt-5.5:batch": {
11799
- id: string;
11800
- name: string;
11801
- api: "openai-completions";
11802
- provider: string;
11803
- baseUrl: string;
11804
- reasoning: true;
11805
- input: ("image" | "text")[];
11806
- cost: {
11807
- input: number;
11808
- output: number;
11809
- cacheRead: number;
11810
- cacheWrite: number;
11811
- };
11812
- contextWindow: number;
11813
- maxTokens: number;
11814
- };
11815
11393
  readonly "openai/gpt-5.6-luna": {
11816
11394
  id: string;
11817
11395
  name: string;
@@ -11914,23 +11492,6 @@ export declare const MODELS: {
11914
11492
  contextWindow: number;
11915
11493
  maxTokens: number;
11916
11494
  };
11917
- readonly "openai/gpt-5:batch": {
11918
- id: string;
11919
- name: string;
11920
- api: "openai-completions";
11921
- provider: string;
11922
- baseUrl: string;
11923
- reasoning: true;
11924
- input: ("image" | "text")[];
11925
- cost: {
11926
- input: number;
11927
- output: number;
11928
- cacheRead: number;
11929
- cacheWrite: number;
11930
- };
11931
- contextWindow: number;
11932
- maxTokens: number;
11933
- };
11934
11495
  readonly "openai/gpt-audio": {
11935
11496
  id: string;
11936
11497
  name: string;
@@ -13240,6 +12801,23 @@ export declare const MODELS: {
13240
12801
  contextWindow: number;
13241
12802
  maxTokens: number;
13242
12803
  };
12804
+ readonly "thinkingmachines/inkling-small": {
12805
+ id: string;
12806
+ name: string;
12807
+ api: "openai-completions";
12808
+ provider: string;
12809
+ baseUrl: string;
12810
+ reasoning: true;
12811
+ input: ("image" | "text")[];
12812
+ cost: {
12813
+ input: number;
12814
+ output: number;
12815
+ cacheRead: number;
12816
+ cacheWrite: number;
12817
+ };
12818
+ contextWindow: number;
12819
+ maxTokens: number;
12820
+ };
13243
12821
  readonly "upstage/solar-pro-3": {
13244
12822
  id: string;
13245
12823
  name: string;
@@ -13631,6 +13209,23 @@ export declare const MODELS: {
13631
13209
  contextWindow: number;
13632
13210
  maxTokens: number;
13633
13211
  };
13212
+ readonly "~deepseek/deepseek-v4-flash-latest": {
13213
+ id: string;
13214
+ name: string;
13215
+ api: "openai-completions";
13216
+ provider: string;
13217
+ baseUrl: string;
13218
+ reasoning: true;
13219
+ input: "text"[];
13220
+ cost: {
13221
+ input: number;
13222
+ output: number;
13223
+ cacheRead: number;
13224
+ cacheWrite: number;
13225
+ };
13226
+ contextWindow: number;
13227
+ maxTokens: number;
13228
+ };
13634
13229
  readonly "~google/gemini-flash-latest": {
13635
13230
  id: string;
13636
13231
  name: string;
@@ -14704,6 +14299,23 @@ export declare const MODELS: {
14704
14299
  contextWindow: number;
14705
14300
  maxTokens: number;
14706
14301
  };
14302
+ readonly "deepseek/deepseek-v4-flash-0731": {
14303
+ id: string;
14304
+ name: string;
14305
+ api: "anthropic-messages";
14306
+ provider: string;
14307
+ baseUrl: string;
14308
+ reasoning: true;
14309
+ input: "text"[];
14310
+ cost: {
14311
+ input: number;
14312
+ output: number;
14313
+ cacheRead: number;
14314
+ cacheWrite: number;
14315
+ };
14316
+ contextWindow: number;
14317
+ maxTokens: number;
14318
+ };
14707
14319
  readonly "deepseek/deepseek-v4-pro": {
14708
14320
  id: string;
14709
14321
  name: string;
@@ -14983,7 +14595,7 @@ export declare const MODELS: {
14983
14595
  provider: string;
14984
14596
  baseUrl: string;
14985
14597
  reasoning: true;
14986
- input: "text"[];
14598
+ input: ("image" | "text")[];
14987
14599
  cost: {
14988
14600
  input: number;
14989
14601
  output: number;
@@ -15034,7 +14646,7 @@ export declare const MODELS: {
15034
14646
  provider: string;
15035
14647
  baseUrl: string;
15036
14648
  reasoning: true;
15037
- input: "text"[];
14649
+ input: ("image" | "text")[];
15038
14650
  cost: {
15039
14651
  input: number;
15040
14652
  output: number;
@@ -15391,7 +15003,7 @@ export declare const MODELS: {
15391
15003
  provider: string;
15392
15004
  baseUrl: string;
15393
15005
  reasoning: false;
15394
- input: "text"[];
15006
+ input: ("image" | "text")[];
15395
15007
  cost: {
15396
15008
  input: number;
15397
15009
  output: number;
@@ -15408,7 +15020,7 @@ export declare const MODELS: {
15408
15020
  provider: string;
15409
15021
  baseUrl: string;
15410
15022
  reasoning: false;
15411
- input: "text"[];
15023
+ input: ("image" | "text")[];
15412
15024
  cost: {
15413
15025
  input: number;
15414
15026
  output: number;
@@ -15476,7 +15088,7 @@ export declare const MODELS: {
15476
15088
  provider: string;
15477
15089
  baseUrl: string;
15478
15090
  reasoning: false;
15479
- input: "text"[];
15091
+ input: ("image" | "text")[];
15480
15092
  cost: {
15481
15093
  input: number;
15482
15094
  output: number;
@@ -16479,7 +16091,7 @@ export declare const MODELS: {
16479
16091
  provider: string;
16480
16092
  baseUrl: string;
16481
16093
  reasoning: true;
16482
- input: "text"[];
16094
+ input: ("image" | "text")[];
16483
16095
  cost: {
16484
16096
  input: number;
16485
16097
  output: number;