@dreb/ai 2.12.0 → 2.13.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.
@@ -323,6 +323,40 @@ export declare const MODELS: {
323
323
  contextWindow: number;
324
324
  maxTokens: number;
325
325
  };
326
+ readonly "au.anthropic.claude-opus-4-6-v1": {
327
+ id: string;
328
+ name: string;
329
+ api: "bedrock-converse-stream";
330
+ provider: string;
331
+ baseUrl: string;
332
+ reasoning: true;
333
+ input: ("image" | "text")[];
334
+ cost: {
335
+ input: number;
336
+ output: number;
337
+ cacheRead: number;
338
+ cacheWrite: number;
339
+ };
340
+ contextWindow: number;
341
+ maxTokens: number;
342
+ };
343
+ readonly "au.anthropic.claude-sonnet-4-6": {
344
+ id: string;
345
+ name: string;
346
+ api: "bedrock-converse-stream";
347
+ provider: string;
348
+ baseUrl: string;
349
+ reasoning: true;
350
+ input: ("image" | "text")[];
351
+ cost: {
352
+ input: number;
353
+ output: number;
354
+ cacheRead: number;
355
+ cacheWrite: number;
356
+ };
357
+ contextWindow: number;
358
+ maxTokens: number;
359
+ };
326
360
  readonly "deepseek.r1-v1:0": {
327
361
  id: string;
328
362
  name: string;
@@ -2486,6 +2520,40 @@ export declare const MODELS: {
2486
2520
  contextWindow: number;
2487
2521
  maxTokens: number;
2488
2522
  };
2523
+ readonly "gpt-5.5": {
2524
+ id: string;
2525
+ name: string;
2526
+ api: "azure-openai-responses";
2527
+ provider: string;
2528
+ baseUrl: string;
2529
+ reasoning: true;
2530
+ input: ("image" | "text")[];
2531
+ cost: {
2532
+ input: number;
2533
+ output: number;
2534
+ cacheRead: number;
2535
+ cacheWrite: number;
2536
+ };
2537
+ contextWindow: number;
2538
+ maxTokens: number;
2539
+ };
2540
+ readonly "gpt-5.5-pro": {
2541
+ id: string;
2542
+ name: string;
2543
+ api: "azure-openai-responses";
2544
+ provider: string;
2545
+ baseUrl: string;
2546
+ reasoning: true;
2547
+ input: ("image" | "text")[];
2548
+ cost: {
2549
+ input: number;
2550
+ output: number;
2551
+ cacheRead: number;
2552
+ cacheWrite: number;
2553
+ };
2554
+ contextWindow: number;
2555
+ maxTokens: number;
2556
+ };
2489
2557
  readonly o1: {
2490
2558
  id: string;
2491
2559
  name: string;
@@ -3259,6 +3327,29 @@ export declare const MODELS: {
3259
3327
  contextWindow: number;
3260
3328
  maxTokens: number;
3261
3329
  };
3330
+ readonly "gpt-5.5": {
3331
+ id: string;
3332
+ name: string;
3333
+ api: "openai-responses";
3334
+ provider: string;
3335
+ baseUrl: string;
3336
+ headers: {
3337
+ "User-Agent": string;
3338
+ "Editor-Version": string;
3339
+ "Editor-Plugin-Version": string;
3340
+ "Copilot-Integration-Id": string;
3341
+ };
3342
+ reasoning: true;
3343
+ input: ("image" | "text")[];
3344
+ cost: {
3345
+ input: number;
3346
+ output: number;
3347
+ cacheRead: number;
3348
+ cacheWrite: number;
3349
+ };
3350
+ contextWindow: number;
3351
+ maxTokens: number;
3352
+ };
3262
3353
  readonly "grok-code-fast-1": {
3263
3354
  id: string;
3264
3355
  name: string;
@@ -3714,7 +3805,7 @@ export declare const MODELS: {
3714
3805
  contextWindow: number;
3715
3806
  maxTokens: number;
3716
3807
  };
3717
- readonly "gemma-4-26b-it": {
3808
+ readonly "gemma-4-26b-a4b-it": {
3718
3809
  id: string;
3719
3810
  name: string;
3720
3811
  api: "google-generative-ai";
@@ -4763,6 +4854,26 @@ export declare const MODELS: {
4763
4854
  contextWindow: number;
4764
4855
  maxTokens: number;
4765
4856
  };
4857
+ readonly "deepseek-ai/DeepSeek-V4-Pro": {
4858
+ id: string;
4859
+ name: string;
4860
+ api: "openai-completions";
4861
+ provider: string;
4862
+ baseUrl: string;
4863
+ compat: {
4864
+ supportsDeveloperRole: false;
4865
+ };
4866
+ reasoning: true;
4867
+ input: "text"[];
4868
+ cost: {
4869
+ input: number;
4870
+ output: number;
4871
+ cacheRead: number;
4872
+ cacheWrite: number;
4873
+ };
4874
+ contextWindow: number;
4875
+ maxTokens: number;
4876
+ };
4766
4877
  readonly "moonshotai/Kimi-K2-Instruct": {
4767
4878
  id: string;
4768
4879
  name: string;
@@ -6081,6 +6192,40 @@ export declare const MODELS: {
6081
6192
  contextWindow: number;
6082
6193
  maxTokens: number;
6083
6194
  };
6195
+ readonly "gpt-5.5": {
6196
+ id: string;
6197
+ name: string;
6198
+ api: "openai-responses";
6199
+ provider: string;
6200
+ baseUrl: string;
6201
+ reasoning: true;
6202
+ input: ("image" | "text")[];
6203
+ cost: {
6204
+ input: number;
6205
+ output: number;
6206
+ cacheRead: number;
6207
+ cacheWrite: number;
6208
+ };
6209
+ contextWindow: number;
6210
+ maxTokens: number;
6211
+ };
6212
+ readonly "gpt-5.5-pro": {
6213
+ id: string;
6214
+ name: string;
6215
+ api: "openai-responses";
6216
+ provider: string;
6217
+ baseUrl: string;
6218
+ reasoning: true;
6219
+ input: ("image" | "text")[];
6220
+ cost: {
6221
+ input: number;
6222
+ output: number;
6223
+ cacheRead: number;
6224
+ cacheWrite: number;
6225
+ };
6226
+ contextWindow: number;
6227
+ maxTokens: number;
6228
+ };
6084
6229
  readonly o1: {
6085
6230
  id: string;
6086
6231
  name: string;
@@ -6391,23 +6536,6 @@ export declare const MODELS: {
6391
6536
  contextWindow: number;
6392
6537
  maxTokens: number;
6393
6538
  };
6394
- readonly "claude-3-5-haiku": {
6395
- id: string;
6396
- name: string;
6397
- api: "anthropic-messages";
6398
- provider: string;
6399
- baseUrl: string;
6400
- reasoning: false;
6401
- input: ("image" | "text")[];
6402
- cost: {
6403
- input: number;
6404
- output: number;
6405
- cacheRead: number;
6406
- cacheWrite: number;
6407
- };
6408
- contextWindow: number;
6409
- maxTokens: number;
6410
- };
6411
6539
  readonly "claude-haiku-4-5": {
6412
6540
  id: string;
6413
6541
  name: string;
@@ -6850,10 +6978,10 @@ export declare const MODELS: {
6850
6978
  contextWindow: number;
6851
6979
  maxTokens: number;
6852
6980
  };
6853
- readonly "kimi-k2.5": {
6981
+ readonly "gpt-5.5": {
6854
6982
  id: string;
6855
6983
  name: string;
6856
- api: "openai-completions";
6984
+ api: "openai-responses";
6857
6985
  provider: string;
6858
6986
  baseUrl: string;
6859
6987
  reasoning: true;
@@ -6867,10 +6995,10 @@ export declare const MODELS: {
6867
6995
  contextWindow: number;
6868
6996
  maxTokens: number;
6869
6997
  };
6870
- readonly "kimi-k2.6": {
6998
+ readonly "gpt-5.5-pro": {
6871
6999
  id: string;
6872
7000
  name: string;
6873
- api: "openai-completions";
7001
+ api: "openai-responses";
6874
7002
  provider: string;
6875
7003
  baseUrl: string;
6876
7004
  reasoning: true;
@@ -6884,13 +7012,13 @@ export declare const MODELS: {
6884
7012
  contextWindow: number;
6885
7013
  maxTokens: number;
6886
7014
  };
6887
- readonly "ling-2.6-flash-free": {
7015
+ readonly "hy3-preview-free": {
6888
7016
  id: string;
6889
7017
  name: string;
6890
7018
  api: "openai-completions";
6891
7019
  provider: string;
6892
7020
  baseUrl: string;
6893
- reasoning: false;
7021
+ reasoning: true;
6894
7022
  input: "text"[];
6895
7023
  cost: {
6896
7024
  input: number;
@@ -6901,14 +7029,14 @@ export declare const MODELS: {
6901
7029
  contextWindow: number;
6902
7030
  maxTokens: number;
6903
7031
  };
6904
- readonly "minimax-m2.5": {
7032
+ readonly "kimi-k2.5": {
6905
7033
  id: string;
6906
7034
  name: string;
6907
7035
  api: "openai-completions";
6908
7036
  provider: string;
6909
7037
  baseUrl: string;
6910
7038
  reasoning: true;
6911
- input: "text"[];
7039
+ input: ("image" | "text")[];
6912
7040
  cost: {
6913
7041
  input: number;
6914
7042
  output: number;
@@ -6918,14 +7046,14 @@ export declare const MODELS: {
6918
7046
  contextWindow: number;
6919
7047
  maxTokens: number;
6920
7048
  };
6921
- readonly "minimax-m2.5-free": {
7049
+ readonly "kimi-k2.6": {
6922
7050
  id: string;
6923
7051
  name: string;
6924
- api: "anthropic-messages";
7052
+ api: "openai-completions";
6925
7053
  provider: string;
6926
7054
  baseUrl: string;
6927
7055
  reasoning: true;
6928
- input: "text"[];
7056
+ input: ("image" | "text")[];
6929
7057
  cost: {
6930
7058
  input: number;
6931
7059
  output: number;
@@ -6935,13 +7063,13 @@ export declare const MODELS: {
6935
7063
  contextWindow: number;
6936
7064
  maxTokens: number;
6937
7065
  };
6938
- readonly "minimax-m2.7": {
7066
+ readonly "ling-2.6-flash-free": {
6939
7067
  id: string;
6940
7068
  name: string;
6941
7069
  api: "openai-completions";
6942
7070
  provider: string;
6943
7071
  baseUrl: string;
6944
- reasoning: true;
7072
+ reasoning: false;
6945
7073
  input: "text"[];
6946
7074
  cost: {
6947
7075
  input: number;
@@ -6952,7 +7080,7 @@ export declare const MODELS: {
6952
7080
  contextWindow: number;
6953
7081
  maxTokens: number;
6954
7082
  };
6955
- readonly "nemotron-3-super-free": {
7083
+ readonly "minimax-m2.5": {
6956
7084
  id: string;
6957
7085
  name: string;
6958
7086
  api: "openai-completions";
@@ -6969,14 +7097,14 @@ export declare const MODELS: {
6969
7097
  contextWindow: number;
6970
7098
  maxTokens: number;
6971
7099
  };
6972
- readonly "qwen3.5-plus": {
7100
+ readonly "minimax-m2.5-free": {
6973
7101
  id: string;
6974
7102
  name: string;
6975
- api: "openai-completions";
7103
+ api: "anthropic-messages";
6976
7104
  provider: string;
6977
7105
  baseUrl: string;
6978
7106
  reasoning: true;
6979
- input: ("image" | "text")[];
7107
+ input: "text"[];
6980
7108
  cost: {
6981
7109
  input: number;
6982
7110
  output: number;
@@ -6986,14 +7114,14 @@ export declare const MODELS: {
6986
7114
  contextWindow: number;
6987
7115
  maxTokens: number;
6988
7116
  };
6989
- readonly "qwen3.6-plus": {
7117
+ readonly "minimax-m2.7": {
6990
7118
  id: string;
6991
7119
  name: string;
6992
7120
  api: "openai-completions";
6993
7121
  provider: string;
6994
7122
  baseUrl: string;
6995
7123
  reasoning: true;
6996
- input: ("image" | "text")[];
7124
+ input: "text"[];
6997
7125
  cost: {
6998
7126
  input: number;
6999
7127
  output: number;
@@ -7003,9 +7131,7 @@ export declare const MODELS: {
7003
7131
  contextWindow: number;
7004
7132
  maxTokens: number;
7005
7133
  };
7006
- };
7007
- readonly "opencode-go": {
7008
- readonly "glm-5": {
7134
+ readonly "nemotron-3-super-free": {
7009
7135
  id: string;
7010
7136
  name: string;
7011
7137
  api: "openai-completions";
@@ -7022,14 +7148,14 @@ export declare const MODELS: {
7022
7148
  contextWindow: number;
7023
7149
  maxTokens: number;
7024
7150
  };
7025
- readonly "glm-5.1": {
7151
+ readonly "qwen3.5-plus": {
7026
7152
  id: string;
7027
7153
  name: string;
7028
- api: "openai-completions";
7154
+ api: "anthropic-messages";
7029
7155
  provider: string;
7030
7156
  baseUrl: string;
7031
7157
  reasoning: true;
7032
- input: "text"[];
7158
+ input: ("image" | "text")[];
7033
7159
  cost: {
7034
7160
  input: number;
7035
7161
  output: number;
@@ -7039,10 +7165,10 @@ export declare const MODELS: {
7039
7165
  contextWindow: number;
7040
7166
  maxTokens: number;
7041
7167
  };
7042
- readonly "kimi-k2.5": {
7168
+ readonly "qwen3.6-plus": {
7043
7169
  id: string;
7044
7170
  name: string;
7045
- api: "openai-completions";
7171
+ api: "anthropic-messages";
7046
7172
  provider: string;
7047
7173
  baseUrl: string;
7048
7174
  reasoning: true;
@@ -7056,14 +7182,16 @@ export declare const MODELS: {
7056
7182
  contextWindow: number;
7057
7183
  maxTokens: number;
7058
7184
  };
7059
- readonly "kimi-k2.6": {
7185
+ };
7186
+ readonly "opencode-go": {
7187
+ readonly "deepseek-v4-flash": {
7060
7188
  id: string;
7061
7189
  name: string;
7062
7190
  api: "openai-completions";
7063
7191
  provider: string;
7064
7192
  baseUrl: string;
7065
7193
  reasoning: true;
7066
- input: ("image" | "text")[];
7194
+ input: "text"[];
7067
7195
  cost: {
7068
7196
  input: number;
7069
7197
  output: number;
@@ -7073,14 +7201,14 @@ export declare const MODELS: {
7073
7201
  contextWindow: number;
7074
7202
  maxTokens: number;
7075
7203
  };
7076
- readonly "mimo-v2-omni": {
7204
+ readonly "deepseek-v4-pro": {
7077
7205
  id: string;
7078
7206
  name: string;
7079
7207
  api: "openai-completions";
7080
7208
  provider: string;
7081
7209
  baseUrl: string;
7082
7210
  reasoning: true;
7083
- input: ("image" | "text")[];
7211
+ input: "text"[];
7084
7212
  cost: {
7085
7213
  input: number;
7086
7214
  output: number;
@@ -7090,7 +7218,7 @@ export declare const MODELS: {
7090
7218
  contextWindow: number;
7091
7219
  maxTokens: number;
7092
7220
  };
7093
- readonly "mimo-v2-pro": {
7221
+ readonly "glm-5": {
7094
7222
  id: string;
7095
7223
  name: string;
7096
7224
  api: "openai-completions";
@@ -7107,7 +7235,7 @@ export declare const MODELS: {
7107
7235
  contextWindow: number;
7108
7236
  maxTokens: number;
7109
7237
  };
7110
- readonly "minimax-m2.5": {
7238
+ readonly "glm-5.1": {
7111
7239
  id: string;
7112
7240
  name: string;
7113
7241
  api: "openai-completions";
@@ -7124,14 +7252,14 @@ export declare const MODELS: {
7124
7252
  contextWindow: number;
7125
7253
  maxTokens: number;
7126
7254
  };
7127
- readonly "minimax-m2.7": {
7255
+ readonly "kimi-k2.5": {
7128
7256
  id: string;
7129
7257
  name: string;
7130
- api: "anthropic-messages";
7258
+ api: "openai-completions";
7131
7259
  provider: string;
7132
7260
  baseUrl: string;
7133
7261
  reasoning: true;
7134
- input: "text"[];
7262
+ input: ("image" | "text")[];
7135
7263
  cost: {
7136
7264
  input: number;
7137
7265
  output: number;
@@ -7141,7 +7269,7 @@ export declare const MODELS: {
7141
7269
  contextWindow: number;
7142
7270
  maxTokens: number;
7143
7271
  };
7144
- readonly "qwen3.5-plus": {
7272
+ readonly "kimi-k2.6": {
7145
7273
  id: string;
7146
7274
  name: string;
7147
7275
  api: "openai-completions";
@@ -7158,7 +7286,7 @@ export declare const MODELS: {
7158
7286
  contextWindow: number;
7159
7287
  maxTokens: number;
7160
7288
  };
7161
- readonly "qwen3.6-plus": {
7289
+ readonly "mimo-v2-omni": {
7162
7290
  id: string;
7163
7291
  name: string;
7164
7292
  api: "openai-completions";
@@ -7175,15 +7303,13 @@ export declare const MODELS: {
7175
7303
  contextWindow: number;
7176
7304
  maxTokens: number;
7177
7305
  };
7178
- };
7179
- readonly openrouter: {
7180
- readonly "ai21/jamba-large-1.7": {
7306
+ readonly "mimo-v2-pro": {
7181
7307
  id: string;
7182
7308
  name: string;
7183
7309
  api: "openai-completions";
7184
7310
  provider: string;
7185
7311
  baseUrl: string;
7186
- reasoning: false;
7312
+ reasoning: true;
7187
7313
  input: "text"[];
7188
7314
  cost: {
7189
7315
  input: number;
@@ -7194,14 +7320,14 @@ export declare const MODELS: {
7194
7320
  contextWindow: number;
7195
7321
  maxTokens: number;
7196
7322
  };
7197
- readonly "alibaba/tongyi-deepresearch-30b-a3b": {
7323
+ readonly "mimo-v2.5": {
7198
7324
  id: string;
7199
7325
  name: string;
7200
7326
  api: "openai-completions";
7201
7327
  provider: string;
7202
7328
  baseUrl: string;
7203
7329
  reasoning: true;
7204
- input: "text"[];
7330
+ input: ("image" | "text")[];
7205
7331
  cost: {
7206
7332
  input: number;
7207
7333
  output: number;
@@ -7211,13 +7337,13 @@ export declare const MODELS: {
7211
7337
  contextWindow: number;
7212
7338
  maxTokens: number;
7213
7339
  };
7214
- readonly "allenai/olmo-3.1-32b-instruct": {
7340
+ readonly "mimo-v2.5-pro": {
7215
7341
  id: string;
7216
7342
  name: string;
7217
7343
  api: "openai-completions";
7218
7344
  provider: string;
7219
7345
  baseUrl: string;
7220
- reasoning: false;
7346
+ reasoning: true;
7221
7347
  input: "text"[];
7222
7348
  cost: {
7223
7349
  input: number;
@@ -7228,14 +7354,14 @@ export declare const MODELS: {
7228
7354
  contextWindow: number;
7229
7355
  maxTokens: number;
7230
7356
  };
7231
- readonly "amazon/nova-2-lite-v1": {
7357
+ readonly "minimax-m2.5": {
7232
7358
  id: string;
7233
7359
  name: string;
7234
7360
  api: "openai-completions";
7235
7361
  provider: string;
7236
7362
  baseUrl: string;
7237
7363
  reasoning: true;
7238
- input: ("image" | "text")[];
7364
+ input: "text"[];
7239
7365
  cost: {
7240
7366
  input: number;
7241
7367
  output: number;
@@ -7245,14 +7371,14 @@ export declare const MODELS: {
7245
7371
  contextWindow: number;
7246
7372
  maxTokens: number;
7247
7373
  };
7248
- readonly "amazon/nova-lite-v1": {
7374
+ readonly "minimax-m2.7": {
7249
7375
  id: string;
7250
7376
  name: string;
7251
- api: "openai-completions";
7377
+ api: "anthropic-messages";
7252
7378
  provider: string;
7253
7379
  baseUrl: string;
7254
- reasoning: false;
7255
- input: ("image" | "text")[];
7380
+ reasoning: true;
7381
+ input: "text"[];
7256
7382
  cost: {
7257
7383
  input: number;
7258
7384
  output: number;
@@ -7262,14 +7388,135 @@ export declare const MODELS: {
7262
7388
  contextWindow: number;
7263
7389
  maxTokens: number;
7264
7390
  };
7265
- readonly "amazon/nova-micro-v1": {
7391
+ readonly "qwen3.5-plus": {
7266
7392
  id: string;
7267
7393
  name: string;
7268
- api: "openai-completions";
7394
+ api: "anthropic-messages";
7269
7395
  provider: string;
7270
7396
  baseUrl: string;
7271
- reasoning: false;
7272
- input: "text"[];
7397
+ reasoning: true;
7398
+ input: ("image" | "text")[];
7399
+ cost: {
7400
+ input: number;
7401
+ output: number;
7402
+ cacheRead: number;
7403
+ cacheWrite: number;
7404
+ };
7405
+ contextWindow: number;
7406
+ maxTokens: number;
7407
+ };
7408
+ readonly "qwen3.6-plus": {
7409
+ id: string;
7410
+ name: string;
7411
+ api: "anthropic-messages";
7412
+ provider: string;
7413
+ baseUrl: string;
7414
+ reasoning: true;
7415
+ input: ("image" | "text")[];
7416
+ cost: {
7417
+ input: number;
7418
+ output: number;
7419
+ cacheRead: number;
7420
+ cacheWrite: number;
7421
+ };
7422
+ contextWindow: number;
7423
+ maxTokens: number;
7424
+ };
7425
+ };
7426
+ readonly openrouter: {
7427
+ readonly "ai21/jamba-large-1.7": {
7428
+ id: string;
7429
+ name: string;
7430
+ api: "openai-completions";
7431
+ provider: string;
7432
+ baseUrl: string;
7433
+ reasoning: false;
7434
+ input: "text"[];
7435
+ cost: {
7436
+ input: number;
7437
+ output: number;
7438
+ cacheRead: number;
7439
+ cacheWrite: number;
7440
+ };
7441
+ contextWindow: number;
7442
+ maxTokens: number;
7443
+ };
7444
+ readonly "alibaba/tongyi-deepresearch-30b-a3b": {
7445
+ id: string;
7446
+ name: string;
7447
+ api: "openai-completions";
7448
+ provider: string;
7449
+ baseUrl: string;
7450
+ reasoning: true;
7451
+ input: "text"[];
7452
+ cost: {
7453
+ input: number;
7454
+ output: number;
7455
+ cacheRead: number;
7456
+ cacheWrite: number;
7457
+ };
7458
+ contextWindow: number;
7459
+ maxTokens: number;
7460
+ };
7461
+ readonly "allenai/olmo-3.1-32b-instruct": {
7462
+ id: string;
7463
+ name: string;
7464
+ api: "openai-completions";
7465
+ provider: string;
7466
+ baseUrl: string;
7467
+ reasoning: false;
7468
+ input: "text"[];
7469
+ cost: {
7470
+ input: number;
7471
+ output: number;
7472
+ cacheRead: number;
7473
+ cacheWrite: number;
7474
+ };
7475
+ contextWindow: number;
7476
+ maxTokens: number;
7477
+ };
7478
+ readonly "amazon/nova-2-lite-v1": {
7479
+ id: string;
7480
+ name: string;
7481
+ api: "openai-completions";
7482
+ provider: string;
7483
+ baseUrl: string;
7484
+ reasoning: true;
7485
+ input: ("image" | "text")[];
7486
+ cost: {
7487
+ input: number;
7488
+ output: number;
7489
+ cacheRead: number;
7490
+ cacheWrite: number;
7491
+ };
7492
+ contextWindow: number;
7493
+ maxTokens: number;
7494
+ };
7495
+ readonly "amazon/nova-lite-v1": {
7496
+ id: string;
7497
+ name: string;
7498
+ api: "openai-completions";
7499
+ provider: string;
7500
+ baseUrl: string;
7501
+ reasoning: false;
7502
+ input: ("image" | "text")[];
7503
+ cost: {
7504
+ input: number;
7505
+ output: number;
7506
+ cacheRead: number;
7507
+ cacheWrite: number;
7508
+ };
7509
+ contextWindow: number;
7510
+ maxTokens: number;
7511
+ };
7512
+ readonly "amazon/nova-micro-v1": {
7513
+ id: string;
7514
+ name: string;
7515
+ api: "openai-completions";
7516
+ provider: string;
7517
+ baseUrl: string;
7518
+ reasoning: false;
7519
+ input: "text"[];
7273
7520
  cost: {
7274
7521
  input: number;
7275
7522
  output: number;
@@ -7551,7 +7798,7 @@ export declare const MODELS: {
7551
7798
  contextWindow: number;
7552
7799
  maxTokens: number;
7553
7800
  };
7554
- readonly "arcee-ai/trinity-large-preview:free": {
7801
+ readonly "arcee-ai/trinity-large-preview": {
7555
7802
  id: string;
7556
7803
  name: string;
7557
7804
  api: "openai-completions";
@@ -7908,6 +8155,40 @@ export declare const MODELS: {
7908
8155
  contextWindow: number;
7909
8156
  maxTokens: number;
7910
8157
  };
8158
+ readonly "deepseek/deepseek-v4-flash": {
8159
+ id: string;
8160
+ name: string;
8161
+ api: "openai-completions";
8162
+ provider: string;
8163
+ baseUrl: string;
8164
+ reasoning: true;
8165
+ input: "text"[];
8166
+ cost: {
8167
+ input: number;
8168
+ output: number;
8169
+ cacheRead: number;
8170
+ cacheWrite: number;
8171
+ };
8172
+ contextWindow: number;
8173
+ maxTokens: number;
8174
+ };
8175
+ readonly "deepseek/deepseek-v4-pro": {
8176
+ id: string;
8177
+ name: string;
8178
+ api: "openai-completions";
8179
+ provider: string;
8180
+ baseUrl: string;
8181
+ reasoning: true;
8182
+ input: "text"[];
8183
+ cost: {
8184
+ input: number;
8185
+ output: number;
8186
+ cacheRead: number;
8187
+ cacheWrite: number;
8188
+ };
8189
+ contextWindow: number;
8190
+ maxTokens: number;
8191
+ };
7911
8192
  readonly "essentialai/rnj-1-instruct": {
7912
8193
  id: string;
7913
8194
  name: string;
@@ -8129,6 +8410,40 @@ export declare const MODELS: {
8129
8410
  contextWindow: number;
8130
8411
  maxTokens: number;
8131
8412
  };
8413
+ readonly "google/gemma-3-12b-it": {
8414
+ id: string;
8415
+ name: string;
8416
+ api: "openai-completions";
8417
+ provider: string;
8418
+ baseUrl: string;
8419
+ reasoning: false;
8420
+ input: ("image" | "text")[];
8421
+ cost: {
8422
+ input: number;
8423
+ output: number;
8424
+ cacheRead: number;
8425
+ cacheWrite: number;
8426
+ };
8427
+ contextWindow: number;
8428
+ maxTokens: number;
8429
+ };
8430
+ readonly "google/gemma-3-27b-it": {
8431
+ id: string;
8432
+ name: string;
8433
+ api: "openai-completions";
8434
+ provider: string;
8435
+ baseUrl: string;
8436
+ reasoning: false;
8437
+ input: ("image" | "text")[];
8438
+ cost: {
8439
+ input: number;
8440
+ output: number;
8441
+ cacheRead: number;
8442
+ cacheWrite: number;
8443
+ };
8444
+ contextWindow: number;
8445
+ maxTokens: number;
8446
+ };
8132
8447
  readonly "google/gemma-4-26b-a4b-it": {
8133
8448
  id: string;
8134
8449
  name: string;
@@ -8214,6 +8529,40 @@ export declare const MODELS: {
8214
8529
  contextWindow: number;
8215
8530
  maxTokens: number;
8216
8531
  };
8532
+ readonly "inclusionai/ling-2.6-1t:free": {
8533
+ id: string;
8534
+ name: string;
8535
+ api: "openai-completions";
8536
+ provider: string;
8537
+ baseUrl: string;
8538
+ reasoning: false;
8539
+ input: "text"[];
8540
+ cost: {
8541
+ input: number;
8542
+ output: number;
8543
+ cacheRead: number;
8544
+ cacheWrite: number;
8545
+ };
8546
+ contextWindow: number;
8547
+ maxTokens: number;
8548
+ };
8549
+ readonly "inclusionai/ling-2.6-flash": {
8550
+ id: string;
8551
+ name: string;
8552
+ api: "openai-completions";
8553
+ provider: string;
8554
+ baseUrl: string;
8555
+ reasoning: false;
8556
+ input: "text"[];
8557
+ cost: {
8558
+ input: number;
8559
+ output: number;
8560
+ cacheRead: number;
8561
+ cacheWrite: number;
8562
+ };
8563
+ contextWindow: number;
8564
+ maxTokens: number;
8565
+ };
8217
8566
  readonly "inclusionai/ling-2.6-flash:free": {
8218
8567
  id: string;
8219
8568
  name: string;
@@ -8996,6 +9345,23 @@ export declare const MODELS: {
8996
9345
  contextWindow: number;
8997
9346
  maxTokens: number;
8998
9347
  };
9348
+ readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
9349
+ id: string;
9350
+ name: string;
9351
+ api: "openai-completions";
9352
+ provider: string;
9353
+ baseUrl: string;
9354
+ reasoning: true;
9355
+ input: ("image" | "text")[];
9356
+ cost: {
9357
+ input: number;
9358
+ output: number;
9359
+ cacheRead: number;
9360
+ cacheWrite: number;
9361
+ };
9362
+ contextWindow: number;
9363
+ maxTokens: number;
9364
+ };
8999
9365
  readonly "nvidia/nemotron-3-super-120b-a12b": {
9000
9366
  id: string;
9001
9367
  name: string;
@@ -9421,7 +9787,7 @@ export declare const MODELS: {
9421
9787
  contextWindow: number;
9422
9788
  maxTokens: number;
9423
9789
  };
9424
- readonly "openai/gpt-5-image": {
9790
+ readonly "openai/gpt-5-mini": {
9425
9791
  id: string;
9426
9792
  name: string;
9427
9793
  api: "openai-completions";
@@ -9438,7 +9804,7 @@ export declare const MODELS: {
9438
9804
  contextWindow: number;
9439
9805
  maxTokens: number;
9440
9806
  };
9441
- readonly "openai/gpt-5-image-mini": {
9807
+ readonly "openai/gpt-5-nano": {
9442
9808
  id: string;
9443
9809
  name: string;
9444
9810
  api: "openai-completions";
@@ -9455,7 +9821,7 @@ export declare const MODELS: {
9455
9821
  contextWindow: number;
9456
9822
  maxTokens: number;
9457
9823
  };
9458
- readonly "openai/gpt-5-mini": {
9824
+ readonly "openai/gpt-5-pro": {
9459
9825
  id: string;
9460
9826
  name: string;
9461
9827
  api: "openai-completions";
@@ -9472,7 +9838,7 @@ export declare const MODELS: {
9472
9838
  contextWindow: number;
9473
9839
  maxTokens: number;
9474
9840
  };
9475
- readonly "openai/gpt-5-nano": {
9841
+ readonly "openai/gpt-5.1": {
9476
9842
  id: string;
9477
9843
  name: string;
9478
9844
  api: "openai-completions";
@@ -9489,13 +9855,13 @@ export declare const MODELS: {
9489
9855
  contextWindow: number;
9490
9856
  maxTokens: number;
9491
9857
  };
9492
- readonly "openai/gpt-5-pro": {
9858
+ readonly "openai/gpt-5.1-chat": {
9493
9859
  id: string;
9494
9860
  name: string;
9495
9861
  api: "openai-completions";
9496
9862
  provider: string;
9497
9863
  baseUrl: string;
9498
- reasoning: true;
9864
+ reasoning: false;
9499
9865
  input: ("image" | "text")[];
9500
9866
  cost: {
9501
9867
  input: number;
@@ -9506,7 +9872,7 @@ export declare const MODELS: {
9506
9872
  contextWindow: number;
9507
9873
  maxTokens: number;
9508
9874
  };
9509
- readonly "openai/gpt-5.1": {
9875
+ readonly "openai/gpt-5.1-codex": {
9510
9876
  id: string;
9511
9877
  name: string;
9512
9878
  api: "openai-completions";
@@ -9523,13 +9889,13 @@ export declare const MODELS: {
9523
9889
  contextWindow: number;
9524
9890
  maxTokens: number;
9525
9891
  };
9526
- readonly "openai/gpt-5.1-chat": {
9892
+ readonly "openai/gpt-5.1-codex-max": {
9527
9893
  id: string;
9528
9894
  name: string;
9529
9895
  api: "openai-completions";
9530
9896
  provider: string;
9531
9897
  baseUrl: string;
9532
- reasoning: false;
9898
+ reasoning: true;
9533
9899
  input: ("image" | "text")[];
9534
9900
  cost: {
9535
9901
  input: number;
@@ -9540,7 +9906,7 @@ export declare const MODELS: {
9540
9906
  contextWindow: number;
9541
9907
  maxTokens: number;
9542
9908
  };
9543
- readonly "openai/gpt-5.1-codex": {
9909
+ readonly "openai/gpt-5.1-codex-mini": {
9544
9910
  id: string;
9545
9911
  name: string;
9546
9912
  api: "openai-completions";
@@ -9557,7 +9923,7 @@ export declare const MODELS: {
9557
9923
  contextWindow: number;
9558
9924
  maxTokens: number;
9559
9925
  };
9560
- readonly "openai/gpt-5.1-codex-max": {
9926
+ readonly "openai/gpt-5.2": {
9561
9927
  id: string;
9562
9928
  name: string;
9563
9929
  api: "openai-completions";
@@ -9574,13 +9940,13 @@ export declare const MODELS: {
9574
9940
  contextWindow: number;
9575
9941
  maxTokens: number;
9576
9942
  };
9577
- readonly "openai/gpt-5.1-codex-mini": {
9943
+ readonly "openai/gpt-5.2-chat": {
9578
9944
  id: string;
9579
9945
  name: string;
9580
9946
  api: "openai-completions";
9581
9947
  provider: string;
9582
9948
  baseUrl: string;
9583
- reasoning: true;
9949
+ reasoning: false;
9584
9950
  input: ("image" | "text")[];
9585
9951
  cost: {
9586
9952
  input: number;
@@ -9591,7 +9957,7 @@ export declare const MODELS: {
9591
9957
  contextWindow: number;
9592
9958
  maxTokens: number;
9593
9959
  };
9594
- readonly "openai/gpt-5.2": {
9960
+ readonly "openai/gpt-5.2-codex": {
9595
9961
  id: string;
9596
9962
  name: string;
9597
9963
  api: "openai-completions";
@@ -9608,13 +9974,13 @@ export declare const MODELS: {
9608
9974
  contextWindow: number;
9609
9975
  maxTokens: number;
9610
9976
  };
9611
- readonly "openai/gpt-5.2-chat": {
9977
+ readonly "openai/gpt-5.2-pro": {
9612
9978
  id: string;
9613
9979
  name: string;
9614
9980
  api: "openai-completions";
9615
9981
  provider: string;
9616
9982
  baseUrl: string;
9617
- reasoning: false;
9983
+ reasoning: true;
9618
9984
  input: ("image" | "text")[];
9619
9985
  cost: {
9620
9986
  input: number;
@@ -9625,13 +9991,13 @@ export declare const MODELS: {
9625
9991
  contextWindow: number;
9626
9992
  maxTokens: number;
9627
9993
  };
9628
- readonly "openai/gpt-5.2-codex": {
9994
+ readonly "openai/gpt-5.3-chat": {
9629
9995
  id: string;
9630
9996
  name: string;
9631
9997
  api: "openai-completions";
9632
9998
  provider: string;
9633
9999
  baseUrl: string;
9634
- reasoning: true;
10000
+ reasoning: false;
9635
10001
  input: ("image" | "text")[];
9636
10002
  cost: {
9637
10003
  input: number;
@@ -9642,7 +10008,7 @@ export declare const MODELS: {
9642
10008
  contextWindow: number;
9643
10009
  maxTokens: number;
9644
10010
  };
9645
- readonly "openai/gpt-5.2-pro": {
10011
+ readonly "openai/gpt-5.3-codex": {
9646
10012
  id: string;
9647
10013
  name: string;
9648
10014
  api: "openai-completions";
@@ -9659,13 +10025,13 @@ export declare const MODELS: {
9659
10025
  contextWindow: number;
9660
10026
  maxTokens: number;
9661
10027
  };
9662
- readonly "openai/gpt-5.3-chat": {
10028
+ readonly "openai/gpt-5.4": {
9663
10029
  id: string;
9664
10030
  name: string;
9665
10031
  api: "openai-completions";
9666
10032
  provider: string;
9667
10033
  baseUrl: string;
9668
- reasoning: false;
10034
+ reasoning: true;
9669
10035
  input: ("image" | "text")[];
9670
10036
  cost: {
9671
10037
  input: number;
@@ -9676,7 +10042,7 @@ export declare const MODELS: {
9676
10042
  contextWindow: number;
9677
10043
  maxTokens: number;
9678
10044
  };
9679
- readonly "openai/gpt-5.3-codex": {
10045
+ readonly "openai/gpt-5.4-mini": {
9680
10046
  id: string;
9681
10047
  name: string;
9682
10048
  api: "openai-completions";
@@ -9693,7 +10059,7 @@ export declare const MODELS: {
9693
10059
  contextWindow: number;
9694
10060
  maxTokens: number;
9695
10061
  };
9696
- readonly "openai/gpt-5.4": {
10062
+ readonly "openai/gpt-5.4-nano": {
9697
10063
  id: string;
9698
10064
  name: string;
9699
10065
  api: "openai-completions";
@@ -9710,7 +10076,7 @@ export declare const MODELS: {
9710
10076
  contextWindow: number;
9711
10077
  maxTokens: number;
9712
10078
  };
9713
- readonly "openai/gpt-5.4-mini": {
10079
+ readonly "openai/gpt-5.4-pro": {
9714
10080
  id: string;
9715
10081
  name: string;
9716
10082
  api: "openai-completions";
@@ -9727,7 +10093,7 @@ export declare const MODELS: {
9727
10093
  contextWindow: number;
9728
10094
  maxTokens: number;
9729
10095
  };
9730
- readonly "openai/gpt-5.4-nano": {
10096
+ readonly "openai/gpt-5.5": {
9731
10097
  id: string;
9732
10098
  name: string;
9733
10099
  api: "openai-completions";
@@ -9744,7 +10110,7 @@ export declare const MODELS: {
9744
10110
  contextWindow: number;
9745
10111
  maxTokens: number;
9746
10112
  };
9747
- readonly "openai/gpt-5.4-pro": {
10113
+ readonly "openai/gpt-5.5-pro": {
9748
10114
  id: string;
9749
10115
  name: string;
9750
10116
  api: "openai-completions";
@@ -10067,6 +10433,40 @@ export declare const MODELS: {
10067
10433
  contextWindow: number;
10068
10434
  maxTokens: number;
10069
10435
  };
10436
+ readonly "poolside/laguna-m.1:free": {
10437
+ id: string;
10438
+ name: string;
10439
+ api: "openai-completions";
10440
+ provider: string;
10441
+ baseUrl: string;
10442
+ reasoning: true;
10443
+ input: "text"[];
10444
+ cost: {
10445
+ input: number;
10446
+ output: number;
10447
+ cacheRead: number;
10448
+ cacheWrite: number;
10449
+ };
10450
+ contextWindow: number;
10451
+ maxTokens: number;
10452
+ };
10453
+ readonly "poolside/laguna-xs.2:free": {
10454
+ id: string;
10455
+ name: string;
10456
+ api: "openai-completions";
10457
+ provider: string;
10458
+ baseUrl: string;
10459
+ reasoning: true;
10460
+ input: "text"[];
10461
+ cost: {
10462
+ input: number;
10463
+ output: number;
10464
+ cacheRead: number;
10465
+ cacheWrite: number;
10466
+ };
10467
+ contextWindow: number;
10468
+ maxTokens: number;
10469
+ };
10070
10470
  readonly "prime-intellect/intellect-3": {
10071
10471
  id: string;
10072
10472
  name: string;
@@ -10583,7 +10983,75 @@ export declare const MODELS: {
10583
10983
  api: "openai-completions";
10584
10984
  provider: string;
10585
10985
  baseUrl: string;
10586
- reasoning: true;
10986
+ reasoning: true;
10987
+ input: ("image" | "text")[];
10988
+ cost: {
10989
+ input: number;
10990
+ output: number;
10991
+ cacheRead: number;
10992
+ cacheWrite: number;
10993
+ };
10994
+ contextWindow: number;
10995
+ maxTokens: number;
10996
+ };
10997
+ readonly "qwen/qwen3-vl-30b-a3b-instruct": {
10998
+ id: string;
10999
+ name: string;
11000
+ api: "openai-completions";
11001
+ provider: string;
11002
+ baseUrl: string;
11003
+ reasoning: false;
11004
+ input: ("image" | "text")[];
11005
+ cost: {
11006
+ input: number;
11007
+ output: number;
11008
+ cacheRead: number;
11009
+ cacheWrite: number;
11010
+ };
11011
+ contextWindow: number;
11012
+ maxTokens: number;
11013
+ };
11014
+ readonly "qwen/qwen3-vl-30b-a3b-thinking": {
11015
+ id: string;
11016
+ name: string;
11017
+ api: "openai-completions";
11018
+ provider: string;
11019
+ baseUrl: string;
11020
+ reasoning: true;
11021
+ input: ("image" | "text")[];
11022
+ cost: {
11023
+ input: number;
11024
+ output: number;
11025
+ cacheRead: number;
11026
+ cacheWrite: number;
11027
+ };
11028
+ contextWindow: number;
11029
+ maxTokens: number;
11030
+ };
11031
+ readonly "qwen/qwen3-vl-32b-instruct": {
11032
+ id: string;
11033
+ name: string;
11034
+ api: "openai-completions";
11035
+ provider: string;
11036
+ baseUrl: string;
11037
+ reasoning: false;
11038
+ input: ("image" | "text")[];
11039
+ cost: {
11040
+ input: number;
11041
+ output: number;
11042
+ cacheRead: number;
11043
+ cacheWrite: number;
11044
+ };
11045
+ contextWindow: number;
11046
+ maxTokens: number;
11047
+ };
11048
+ readonly "qwen/qwen3-vl-8b-instruct": {
11049
+ id: string;
11050
+ name: string;
11051
+ api: "openai-completions";
11052
+ provider: string;
11053
+ baseUrl: string;
11054
+ reasoning: false;
10587
11055
  input: ("image" | "text")[];
10588
11056
  cost: {
10589
11057
  input: number;
@@ -10594,13 +11062,13 @@ export declare const MODELS: {
10594
11062
  contextWindow: number;
10595
11063
  maxTokens: number;
10596
11064
  };
10597
- readonly "qwen/qwen3-vl-30b-a3b-instruct": {
11065
+ readonly "qwen/qwen3-vl-8b-thinking": {
10598
11066
  id: string;
10599
11067
  name: string;
10600
11068
  api: "openai-completions";
10601
11069
  provider: string;
10602
11070
  baseUrl: string;
10603
- reasoning: false;
11071
+ reasoning: true;
10604
11072
  input: ("image" | "text")[];
10605
11073
  cost: {
10606
11074
  input: number;
@@ -10611,7 +11079,7 @@ export declare const MODELS: {
10611
11079
  contextWindow: number;
10612
11080
  maxTokens: number;
10613
11081
  };
10614
- readonly "qwen/qwen3-vl-30b-a3b-thinking": {
11082
+ readonly "qwen/qwen3.5-122b-a10b": {
10615
11083
  id: string;
10616
11084
  name: string;
10617
11085
  api: "openai-completions";
@@ -10628,13 +11096,13 @@ export declare const MODELS: {
10628
11096
  contextWindow: number;
10629
11097
  maxTokens: number;
10630
11098
  };
10631
- readonly "qwen/qwen3-vl-32b-instruct": {
11099
+ readonly "qwen/qwen3.5-27b": {
10632
11100
  id: string;
10633
11101
  name: string;
10634
11102
  api: "openai-completions";
10635
11103
  provider: string;
10636
11104
  baseUrl: string;
10637
- reasoning: false;
11105
+ reasoning: true;
10638
11106
  input: ("image" | "text")[];
10639
11107
  cost: {
10640
11108
  input: number;
@@ -10645,13 +11113,13 @@ export declare const MODELS: {
10645
11113
  contextWindow: number;
10646
11114
  maxTokens: number;
10647
11115
  };
10648
- readonly "qwen/qwen3-vl-8b-instruct": {
11116
+ readonly "qwen/qwen3.5-35b-a3b": {
10649
11117
  id: string;
10650
11118
  name: string;
10651
11119
  api: "openai-completions";
10652
11120
  provider: string;
10653
11121
  baseUrl: string;
10654
- reasoning: false;
11122
+ reasoning: true;
10655
11123
  input: ("image" | "text")[];
10656
11124
  cost: {
10657
11125
  input: number;
@@ -10662,7 +11130,7 @@ export declare const MODELS: {
10662
11130
  contextWindow: number;
10663
11131
  maxTokens: number;
10664
11132
  };
10665
- readonly "qwen/qwen3-vl-8b-thinking": {
11133
+ readonly "qwen/qwen3.5-397b-a17b": {
10666
11134
  id: string;
10667
11135
  name: string;
10668
11136
  api: "openai-completions";
@@ -10679,7 +11147,7 @@ export declare const MODELS: {
10679
11147
  contextWindow: number;
10680
11148
  maxTokens: number;
10681
11149
  };
10682
- readonly "qwen/qwen3.5-122b-a10b": {
11150
+ readonly "qwen/qwen3.5-9b": {
10683
11151
  id: string;
10684
11152
  name: string;
10685
11153
  api: "openai-completions";
@@ -10696,7 +11164,7 @@ export declare const MODELS: {
10696
11164
  contextWindow: number;
10697
11165
  maxTokens: number;
10698
11166
  };
10699
- readonly "qwen/qwen3.5-27b": {
11167
+ readonly "qwen/qwen3.5-flash-02-23": {
10700
11168
  id: string;
10701
11169
  name: string;
10702
11170
  api: "openai-completions";
@@ -10713,7 +11181,7 @@ export declare const MODELS: {
10713
11181
  contextWindow: number;
10714
11182
  maxTokens: number;
10715
11183
  };
10716
- readonly "qwen/qwen3.5-35b-a3b": {
11184
+ readonly "qwen/qwen3.5-plus-02-15": {
10717
11185
  id: string;
10718
11186
  name: string;
10719
11187
  api: "openai-completions";
@@ -10730,7 +11198,7 @@ export declare const MODELS: {
10730
11198
  contextWindow: number;
10731
11199
  maxTokens: number;
10732
11200
  };
10733
- readonly "qwen/qwen3.5-397b-a17b": {
11201
+ readonly "qwen/qwen3.5-plus-20260420": {
10734
11202
  id: string;
10735
11203
  name: string;
10736
11204
  api: "openai-completions";
@@ -10747,7 +11215,7 @@ export declare const MODELS: {
10747
11215
  contextWindow: number;
10748
11216
  maxTokens: number;
10749
11217
  };
10750
- readonly "qwen/qwen3.5-9b": {
11218
+ readonly "qwen/qwen3.6-27b": {
10751
11219
  id: string;
10752
11220
  name: string;
10753
11221
  api: "openai-completions";
@@ -10764,7 +11232,7 @@ export declare const MODELS: {
10764
11232
  contextWindow: number;
10765
11233
  maxTokens: number;
10766
11234
  };
10767
- readonly "qwen/qwen3.5-flash-02-23": {
11235
+ readonly "qwen/qwen3.6-flash": {
10768
11236
  id: string;
10769
11237
  name: string;
10770
11238
  api: "openai-completions";
@@ -10781,14 +11249,14 @@ export declare const MODELS: {
10781
11249
  contextWindow: number;
10782
11250
  maxTokens: number;
10783
11251
  };
10784
- readonly "qwen/qwen3.5-plus-02-15": {
11252
+ readonly "qwen/qwen3.6-max-preview": {
10785
11253
  id: string;
10786
11254
  name: string;
10787
11255
  api: "openai-completions";
10788
11256
  provider: string;
10789
11257
  baseUrl: string;
10790
11258
  reasoning: true;
10791
- input: ("image" | "text")[];
11259
+ input: "text"[];
10792
11260
  cost: {
10793
11261
  input: number;
10794
11262
  output: number;
@@ -10917,6 +11385,23 @@ export declare const MODELS: {
10917
11385
  contextWindow: number;
10918
11386
  maxTokens: number;
10919
11387
  };
11388
+ readonly "tencent/hy3-preview:free": {
11389
+ id: string;
11390
+ name: string;
11391
+ api: "openai-completions";
11392
+ provider: string;
11393
+ baseUrl: string;
11394
+ reasoning: true;
11395
+ input: "text"[];
11396
+ cost: {
11397
+ input: number;
11398
+ output: number;
11399
+ cacheRead: number;
11400
+ cacheWrite: number;
11401
+ };
11402
+ contextWindow: number;
11403
+ maxTokens: number;
11404
+ };
10920
11405
  readonly "thedrummer/rocinante-12b": {
10921
11406
  id: string;
10922
11407
  name: string;
@@ -11189,6 +11674,40 @@ export declare const MODELS: {
11189
11674
  contextWindow: number;
11190
11675
  maxTokens: number;
11191
11676
  };
11677
+ readonly "xiaomi/mimo-v2.5": {
11678
+ id: string;
11679
+ name: string;
11680
+ api: "openai-completions";
11681
+ provider: string;
11682
+ baseUrl: string;
11683
+ reasoning: true;
11684
+ input: ("image" | "text")[];
11685
+ cost: {
11686
+ input: number;
11687
+ output: number;
11688
+ cacheRead: number;
11689
+ cacheWrite: number;
11690
+ };
11691
+ contextWindow: number;
11692
+ maxTokens: number;
11693
+ };
11694
+ readonly "xiaomi/mimo-v2.5-pro": {
11695
+ id: string;
11696
+ name: string;
11697
+ api: "openai-completions";
11698
+ provider: string;
11699
+ baseUrl: string;
11700
+ reasoning: true;
11701
+ input: "text"[];
11702
+ cost: {
11703
+ input: number;
11704
+ output: number;
11705
+ cacheRead: number;
11706
+ cacheWrite: number;
11707
+ };
11708
+ contextWindow: number;
11709
+ maxTokens: number;
11710
+ };
11192
11711
  readonly "z-ai/glm-4-32b": {
11193
11712
  id: string;
11194
11713
  name: string;
@@ -11410,6 +11929,23 @@ export declare const MODELS: {
11410
11929
  contextWindow: number;
11411
11930
  maxTokens: number;
11412
11931
  };
11932
+ readonly "~anthropic/claude-haiku-latest": {
11933
+ id: string;
11934
+ name: string;
11935
+ api: "openai-completions";
11936
+ provider: string;
11937
+ baseUrl: string;
11938
+ reasoning: true;
11939
+ input: ("image" | "text")[];
11940
+ cost: {
11941
+ input: number;
11942
+ output: number;
11943
+ cacheRead: number;
11944
+ cacheWrite: number;
11945
+ };
11946
+ contextWindow: number;
11947
+ maxTokens: number;
11948
+ };
11413
11949
  readonly "~anthropic/claude-opus-latest": {
11414
11950
  id: string;
11415
11951
  name: string;
@@ -11427,6 +11963,108 @@ export declare const MODELS: {
11427
11963
  contextWindow: number;
11428
11964
  maxTokens: number;
11429
11965
  };
11966
+ readonly "~anthropic/claude-sonnet-latest": {
11967
+ id: string;
11968
+ name: string;
11969
+ api: "openai-completions";
11970
+ provider: string;
11971
+ baseUrl: string;
11972
+ reasoning: true;
11973
+ input: ("image" | "text")[];
11974
+ cost: {
11975
+ input: number;
11976
+ output: number;
11977
+ cacheRead: number;
11978
+ cacheWrite: number;
11979
+ };
11980
+ contextWindow: number;
11981
+ maxTokens: number;
11982
+ };
11983
+ readonly "~google/gemini-flash-latest": {
11984
+ id: string;
11985
+ name: string;
11986
+ api: "openai-completions";
11987
+ provider: string;
11988
+ baseUrl: string;
11989
+ reasoning: true;
11990
+ input: ("image" | "text")[];
11991
+ cost: {
11992
+ input: number;
11993
+ output: number;
11994
+ cacheRead: number;
11995
+ cacheWrite: number;
11996
+ };
11997
+ contextWindow: number;
11998
+ maxTokens: number;
11999
+ };
12000
+ readonly "~google/gemini-pro-latest": {
12001
+ id: string;
12002
+ name: string;
12003
+ api: "openai-completions";
12004
+ provider: string;
12005
+ baseUrl: string;
12006
+ reasoning: true;
12007
+ input: ("image" | "text")[];
12008
+ cost: {
12009
+ input: number;
12010
+ output: number;
12011
+ cacheRead: number;
12012
+ cacheWrite: number;
12013
+ };
12014
+ contextWindow: number;
12015
+ maxTokens: number;
12016
+ };
12017
+ readonly "~moonshotai/kimi-latest": {
12018
+ id: string;
12019
+ name: string;
12020
+ api: "openai-completions";
12021
+ provider: string;
12022
+ baseUrl: string;
12023
+ reasoning: true;
12024
+ input: ("image" | "text")[];
12025
+ cost: {
12026
+ input: number;
12027
+ output: number;
12028
+ cacheRead: number;
12029
+ cacheWrite: number;
12030
+ };
12031
+ contextWindow: number;
12032
+ maxTokens: number;
12033
+ };
12034
+ readonly "~openai/gpt-latest": {
12035
+ id: string;
12036
+ name: string;
12037
+ api: "openai-completions";
12038
+ provider: string;
12039
+ baseUrl: string;
12040
+ reasoning: true;
12041
+ input: ("image" | "text")[];
12042
+ cost: {
12043
+ input: number;
12044
+ output: number;
12045
+ cacheRead: number;
12046
+ cacheWrite: number;
12047
+ };
12048
+ contextWindow: number;
12049
+ maxTokens: number;
12050
+ };
12051
+ readonly "~openai/gpt-mini-latest": {
12052
+ id: string;
12053
+ name: string;
12054
+ api: "openai-completions";
12055
+ provider: string;
12056
+ baseUrl: string;
12057
+ reasoning: true;
12058
+ input: ("image" | "text")[];
12059
+ cost: {
12060
+ input: number;
12061
+ output: number;
12062
+ cacheRead: number;
12063
+ cacheWrite: number;
12064
+ };
12065
+ contextWindow: number;
12066
+ maxTokens: number;
12067
+ };
11430
12068
  };
11431
12069
  readonly "vercel-ai-gateway": {
11432
12070
  readonly "alibaba/qwen-3-14b": {
@@ -12092,6 +12730,40 @@ export declare const MODELS: {
12092
12730
  contextWindow: number;
12093
12731
  maxTokens: number;
12094
12732
  };
12733
+ readonly "deepseek/deepseek-v4-flash": {
12734
+ id: string;
12735
+ name: string;
12736
+ api: "anthropic-messages";
12737
+ provider: string;
12738
+ baseUrl: string;
12739
+ reasoning: true;
12740
+ input: "text"[];
12741
+ cost: {
12742
+ input: number;
12743
+ output: number;
12744
+ cacheRead: number;
12745
+ cacheWrite: number;
12746
+ };
12747
+ contextWindow: number;
12748
+ maxTokens: number;
12749
+ };
12750
+ readonly "deepseek/deepseek-v4-pro": {
12751
+ id: string;
12752
+ name: string;
12753
+ api: "anthropic-messages";
12754
+ provider: string;
12755
+ baseUrl: string;
12756
+ reasoning: true;
12757
+ input: "text"[];
12758
+ cost: {
12759
+ input: number;
12760
+ output: number;
12761
+ cacheRead: number;
12762
+ cacheWrite: number;
12763
+ };
12764
+ contextWindow: number;
12765
+ maxTokens: number;
12766
+ };
12095
12767
  readonly "google/gemini-2.0-flash": {
12096
12768
  id: string;
12097
12769
  name: string;
@@ -13367,6 +14039,40 @@ export declare const MODELS: {
13367
14039
  contextWindow: number;
13368
14040
  maxTokens: number;
13369
14041
  };
14042
+ readonly "openai/gpt-5.5": {
14043
+ id: string;
14044
+ name: string;
14045
+ api: "anthropic-messages";
14046
+ provider: string;
14047
+ baseUrl: string;
14048
+ reasoning: true;
14049
+ input: ("image" | "text")[];
14050
+ cost: {
14051
+ input: number;
14052
+ output: number;
14053
+ cacheRead: number;
14054
+ cacheWrite: number;
14055
+ };
14056
+ contextWindow: number;
14057
+ maxTokens: number;
14058
+ };
14059
+ readonly "openai/gpt-5.5-pro": {
14060
+ id: string;
14061
+ name: string;
14062
+ api: "anthropic-messages";
14063
+ provider: string;
14064
+ baseUrl: string;
14065
+ reasoning: true;
14066
+ input: ("image" | "text")[];
14067
+ cost: {
14068
+ input: number;
14069
+ output: number;
14070
+ cacheRead: number;
14071
+ cacheWrite: number;
14072
+ };
14073
+ contextWindow: number;
14074
+ maxTokens: number;
14075
+ };
13370
14076
  readonly "openai/gpt-oss-20b": {
13371
14077
  id: string;
13372
14078
  name: string;
@@ -14054,7 +14760,7 @@ export declare const MODELS: {
14054
14760
  provider: string;
14055
14761
  baseUrl: string;
14056
14762
  reasoning: true;
14057
- input: ("image" | "text")[];
14763
+ input: "text"[];
14058
14764
  cost: {
14059
14765
  input: number;
14060
14766
  output: number;