@mariozechner/pi-ai 0.71.0 → 0.72.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -1
- package/dist/env-api-keys.d.ts.map +1 -1
- package/dist/env-api-keys.js +1 -0
- package/dist/env-api-keys.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/models.d.ts +3 -10
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts +730 -59
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +306 -28
- package/dist/models.generated.js.map +1 -1
- package/dist/models.js +28 -21
- package/dist/models.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +5 -11
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +5 -11
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/azure-openai-responses.d.ts.map +1 -1
- package/dist/providers/azure-openai-responses.js +12 -6
- package/dist/providers/azure-openai-responses.js.map +1 -1
- package/dist/providers/google-vertex.d.ts.map +1 -1
- package/dist/providers/google-vertex.js +4 -3
- package/dist/providers/google-vertex.js.map +1 -1
- package/dist/providers/google.d.ts.map +1 -1
- package/dist/providers/google.js +4 -3
- package/dist/providers/google.js.map +1 -1
- package/dist/providers/mistral.d.ts.map +1 -1
- package/dist/providers/mistral.js +7 -6
- package/dist/providers/mistral.js.map +1 -1
- package/dist/providers/openai-codex-responses.d.ts +15 -0
- package/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/dist/providers/openai-codex-responses.js +151 -21
- package/dist/providers/openai-codex-responses.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +16 -31
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +12 -6
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/types.d.ts +9 -4
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/utils/overflow.d.ts +2 -0
- package/dist/utils/overflow.d.ts.map +1 -1
- package/dist/utils/overflow.js +14 -0
- package/dist/utils/overflow.js.map +1 -1
- package/package.json +1 -1
|
@@ -245,6 +245,9 @@ export declare const MODELS: {
|
|
|
245
245
|
provider: string;
|
|
246
246
|
baseUrl: string;
|
|
247
247
|
reasoning: true;
|
|
248
|
+
thinkingLevelMap: {
|
|
249
|
+
xhigh: string;
|
|
250
|
+
};
|
|
248
251
|
input: ("image" | "text")[];
|
|
249
252
|
cost: {
|
|
250
253
|
input: number;
|
|
@@ -262,6 +265,9 @@ export declare const MODELS: {
|
|
|
262
265
|
provider: string;
|
|
263
266
|
baseUrl: string;
|
|
264
267
|
reasoning: true;
|
|
268
|
+
thinkingLevelMap: {
|
|
269
|
+
xhigh: string;
|
|
270
|
+
};
|
|
265
271
|
input: ("image" | "text")[];
|
|
266
272
|
cost: {
|
|
267
273
|
input: number;
|
|
@@ -330,6 +336,9 @@ export declare const MODELS: {
|
|
|
330
336
|
provider: string;
|
|
331
337
|
baseUrl: string;
|
|
332
338
|
reasoning: true;
|
|
339
|
+
thinkingLevelMap: {
|
|
340
|
+
xhigh: string;
|
|
341
|
+
};
|
|
333
342
|
input: ("image" | "text")[];
|
|
334
343
|
cost: {
|
|
335
344
|
input: number;
|
|
@@ -449,6 +458,9 @@ export declare const MODELS: {
|
|
|
449
458
|
provider: string;
|
|
450
459
|
baseUrl: string;
|
|
451
460
|
reasoning: true;
|
|
461
|
+
thinkingLevelMap: {
|
|
462
|
+
xhigh: string;
|
|
463
|
+
};
|
|
452
464
|
input: ("image" | "text")[];
|
|
453
465
|
cost: {
|
|
454
466
|
input: number;
|
|
@@ -466,6 +478,9 @@ export declare const MODELS: {
|
|
|
466
478
|
provider: string;
|
|
467
479
|
baseUrl: string;
|
|
468
480
|
reasoning: true;
|
|
481
|
+
thinkingLevelMap: {
|
|
482
|
+
xhigh: string;
|
|
483
|
+
};
|
|
469
484
|
input: ("image" | "text")[];
|
|
470
485
|
cost: {
|
|
471
486
|
input: number;
|
|
@@ -568,6 +583,9 @@ export declare const MODELS: {
|
|
|
568
583
|
provider: string;
|
|
569
584
|
baseUrl: string;
|
|
570
585
|
reasoning: true;
|
|
586
|
+
thinkingLevelMap: {
|
|
587
|
+
xhigh: string;
|
|
588
|
+
};
|
|
571
589
|
input: ("image" | "text")[];
|
|
572
590
|
cost: {
|
|
573
591
|
input: number;
|
|
@@ -585,6 +603,9 @@ export declare const MODELS: {
|
|
|
585
603
|
provider: string;
|
|
586
604
|
baseUrl: string;
|
|
587
605
|
reasoning: true;
|
|
606
|
+
thinkingLevelMap: {
|
|
607
|
+
xhigh: string;
|
|
608
|
+
};
|
|
588
609
|
input: ("image" | "text")[];
|
|
589
610
|
cost: {
|
|
590
611
|
input: number;
|
|
@@ -1418,6 +1439,9 @@ export declare const MODELS: {
|
|
|
1418
1439
|
provider: string;
|
|
1419
1440
|
baseUrl: string;
|
|
1420
1441
|
reasoning: true;
|
|
1442
|
+
thinkingLevelMap: {
|
|
1443
|
+
xhigh: string;
|
|
1444
|
+
};
|
|
1421
1445
|
input: ("image" | "text")[];
|
|
1422
1446
|
cost: {
|
|
1423
1447
|
input: number;
|
|
@@ -1435,6 +1459,9 @@ export declare const MODELS: {
|
|
|
1435
1459
|
provider: string;
|
|
1436
1460
|
baseUrl: string;
|
|
1437
1461
|
reasoning: true;
|
|
1462
|
+
thinkingLevelMap: {
|
|
1463
|
+
xhigh: string;
|
|
1464
|
+
};
|
|
1438
1465
|
input: ("image" | "text")[];
|
|
1439
1466
|
cost: {
|
|
1440
1467
|
input: number;
|
|
@@ -1862,6 +1889,9 @@ export declare const MODELS: {
|
|
|
1862
1889
|
provider: string;
|
|
1863
1890
|
baseUrl: string;
|
|
1864
1891
|
reasoning: true;
|
|
1892
|
+
thinkingLevelMap: {
|
|
1893
|
+
xhigh: string;
|
|
1894
|
+
};
|
|
1865
1895
|
input: ("image" | "text")[];
|
|
1866
1896
|
cost: {
|
|
1867
1897
|
input: number;
|
|
@@ -1879,6 +1909,9 @@ export declare const MODELS: {
|
|
|
1879
1909
|
provider: string;
|
|
1880
1910
|
baseUrl: string;
|
|
1881
1911
|
reasoning: true;
|
|
1912
|
+
thinkingLevelMap: {
|
|
1913
|
+
xhigh: string;
|
|
1914
|
+
};
|
|
1882
1915
|
input: ("image" | "text")[];
|
|
1883
1916
|
cost: {
|
|
1884
1917
|
input: number;
|
|
@@ -2153,6 +2186,9 @@ export declare const MODELS: {
|
|
|
2153
2186
|
provider: string;
|
|
2154
2187
|
baseUrl: string;
|
|
2155
2188
|
reasoning: true;
|
|
2189
|
+
thinkingLevelMap: {
|
|
2190
|
+
off: null;
|
|
2191
|
+
};
|
|
2156
2192
|
input: ("image" | "text")[];
|
|
2157
2193
|
cost: {
|
|
2158
2194
|
input: number;
|
|
@@ -2170,6 +2206,9 @@ export declare const MODELS: {
|
|
|
2170
2206
|
provider: string;
|
|
2171
2207
|
baseUrl: string;
|
|
2172
2208
|
reasoning: false;
|
|
2209
|
+
thinkingLevelMap: {
|
|
2210
|
+
off: null;
|
|
2211
|
+
};
|
|
2173
2212
|
input: ("image" | "text")[];
|
|
2174
2213
|
cost: {
|
|
2175
2214
|
input: number;
|
|
@@ -2187,6 +2226,9 @@ export declare const MODELS: {
|
|
|
2187
2226
|
provider: string;
|
|
2188
2227
|
baseUrl: string;
|
|
2189
2228
|
reasoning: true;
|
|
2229
|
+
thinkingLevelMap: {
|
|
2230
|
+
off: null;
|
|
2231
|
+
};
|
|
2190
2232
|
input: ("image" | "text")[];
|
|
2191
2233
|
cost: {
|
|
2192
2234
|
input: number;
|
|
@@ -2204,6 +2246,9 @@ export declare const MODELS: {
|
|
|
2204
2246
|
provider: string;
|
|
2205
2247
|
baseUrl: string;
|
|
2206
2248
|
reasoning: true;
|
|
2249
|
+
thinkingLevelMap: {
|
|
2250
|
+
off: null;
|
|
2251
|
+
};
|
|
2207
2252
|
input: ("image" | "text")[];
|
|
2208
2253
|
cost: {
|
|
2209
2254
|
input: number;
|
|
@@ -2221,6 +2266,9 @@ export declare const MODELS: {
|
|
|
2221
2266
|
provider: string;
|
|
2222
2267
|
baseUrl: string;
|
|
2223
2268
|
reasoning: true;
|
|
2269
|
+
thinkingLevelMap: {
|
|
2270
|
+
off: null;
|
|
2271
|
+
};
|
|
2224
2272
|
input: ("image" | "text")[];
|
|
2225
2273
|
cost: {
|
|
2226
2274
|
input: number;
|
|
@@ -2238,6 +2286,9 @@ export declare const MODELS: {
|
|
|
2238
2286
|
provider: string;
|
|
2239
2287
|
baseUrl: string;
|
|
2240
2288
|
reasoning: true;
|
|
2289
|
+
thinkingLevelMap: {
|
|
2290
|
+
off: null;
|
|
2291
|
+
};
|
|
2241
2292
|
input: ("image" | "text")[];
|
|
2242
2293
|
cost: {
|
|
2243
2294
|
input: number;
|
|
@@ -2255,6 +2306,9 @@ export declare const MODELS: {
|
|
|
2255
2306
|
provider: string;
|
|
2256
2307
|
baseUrl: string;
|
|
2257
2308
|
reasoning: true;
|
|
2309
|
+
thinkingLevelMap: {
|
|
2310
|
+
off: null;
|
|
2311
|
+
};
|
|
2258
2312
|
input: ("image" | "text")[];
|
|
2259
2313
|
cost: {
|
|
2260
2314
|
input: number;
|
|
@@ -2272,6 +2326,9 @@ export declare const MODELS: {
|
|
|
2272
2326
|
provider: string;
|
|
2273
2327
|
baseUrl: string;
|
|
2274
2328
|
reasoning: true;
|
|
2329
|
+
thinkingLevelMap: {
|
|
2330
|
+
off: null;
|
|
2331
|
+
};
|
|
2275
2332
|
input: ("image" | "text")[];
|
|
2276
2333
|
cost: {
|
|
2277
2334
|
input: number;
|
|
@@ -2289,6 +2346,9 @@ export declare const MODELS: {
|
|
|
2289
2346
|
provider: string;
|
|
2290
2347
|
baseUrl: string;
|
|
2291
2348
|
reasoning: true;
|
|
2349
|
+
thinkingLevelMap: {
|
|
2350
|
+
off: null;
|
|
2351
|
+
};
|
|
2292
2352
|
input: ("image" | "text")[];
|
|
2293
2353
|
cost: {
|
|
2294
2354
|
input: number;
|
|
@@ -2306,6 +2366,9 @@ export declare const MODELS: {
|
|
|
2306
2366
|
provider: string;
|
|
2307
2367
|
baseUrl: string;
|
|
2308
2368
|
reasoning: true;
|
|
2369
|
+
thinkingLevelMap: {
|
|
2370
|
+
off: null;
|
|
2371
|
+
};
|
|
2309
2372
|
input: ("image" | "text")[];
|
|
2310
2373
|
cost: {
|
|
2311
2374
|
input: number;
|
|
@@ -2323,6 +2386,9 @@ export declare const MODELS: {
|
|
|
2323
2386
|
provider: string;
|
|
2324
2387
|
baseUrl: string;
|
|
2325
2388
|
reasoning: true;
|
|
2389
|
+
thinkingLevelMap: {
|
|
2390
|
+
off: null;
|
|
2391
|
+
};
|
|
2326
2392
|
input: ("image" | "text")[];
|
|
2327
2393
|
cost: {
|
|
2328
2394
|
input: number;
|
|
@@ -2340,6 +2406,10 @@ export declare const MODELS: {
|
|
|
2340
2406
|
provider: string;
|
|
2341
2407
|
baseUrl: string;
|
|
2342
2408
|
reasoning: true;
|
|
2409
|
+
thinkingLevelMap: {
|
|
2410
|
+
off: null;
|
|
2411
|
+
xhigh: string;
|
|
2412
|
+
};
|
|
2343
2413
|
input: ("image" | "text")[];
|
|
2344
2414
|
cost: {
|
|
2345
2415
|
input: number;
|
|
@@ -2357,6 +2427,10 @@ export declare const MODELS: {
|
|
|
2357
2427
|
provider: string;
|
|
2358
2428
|
baseUrl: string;
|
|
2359
2429
|
reasoning: true;
|
|
2430
|
+
thinkingLevelMap: {
|
|
2431
|
+
off: null;
|
|
2432
|
+
xhigh: string;
|
|
2433
|
+
};
|
|
2360
2434
|
input: ("image" | "text")[];
|
|
2361
2435
|
cost: {
|
|
2362
2436
|
input: number;
|
|
@@ -2374,6 +2448,10 @@ export declare const MODELS: {
|
|
|
2374
2448
|
provider: string;
|
|
2375
2449
|
baseUrl: string;
|
|
2376
2450
|
reasoning: true;
|
|
2451
|
+
thinkingLevelMap: {
|
|
2452
|
+
off: null;
|
|
2453
|
+
xhigh: string;
|
|
2454
|
+
};
|
|
2377
2455
|
input: ("image" | "text")[];
|
|
2378
2456
|
cost: {
|
|
2379
2457
|
input: number;
|
|
@@ -2391,6 +2469,10 @@ export declare const MODELS: {
|
|
|
2391
2469
|
provider: string;
|
|
2392
2470
|
baseUrl: string;
|
|
2393
2471
|
reasoning: true;
|
|
2472
|
+
thinkingLevelMap: {
|
|
2473
|
+
off: null;
|
|
2474
|
+
xhigh: string;
|
|
2475
|
+
};
|
|
2394
2476
|
input: ("image" | "text")[];
|
|
2395
2477
|
cost: {
|
|
2396
2478
|
input: number;
|
|
@@ -2408,6 +2490,10 @@ export declare const MODELS: {
|
|
|
2408
2490
|
provider: string;
|
|
2409
2491
|
baseUrl: string;
|
|
2410
2492
|
reasoning: false;
|
|
2493
|
+
thinkingLevelMap: {
|
|
2494
|
+
off: null;
|
|
2495
|
+
xhigh: string;
|
|
2496
|
+
};
|
|
2411
2497
|
input: ("image" | "text")[];
|
|
2412
2498
|
cost: {
|
|
2413
2499
|
input: number;
|
|
@@ -2425,6 +2511,10 @@ export declare const MODELS: {
|
|
|
2425
2511
|
provider: string;
|
|
2426
2512
|
baseUrl: string;
|
|
2427
2513
|
reasoning: true;
|
|
2514
|
+
thinkingLevelMap: {
|
|
2515
|
+
off: null;
|
|
2516
|
+
xhigh: string;
|
|
2517
|
+
};
|
|
2428
2518
|
input: ("image" | "text")[];
|
|
2429
2519
|
cost: {
|
|
2430
2520
|
input: number;
|
|
@@ -2442,6 +2532,10 @@ export declare const MODELS: {
|
|
|
2442
2532
|
provider: string;
|
|
2443
2533
|
baseUrl: string;
|
|
2444
2534
|
reasoning: true;
|
|
2535
|
+
thinkingLevelMap: {
|
|
2536
|
+
off: null;
|
|
2537
|
+
xhigh: string;
|
|
2538
|
+
};
|
|
2445
2539
|
input: ("image" | "text")[];
|
|
2446
2540
|
cost: {
|
|
2447
2541
|
input: number;
|
|
@@ -2459,6 +2553,10 @@ export declare const MODELS: {
|
|
|
2459
2553
|
provider: string;
|
|
2460
2554
|
baseUrl: string;
|
|
2461
2555
|
reasoning: true;
|
|
2556
|
+
thinkingLevelMap: {
|
|
2557
|
+
off: null;
|
|
2558
|
+
xhigh: string;
|
|
2559
|
+
};
|
|
2462
2560
|
input: ("image" | "text")[];
|
|
2463
2561
|
cost: {
|
|
2464
2562
|
input: number;
|
|
@@ -2476,6 +2574,10 @@ export declare const MODELS: {
|
|
|
2476
2574
|
provider: string;
|
|
2477
2575
|
baseUrl: string;
|
|
2478
2576
|
reasoning: true;
|
|
2577
|
+
thinkingLevelMap: {
|
|
2578
|
+
off: null;
|
|
2579
|
+
xhigh: string;
|
|
2580
|
+
};
|
|
2479
2581
|
input: ("image" | "text")[];
|
|
2480
2582
|
cost: {
|
|
2481
2583
|
input: number;
|
|
@@ -2493,6 +2595,10 @@ export declare const MODELS: {
|
|
|
2493
2595
|
provider: string;
|
|
2494
2596
|
baseUrl: string;
|
|
2495
2597
|
reasoning: true;
|
|
2598
|
+
thinkingLevelMap: {
|
|
2599
|
+
off: null;
|
|
2600
|
+
xhigh: string;
|
|
2601
|
+
};
|
|
2496
2602
|
input: ("image" | "text")[];
|
|
2497
2603
|
cost: {
|
|
2498
2604
|
input: number;
|
|
@@ -2510,6 +2616,10 @@ export declare const MODELS: {
|
|
|
2510
2616
|
provider: string;
|
|
2511
2617
|
baseUrl: string;
|
|
2512
2618
|
reasoning: true;
|
|
2619
|
+
thinkingLevelMap: {
|
|
2620
|
+
off: null;
|
|
2621
|
+
xhigh: string;
|
|
2622
|
+
};
|
|
2513
2623
|
input: ("image" | "text")[];
|
|
2514
2624
|
cost: {
|
|
2515
2625
|
input: number;
|
|
@@ -2527,6 +2637,10 @@ export declare const MODELS: {
|
|
|
2527
2637
|
provider: string;
|
|
2528
2638
|
baseUrl: string;
|
|
2529
2639
|
reasoning: true;
|
|
2640
|
+
thinkingLevelMap: {
|
|
2641
|
+
off: null;
|
|
2642
|
+
xhigh: string;
|
|
2643
|
+
};
|
|
2530
2644
|
input: ("image" | "text")[];
|
|
2531
2645
|
cost: {
|
|
2532
2646
|
input: number;
|
|
@@ -2544,6 +2658,10 @@ export declare const MODELS: {
|
|
|
2544
2658
|
provider: string;
|
|
2545
2659
|
baseUrl: string;
|
|
2546
2660
|
reasoning: true;
|
|
2661
|
+
thinkingLevelMap: {
|
|
2662
|
+
off: null;
|
|
2663
|
+
xhigh: string;
|
|
2664
|
+
};
|
|
2547
2665
|
input: ("image" | "text")[];
|
|
2548
2666
|
cost: {
|
|
2549
2667
|
input: number;
|
|
@@ -2939,6 +3057,9 @@ export declare const MODELS: {
|
|
|
2939
3057
|
provider: string;
|
|
2940
3058
|
baseUrl: string;
|
|
2941
3059
|
reasoning: true;
|
|
3060
|
+
thinkingLevelMap: {
|
|
3061
|
+
xhigh: string;
|
|
3062
|
+
};
|
|
2942
3063
|
input: ("image" | "text")[];
|
|
2943
3064
|
cost: {
|
|
2944
3065
|
input: number;
|
|
@@ -2956,6 +3077,9 @@ export declare const MODELS: {
|
|
|
2956
3077
|
provider: string;
|
|
2957
3078
|
baseUrl: string;
|
|
2958
3079
|
reasoning: true;
|
|
3080
|
+
thinkingLevelMap: {
|
|
3081
|
+
xhigh: string;
|
|
3082
|
+
};
|
|
2959
3083
|
input: ("image" | "text")[];
|
|
2960
3084
|
cost: {
|
|
2961
3085
|
input: number;
|
|
@@ -3092,6 +3216,9 @@ export declare const MODELS: {
|
|
|
3092
3216
|
provider: string;
|
|
3093
3217
|
baseUrl: string;
|
|
3094
3218
|
reasoning: true;
|
|
3219
|
+
thinkingLevelMap: {
|
|
3220
|
+
off: null;
|
|
3221
|
+
};
|
|
3095
3222
|
input: ("image" | "text")[];
|
|
3096
3223
|
cost: {
|
|
3097
3224
|
input: number;
|
|
@@ -3109,6 +3236,9 @@ export declare const MODELS: {
|
|
|
3109
3236
|
provider: string;
|
|
3110
3237
|
baseUrl: string;
|
|
3111
3238
|
reasoning: true;
|
|
3239
|
+
thinkingLevelMap: {
|
|
3240
|
+
off: null;
|
|
3241
|
+
};
|
|
3112
3242
|
input: ("image" | "text")[];
|
|
3113
3243
|
cost: {
|
|
3114
3244
|
input: number;
|
|
@@ -3126,6 +3256,10 @@ export declare const MODELS: {
|
|
|
3126
3256
|
provider: string;
|
|
3127
3257
|
baseUrl: string;
|
|
3128
3258
|
reasoning: true;
|
|
3259
|
+
thinkingLevelMap: {
|
|
3260
|
+
off: null;
|
|
3261
|
+
xhigh: string;
|
|
3262
|
+
};
|
|
3129
3263
|
input: ("image" | "text")[];
|
|
3130
3264
|
cost: {
|
|
3131
3265
|
input: number;
|
|
@@ -3143,6 +3277,10 @@ export declare const MODELS: {
|
|
|
3143
3277
|
provider: string;
|
|
3144
3278
|
baseUrl: string;
|
|
3145
3279
|
reasoning: true;
|
|
3280
|
+
thinkingLevelMap: {
|
|
3281
|
+
off: null;
|
|
3282
|
+
xhigh: string;
|
|
3283
|
+
};
|
|
3146
3284
|
input: ("image" | "text")[];
|
|
3147
3285
|
cost: {
|
|
3148
3286
|
input: number;
|
|
@@ -3160,6 +3298,10 @@ export declare const MODELS: {
|
|
|
3160
3298
|
provider: string;
|
|
3161
3299
|
baseUrl: string;
|
|
3162
3300
|
reasoning: true;
|
|
3301
|
+
thinkingLevelMap: {
|
|
3302
|
+
off: null;
|
|
3303
|
+
xhigh: string;
|
|
3304
|
+
};
|
|
3163
3305
|
input: ("image" | "text")[];
|
|
3164
3306
|
cost: {
|
|
3165
3307
|
input: number;
|
|
@@ -3177,6 +3319,10 @@ export declare const MODELS: {
|
|
|
3177
3319
|
provider: string;
|
|
3178
3320
|
baseUrl: string;
|
|
3179
3321
|
reasoning: true;
|
|
3322
|
+
thinkingLevelMap: {
|
|
3323
|
+
off: null;
|
|
3324
|
+
xhigh: string;
|
|
3325
|
+
};
|
|
3180
3326
|
input: ("image" | "text")[];
|
|
3181
3327
|
cost: {
|
|
3182
3328
|
input: number;
|
|
@@ -3194,6 +3340,10 @@ export declare const MODELS: {
|
|
|
3194
3340
|
provider: string;
|
|
3195
3341
|
baseUrl: string;
|
|
3196
3342
|
reasoning: true;
|
|
3343
|
+
thinkingLevelMap: {
|
|
3344
|
+
off: null;
|
|
3345
|
+
xhigh: string;
|
|
3346
|
+
};
|
|
3197
3347
|
input: ("image" | "text")[];
|
|
3198
3348
|
cost: {
|
|
3199
3349
|
input: number;
|
|
@@ -3542,15 +3692,15 @@ export declare const MODELS: {
|
|
|
3542
3692
|
compat: {
|
|
3543
3693
|
requiresReasoningContentOnAssistantMessages: true;
|
|
3544
3694
|
thinkingFormat: "deepseek";
|
|
3545
|
-
reasoningEffortMap: {
|
|
3546
|
-
minimal: string;
|
|
3547
|
-
low: string;
|
|
3548
|
-
medium: string;
|
|
3549
|
-
high: string;
|
|
3550
|
-
xhigh: string;
|
|
3551
|
-
};
|
|
3552
3695
|
};
|
|
3553
3696
|
reasoning: true;
|
|
3697
|
+
thinkingLevelMap: {
|
|
3698
|
+
minimal: null;
|
|
3699
|
+
low: null;
|
|
3700
|
+
medium: null;
|
|
3701
|
+
high: string;
|
|
3702
|
+
xhigh: string;
|
|
3703
|
+
};
|
|
3554
3704
|
input: "text"[];
|
|
3555
3705
|
cost: {
|
|
3556
3706
|
input: number;
|
|
@@ -3570,15 +3720,15 @@ export declare const MODELS: {
|
|
|
3570
3720
|
compat: {
|
|
3571
3721
|
requiresReasoningContentOnAssistantMessages: true;
|
|
3572
3722
|
thinkingFormat: "deepseek";
|
|
3573
|
-
reasoningEffortMap: {
|
|
3574
|
-
minimal: string;
|
|
3575
|
-
low: string;
|
|
3576
|
-
medium: string;
|
|
3577
|
-
high: string;
|
|
3578
|
-
xhigh: string;
|
|
3579
|
-
};
|
|
3580
3723
|
};
|
|
3581
3724
|
reasoning: true;
|
|
3725
|
+
thinkingLevelMap: {
|
|
3726
|
+
minimal: null;
|
|
3727
|
+
low: null;
|
|
3728
|
+
medium: null;
|
|
3729
|
+
high: string;
|
|
3730
|
+
xhigh: string;
|
|
3731
|
+
};
|
|
3582
3732
|
input: "text"[];
|
|
3583
3733
|
cost: {
|
|
3584
3734
|
input: number;
|
|
@@ -3978,6 +4128,9 @@ export declare const MODELS: {
|
|
|
3978
4128
|
"Copilot-Integration-Id": string;
|
|
3979
4129
|
};
|
|
3980
4130
|
reasoning: true;
|
|
4131
|
+
thinkingLevelMap: {
|
|
4132
|
+
xhigh: string;
|
|
4133
|
+
};
|
|
3981
4134
|
input: ("image" | "text")[];
|
|
3982
4135
|
cost: {
|
|
3983
4136
|
input: number;
|
|
@@ -4001,6 +4154,9 @@ export declare const MODELS: {
|
|
|
4001
4154
|
"Copilot-Integration-Id": string;
|
|
4002
4155
|
};
|
|
4003
4156
|
reasoning: true;
|
|
4157
|
+
thinkingLevelMap: {
|
|
4158
|
+
xhigh: string;
|
|
4159
|
+
};
|
|
4004
4160
|
input: ("image" | "text")[];
|
|
4005
4161
|
cost: {
|
|
4006
4162
|
input: number;
|
|
@@ -4267,6 +4423,9 @@ export declare const MODELS: {
|
|
|
4267
4423
|
"Copilot-Integration-Id": string;
|
|
4268
4424
|
};
|
|
4269
4425
|
reasoning: true;
|
|
4426
|
+
thinkingLevelMap: {
|
|
4427
|
+
off: null;
|
|
4428
|
+
};
|
|
4270
4429
|
input: ("image" | "text")[];
|
|
4271
4430
|
cost: {
|
|
4272
4431
|
input: number;
|
|
@@ -4290,6 +4449,9 @@ export declare const MODELS: {
|
|
|
4290
4449
|
"Copilot-Integration-Id": string;
|
|
4291
4450
|
};
|
|
4292
4451
|
reasoning: true;
|
|
4452
|
+
thinkingLevelMap: {
|
|
4453
|
+
off: null;
|
|
4454
|
+
};
|
|
4293
4455
|
input: ("image" | "text")[];
|
|
4294
4456
|
cost: {
|
|
4295
4457
|
input: number;
|
|
@@ -4313,6 +4475,9 @@ export declare const MODELS: {
|
|
|
4313
4475
|
"Copilot-Integration-Id": string;
|
|
4314
4476
|
};
|
|
4315
4477
|
reasoning: true;
|
|
4478
|
+
thinkingLevelMap: {
|
|
4479
|
+
off: null;
|
|
4480
|
+
};
|
|
4316
4481
|
input: ("image" | "text")[];
|
|
4317
4482
|
cost: {
|
|
4318
4483
|
input: number;
|
|
@@ -4336,6 +4501,9 @@ export declare const MODELS: {
|
|
|
4336
4501
|
"Copilot-Integration-Id": string;
|
|
4337
4502
|
};
|
|
4338
4503
|
reasoning: true;
|
|
4504
|
+
thinkingLevelMap: {
|
|
4505
|
+
off: null;
|
|
4506
|
+
};
|
|
4339
4507
|
input: ("image" | "text")[];
|
|
4340
4508
|
cost: {
|
|
4341
4509
|
input: number;
|
|
@@ -4359,6 +4527,9 @@ export declare const MODELS: {
|
|
|
4359
4527
|
"Copilot-Integration-Id": string;
|
|
4360
4528
|
};
|
|
4361
4529
|
reasoning: true;
|
|
4530
|
+
thinkingLevelMap: {
|
|
4531
|
+
off: null;
|
|
4532
|
+
};
|
|
4362
4533
|
input: ("image" | "text")[];
|
|
4363
4534
|
cost: {
|
|
4364
4535
|
input: number;
|
|
@@ -4382,6 +4553,9 @@ export declare const MODELS: {
|
|
|
4382
4553
|
"Copilot-Integration-Id": string;
|
|
4383
4554
|
};
|
|
4384
4555
|
reasoning: true;
|
|
4556
|
+
thinkingLevelMap: {
|
|
4557
|
+
off: null;
|
|
4558
|
+
};
|
|
4385
4559
|
input: ("image" | "text")[];
|
|
4386
4560
|
cost: {
|
|
4387
4561
|
input: number;
|
|
@@ -4405,6 +4579,10 @@ export declare const MODELS: {
|
|
|
4405
4579
|
"Copilot-Integration-Id": string;
|
|
4406
4580
|
};
|
|
4407
4581
|
reasoning: true;
|
|
4582
|
+
thinkingLevelMap: {
|
|
4583
|
+
off: null;
|
|
4584
|
+
xhigh: string;
|
|
4585
|
+
};
|
|
4408
4586
|
input: ("image" | "text")[];
|
|
4409
4587
|
cost: {
|
|
4410
4588
|
input: number;
|
|
@@ -4428,6 +4606,10 @@ export declare const MODELS: {
|
|
|
4428
4606
|
"Copilot-Integration-Id": string;
|
|
4429
4607
|
};
|
|
4430
4608
|
reasoning: true;
|
|
4609
|
+
thinkingLevelMap: {
|
|
4610
|
+
off: null;
|
|
4611
|
+
xhigh: string;
|
|
4612
|
+
};
|
|
4431
4613
|
input: ("image" | "text")[];
|
|
4432
4614
|
cost: {
|
|
4433
4615
|
input: number;
|
|
@@ -4451,6 +4633,10 @@ export declare const MODELS: {
|
|
|
4451
4633
|
"Copilot-Integration-Id": string;
|
|
4452
4634
|
};
|
|
4453
4635
|
reasoning: true;
|
|
4636
|
+
thinkingLevelMap: {
|
|
4637
|
+
off: null;
|
|
4638
|
+
xhigh: string;
|
|
4639
|
+
};
|
|
4454
4640
|
input: ("image" | "text")[];
|
|
4455
4641
|
cost: {
|
|
4456
4642
|
input: number;
|
|
@@ -4474,6 +4660,10 @@ export declare const MODELS: {
|
|
|
4474
4660
|
"Copilot-Integration-Id": string;
|
|
4475
4661
|
};
|
|
4476
4662
|
reasoning: true;
|
|
4663
|
+
thinkingLevelMap: {
|
|
4664
|
+
off: null;
|
|
4665
|
+
xhigh: string;
|
|
4666
|
+
};
|
|
4477
4667
|
input: ("image" | "text")[];
|
|
4478
4668
|
cost: {
|
|
4479
4669
|
input: number;
|
|
@@ -4497,6 +4687,10 @@ export declare const MODELS: {
|
|
|
4497
4687
|
"Copilot-Integration-Id": string;
|
|
4498
4688
|
};
|
|
4499
4689
|
reasoning: true;
|
|
4690
|
+
thinkingLevelMap: {
|
|
4691
|
+
off: null;
|
|
4692
|
+
xhigh: string;
|
|
4693
|
+
};
|
|
4500
4694
|
input: ("image" | "text")[];
|
|
4501
4695
|
cost: {
|
|
4502
4696
|
input: number;
|
|
@@ -4520,6 +4714,10 @@ export declare const MODELS: {
|
|
|
4520
4714
|
"Copilot-Integration-Id": string;
|
|
4521
4715
|
};
|
|
4522
4716
|
reasoning: true;
|
|
4717
|
+
thinkingLevelMap: {
|
|
4718
|
+
off: null;
|
|
4719
|
+
xhigh: string;
|
|
4720
|
+
};
|
|
4523
4721
|
input: ("image" | "text")[];
|
|
4524
4722
|
cost: {
|
|
4525
4723
|
input: number;
|
|
@@ -4822,6 +5020,9 @@ export declare const MODELS: {
|
|
|
4822
5020
|
provider: string;
|
|
4823
5021
|
baseUrl: string;
|
|
4824
5022
|
reasoning: true;
|
|
5023
|
+
thinkingLevelMap: {
|
|
5024
|
+
off: null;
|
|
5025
|
+
};
|
|
4825
5026
|
input: ("image" | "text")[];
|
|
4826
5027
|
cost: {
|
|
4827
5028
|
input: number;
|
|
@@ -4839,6 +5040,13 @@ export declare const MODELS: {
|
|
|
4839
5040
|
provider: string;
|
|
4840
5041
|
baseUrl: string;
|
|
4841
5042
|
reasoning: true;
|
|
5043
|
+
thinkingLevelMap: {
|
|
5044
|
+
off: null;
|
|
5045
|
+
minimal: null;
|
|
5046
|
+
low: string;
|
|
5047
|
+
medium: null;
|
|
5048
|
+
high: string;
|
|
5049
|
+
};
|
|
4842
5050
|
input: ("image" | "text")[];
|
|
4843
5051
|
cost: {
|
|
4844
5052
|
input: number;
|
|
@@ -4856,6 +5064,9 @@ export declare const MODELS: {
|
|
|
4856
5064
|
provider: string;
|
|
4857
5065
|
baseUrl: string;
|
|
4858
5066
|
reasoning: true;
|
|
5067
|
+
thinkingLevelMap: {
|
|
5068
|
+
off: null;
|
|
5069
|
+
};
|
|
4859
5070
|
input: ("image" | "text")[];
|
|
4860
5071
|
cost: {
|
|
4861
5072
|
input: number;
|
|
@@ -4873,6 +5084,13 @@ export declare const MODELS: {
|
|
|
4873
5084
|
provider: string;
|
|
4874
5085
|
baseUrl: string;
|
|
4875
5086
|
reasoning: true;
|
|
5087
|
+
thinkingLevelMap: {
|
|
5088
|
+
off: null;
|
|
5089
|
+
minimal: null;
|
|
5090
|
+
low: string;
|
|
5091
|
+
medium: null;
|
|
5092
|
+
high: string;
|
|
5093
|
+
};
|
|
4876
5094
|
input: ("image" | "text")[];
|
|
4877
5095
|
cost: {
|
|
4878
5096
|
input: number;
|
|
@@ -4890,6 +5108,13 @@ export declare const MODELS: {
|
|
|
4890
5108
|
provider: string;
|
|
4891
5109
|
baseUrl: string;
|
|
4892
5110
|
reasoning: true;
|
|
5111
|
+
thinkingLevelMap: {
|
|
5112
|
+
off: null;
|
|
5113
|
+
minimal: null;
|
|
5114
|
+
low: string;
|
|
5115
|
+
medium: null;
|
|
5116
|
+
high: string;
|
|
5117
|
+
};
|
|
4893
5118
|
input: ("image" | "text")[];
|
|
4894
5119
|
cost: {
|
|
4895
5120
|
input: number;
|
|
@@ -4992,6 +5217,13 @@ export declare const MODELS: {
|
|
|
4992
5217
|
provider: string;
|
|
4993
5218
|
baseUrl: string;
|
|
4994
5219
|
reasoning: true;
|
|
5220
|
+
thinkingLevelMap: {
|
|
5221
|
+
off: null;
|
|
5222
|
+
minimal: string;
|
|
5223
|
+
low: null;
|
|
5224
|
+
medium: null;
|
|
5225
|
+
high: string;
|
|
5226
|
+
};
|
|
4995
5227
|
input: ("image" | "text")[];
|
|
4996
5228
|
cost: {
|
|
4997
5229
|
input: number;
|
|
@@ -5009,6 +5241,13 @@ export declare const MODELS: {
|
|
|
5009
5241
|
provider: string;
|
|
5010
5242
|
baseUrl: string;
|
|
5011
5243
|
reasoning: true;
|
|
5244
|
+
thinkingLevelMap: {
|
|
5245
|
+
off: null;
|
|
5246
|
+
minimal: string;
|
|
5247
|
+
low: null;
|
|
5248
|
+
medium: null;
|
|
5249
|
+
high: string;
|
|
5250
|
+
};
|
|
5012
5251
|
input: ("image" | "text")[];
|
|
5013
5252
|
cost: {
|
|
5014
5253
|
input: number;
|
|
@@ -5181,6 +5420,9 @@ export declare const MODELS: {
|
|
|
5181
5420
|
provider: string;
|
|
5182
5421
|
baseUrl: string;
|
|
5183
5422
|
reasoning: true;
|
|
5423
|
+
thinkingLevelMap: {
|
|
5424
|
+
off: null;
|
|
5425
|
+
};
|
|
5184
5426
|
input: ("image" | "text")[];
|
|
5185
5427
|
cost: {
|
|
5186
5428
|
input: number;
|
|
@@ -5198,6 +5440,13 @@ export declare const MODELS: {
|
|
|
5198
5440
|
provider: string;
|
|
5199
5441
|
baseUrl: string;
|
|
5200
5442
|
reasoning: true;
|
|
5443
|
+
thinkingLevelMap: {
|
|
5444
|
+
off: null;
|
|
5445
|
+
minimal: null;
|
|
5446
|
+
low: string;
|
|
5447
|
+
medium: null;
|
|
5448
|
+
high: string;
|
|
5449
|
+
};
|
|
5201
5450
|
input: ("image" | "text")[];
|
|
5202
5451
|
cost: {
|
|
5203
5452
|
input: number;
|
|
@@ -5215,6 +5464,13 @@ export declare const MODELS: {
|
|
|
5215
5464
|
provider: string;
|
|
5216
5465
|
baseUrl: string;
|
|
5217
5466
|
reasoning: true;
|
|
5467
|
+
thinkingLevelMap: {
|
|
5468
|
+
off: null;
|
|
5469
|
+
minimal: null;
|
|
5470
|
+
low: string;
|
|
5471
|
+
medium: null;
|
|
5472
|
+
high: string;
|
|
5473
|
+
};
|
|
5218
5474
|
input: ("image" | "text")[];
|
|
5219
5475
|
cost: {
|
|
5220
5476
|
input: number;
|
|
@@ -5232,6 +5488,13 @@ export declare const MODELS: {
|
|
|
5232
5488
|
provider: string;
|
|
5233
5489
|
baseUrl: string;
|
|
5234
5490
|
reasoning: true;
|
|
5491
|
+
thinkingLevelMap: {
|
|
5492
|
+
off: null;
|
|
5493
|
+
minimal: null;
|
|
5494
|
+
low: string;
|
|
5495
|
+
medium: null;
|
|
5496
|
+
high: string;
|
|
5497
|
+
};
|
|
5235
5498
|
input: ("image" | "text")[];
|
|
5236
5499
|
cost: {
|
|
5237
5500
|
input: number;
|
|
@@ -5540,6 +5803,12 @@ export declare const MODELS: {
|
|
|
5540
5803
|
provider: string;
|
|
5541
5804
|
baseUrl: string;
|
|
5542
5805
|
reasoning: true;
|
|
5806
|
+
thinkingLevelMap: {
|
|
5807
|
+
minimal: null;
|
|
5808
|
+
low: null;
|
|
5809
|
+
medium: null;
|
|
5810
|
+
high: string;
|
|
5811
|
+
};
|
|
5543
5812
|
input: "text"[];
|
|
5544
5813
|
cost: {
|
|
5545
5814
|
input: number;
|
|
@@ -7123,6 +7392,9 @@ export declare const MODELS: {
|
|
|
7123
7392
|
provider: string;
|
|
7124
7393
|
baseUrl: string;
|
|
7125
7394
|
reasoning: true;
|
|
7395
|
+
thinkingLevelMap: {
|
|
7396
|
+
off: null;
|
|
7397
|
+
};
|
|
7126
7398
|
input: ("image" | "text")[];
|
|
7127
7399
|
cost: {
|
|
7128
7400
|
input: number;
|
|
@@ -7140,6 +7412,9 @@ export declare const MODELS: {
|
|
|
7140
7412
|
provider: string;
|
|
7141
7413
|
baseUrl: string;
|
|
7142
7414
|
reasoning: false;
|
|
7415
|
+
thinkingLevelMap: {
|
|
7416
|
+
off: null;
|
|
7417
|
+
};
|
|
7143
7418
|
input: ("image" | "text")[];
|
|
7144
7419
|
cost: {
|
|
7145
7420
|
input: number;
|
|
@@ -7157,6 +7432,9 @@ export declare const MODELS: {
|
|
|
7157
7432
|
provider: string;
|
|
7158
7433
|
baseUrl: string;
|
|
7159
7434
|
reasoning: true;
|
|
7435
|
+
thinkingLevelMap: {
|
|
7436
|
+
off: null;
|
|
7437
|
+
};
|
|
7160
7438
|
input: ("image" | "text")[];
|
|
7161
7439
|
cost: {
|
|
7162
7440
|
input: number;
|
|
@@ -7174,6 +7452,9 @@ export declare const MODELS: {
|
|
|
7174
7452
|
provider: string;
|
|
7175
7453
|
baseUrl: string;
|
|
7176
7454
|
reasoning: true;
|
|
7455
|
+
thinkingLevelMap: {
|
|
7456
|
+
off: null;
|
|
7457
|
+
};
|
|
7177
7458
|
input: ("image" | "text")[];
|
|
7178
7459
|
cost: {
|
|
7179
7460
|
input: number;
|
|
@@ -7191,6 +7472,9 @@ export declare const MODELS: {
|
|
|
7191
7472
|
provider: string;
|
|
7192
7473
|
baseUrl: string;
|
|
7193
7474
|
reasoning: true;
|
|
7475
|
+
thinkingLevelMap: {
|
|
7476
|
+
off: null;
|
|
7477
|
+
};
|
|
7194
7478
|
input: ("image" | "text")[];
|
|
7195
7479
|
cost: {
|
|
7196
7480
|
input: number;
|
|
@@ -7208,6 +7492,9 @@ export declare const MODELS: {
|
|
|
7208
7492
|
provider: string;
|
|
7209
7493
|
baseUrl: string;
|
|
7210
7494
|
reasoning: true;
|
|
7495
|
+
thinkingLevelMap: {
|
|
7496
|
+
off: null;
|
|
7497
|
+
};
|
|
7211
7498
|
input: ("image" | "text")[];
|
|
7212
7499
|
cost: {
|
|
7213
7500
|
input: number;
|
|
@@ -7225,6 +7512,9 @@ export declare const MODELS: {
|
|
|
7225
7512
|
provider: string;
|
|
7226
7513
|
baseUrl: string;
|
|
7227
7514
|
reasoning: true;
|
|
7515
|
+
thinkingLevelMap: {
|
|
7516
|
+
off: null;
|
|
7517
|
+
};
|
|
7228
7518
|
input: ("image" | "text")[];
|
|
7229
7519
|
cost: {
|
|
7230
7520
|
input: number;
|
|
@@ -7242,6 +7532,9 @@ export declare const MODELS: {
|
|
|
7242
7532
|
provider: string;
|
|
7243
7533
|
baseUrl: string;
|
|
7244
7534
|
reasoning: true;
|
|
7535
|
+
thinkingLevelMap: {
|
|
7536
|
+
off: null;
|
|
7537
|
+
};
|
|
7245
7538
|
input: ("image" | "text")[];
|
|
7246
7539
|
cost: {
|
|
7247
7540
|
input: number;
|
|
@@ -7259,6 +7552,9 @@ export declare const MODELS: {
|
|
|
7259
7552
|
provider: string;
|
|
7260
7553
|
baseUrl: string;
|
|
7261
7554
|
reasoning: true;
|
|
7555
|
+
thinkingLevelMap: {
|
|
7556
|
+
off: null;
|
|
7557
|
+
};
|
|
7262
7558
|
input: ("image" | "text")[];
|
|
7263
7559
|
cost: {
|
|
7264
7560
|
input: number;
|
|
@@ -7276,6 +7572,9 @@ export declare const MODELS: {
|
|
|
7276
7572
|
provider: string;
|
|
7277
7573
|
baseUrl: string;
|
|
7278
7574
|
reasoning: true;
|
|
7575
|
+
thinkingLevelMap: {
|
|
7576
|
+
off: null;
|
|
7577
|
+
};
|
|
7279
7578
|
input: ("image" | "text")[];
|
|
7280
7579
|
cost: {
|
|
7281
7580
|
input: number;
|
|
@@ -7293,6 +7592,9 @@ export declare const MODELS: {
|
|
|
7293
7592
|
provider: string;
|
|
7294
7593
|
baseUrl: string;
|
|
7295
7594
|
reasoning: true;
|
|
7595
|
+
thinkingLevelMap: {
|
|
7596
|
+
off: null;
|
|
7597
|
+
};
|
|
7296
7598
|
input: ("image" | "text")[];
|
|
7297
7599
|
cost: {
|
|
7298
7600
|
input: number;
|
|
@@ -7310,6 +7612,10 @@ export declare const MODELS: {
|
|
|
7310
7612
|
provider: string;
|
|
7311
7613
|
baseUrl: string;
|
|
7312
7614
|
reasoning: true;
|
|
7615
|
+
thinkingLevelMap: {
|
|
7616
|
+
off: null;
|
|
7617
|
+
xhigh: string;
|
|
7618
|
+
};
|
|
7313
7619
|
input: ("image" | "text")[];
|
|
7314
7620
|
cost: {
|
|
7315
7621
|
input: number;
|
|
@@ -7327,6 +7633,10 @@ export declare const MODELS: {
|
|
|
7327
7633
|
provider: string;
|
|
7328
7634
|
baseUrl: string;
|
|
7329
7635
|
reasoning: true;
|
|
7636
|
+
thinkingLevelMap: {
|
|
7637
|
+
off: null;
|
|
7638
|
+
xhigh: string;
|
|
7639
|
+
};
|
|
7330
7640
|
input: ("image" | "text")[];
|
|
7331
7641
|
cost: {
|
|
7332
7642
|
input: number;
|
|
@@ -7344,6 +7654,10 @@ export declare const MODELS: {
|
|
|
7344
7654
|
provider: string;
|
|
7345
7655
|
baseUrl: string;
|
|
7346
7656
|
reasoning: true;
|
|
7657
|
+
thinkingLevelMap: {
|
|
7658
|
+
off: null;
|
|
7659
|
+
xhigh: string;
|
|
7660
|
+
};
|
|
7347
7661
|
input: ("image" | "text")[];
|
|
7348
7662
|
cost: {
|
|
7349
7663
|
input: number;
|
|
@@ -7361,6 +7675,10 @@ export declare const MODELS: {
|
|
|
7361
7675
|
provider: string;
|
|
7362
7676
|
baseUrl: string;
|
|
7363
7677
|
reasoning: true;
|
|
7678
|
+
thinkingLevelMap: {
|
|
7679
|
+
off: null;
|
|
7680
|
+
xhigh: string;
|
|
7681
|
+
};
|
|
7364
7682
|
input: ("image" | "text")[];
|
|
7365
7683
|
cost: {
|
|
7366
7684
|
input: number;
|
|
@@ -7378,6 +7696,10 @@ export declare const MODELS: {
|
|
|
7378
7696
|
provider: string;
|
|
7379
7697
|
baseUrl: string;
|
|
7380
7698
|
reasoning: false;
|
|
7699
|
+
thinkingLevelMap: {
|
|
7700
|
+
off: null;
|
|
7701
|
+
xhigh: string;
|
|
7702
|
+
};
|
|
7381
7703
|
input: ("image" | "text")[];
|
|
7382
7704
|
cost: {
|
|
7383
7705
|
input: number;
|
|
@@ -7395,6 +7717,10 @@ export declare const MODELS: {
|
|
|
7395
7717
|
provider: string;
|
|
7396
7718
|
baseUrl: string;
|
|
7397
7719
|
reasoning: true;
|
|
7720
|
+
thinkingLevelMap: {
|
|
7721
|
+
off: null;
|
|
7722
|
+
xhigh: string;
|
|
7723
|
+
};
|
|
7398
7724
|
input: ("image" | "text")[];
|
|
7399
7725
|
cost: {
|
|
7400
7726
|
input: number;
|
|
@@ -7412,6 +7738,10 @@ export declare const MODELS: {
|
|
|
7412
7738
|
provider: string;
|
|
7413
7739
|
baseUrl: string;
|
|
7414
7740
|
reasoning: true;
|
|
7741
|
+
thinkingLevelMap: {
|
|
7742
|
+
off: null;
|
|
7743
|
+
xhigh: string;
|
|
7744
|
+
};
|
|
7415
7745
|
input: ("image" | "text")[];
|
|
7416
7746
|
cost: {
|
|
7417
7747
|
input: number;
|
|
@@ -7429,6 +7759,10 @@ export declare const MODELS: {
|
|
|
7429
7759
|
provider: string;
|
|
7430
7760
|
baseUrl: string;
|
|
7431
7761
|
reasoning: true;
|
|
7762
|
+
thinkingLevelMap: {
|
|
7763
|
+
off: null;
|
|
7764
|
+
xhigh: string;
|
|
7765
|
+
};
|
|
7432
7766
|
input: ("image" | "text")[];
|
|
7433
7767
|
cost: {
|
|
7434
7768
|
input: number;
|
|
@@ -7446,6 +7780,10 @@ export declare const MODELS: {
|
|
|
7446
7780
|
provider: string;
|
|
7447
7781
|
baseUrl: string;
|
|
7448
7782
|
reasoning: true;
|
|
7783
|
+
thinkingLevelMap: {
|
|
7784
|
+
off: null;
|
|
7785
|
+
xhigh: string;
|
|
7786
|
+
};
|
|
7449
7787
|
input: ("image" | "text")[];
|
|
7450
7788
|
cost: {
|
|
7451
7789
|
input: number;
|
|
@@ -7463,6 +7801,10 @@ export declare const MODELS: {
|
|
|
7463
7801
|
provider: string;
|
|
7464
7802
|
baseUrl: string;
|
|
7465
7803
|
reasoning: true;
|
|
7804
|
+
thinkingLevelMap: {
|
|
7805
|
+
off: null;
|
|
7806
|
+
xhigh: string;
|
|
7807
|
+
};
|
|
7466
7808
|
input: ("image" | "text")[];
|
|
7467
7809
|
cost: {
|
|
7468
7810
|
input: number;
|
|
@@ -7480,6 +7822,10 @@ export declare const MODELS: {
|
|
|
7480
7822
|
provider: string;
|
|
7481
7823
|
baseUrl: string;
|
|
7482
7824
|
reasoning: true;
|
|
7825
|
+
thinkingLevelMap: {
|
|
7826
|
+
off: null;
|
|
7827
|
+
xhigh: string;
|
|
7828
|
+
};
|
|
7483
7829
|
input: ("image" | "text")[];
|
|
7484
7830
|
cost: {
|
|
7485
7831
|
input: number;
|
|
@@ -7497,6 +7843,10 @@ export declare const MODELS: {
|
|
|
7497
7843
|
provider: string;
|
|
7498
7844
|
baseUrl: string;
|
|
7499
7845
|
reasoning: true;
|
|
7846
|
+
thinkingLevelMap: {
|
|
7847
|
+
off: null;
|
|
7848
|
+
xhigh: string;
|
|
7849
|
+
};
|
|
7500
7850
|
input: ("image" | "text")[];
|
|
7501
7851
|
cost: {
|
|
7502
7852
|
input: number;
|
|
@@ -7514,6 +7864,10 @@ export declare const MODELS: {
|
|
|
7514
7864
|
provider: string;
|
|
7515
7865
|
baseUrl: string;
|
|
7516
7866
|
reasoning: true;
|
|
7867
|
+
thinkingLevelMap: {
|
|
7868
|
+
off: null;
|
|
7869
|
+
xhigh: string;
|
|
7870
|
+
};
|
|
7517
7871
|
input: ("image" | "text")[];
|
|
7518
7872
|
cost: {
|
|
7519
7873
|
input: number;
|
|
@@ -7703,6 +8057,12 @@ export declare const MODELS: {
|
|
|
7703
8057
|
provider: string;
|
|
7704
8058
|
baseUrl: string;
|
|
7705
8059
|
reasoning: true;
|
|
8060
|
+
thinkingLevelMap: {
|
|
8061
|
+
minimal: string;
|
|
8062
|
+
low: string;
|
|
8063
|
+
medium: string;
|
|
8064
|
+
high: string;
|
|
8065
|
+
};
|
|
7706
8066
|
input: ("image" | "text")[];
|
|
7707
8067
|
cost: {
|
|
7708
8068
|
input: number;
|
|
@@ -7720,6 +8080,10 @@ export declare const MODELS: {
|
|
|
7720
8080
|
provider: string;
|
|
7721
8081
|
baseUrl: string;
|
|
7722
8082
|
reasoning: true;
|
|
8083
|
+
thinkingLevelMap: {
|
|
8084
|
+
xhigh: string;
|
|
8085
|
+
minimal: string;
|
|
8086
|
+
};
|
|
7723
8087
|
input: ("image" | "text")[];
|
|
7724
8088
|
cost: {
|
|
7725
8089
|
input: number;
|
|
@@ -7737,6 +8101,10 @@ export declare const MODELS: {
|
|
|
7737
8101
|
provider: string;
|
|
7738
8102
|
baseUrl: string;
|
|
7739
8103
|
reasoning: true;
|
|
8104
|
+
thinkingLevelMap: {
|
|
8105
|
+
xhigh: string;
|
|
8106
|
+
minimal: string;
|
|
8107
|
+
};
|
|
7740
8108
|
input: ("image" | "text")[];
|
|
7741
8109
|
cost: {
|
|
7742
8110
|
input: number;
|
|
@@ -7754,6 +8122,10 @@ export declare const MODELS: {
|
|
|
7754
8122
|
provider: string;
|
|
7755
8123
|
baseUrl: string;
|
|
7756
8124
|
reasoning: true;
|
|
8125
|
+
thinkingLevelMap: {
|
|
8126
|
+
xhigh: string;
|
|
8127
|
+
minimal: string;
|
|
8128
|
+
};
|
|
7757
8129
|
input: ("image" | "text")[];
|
|
7758
8130
|
cost: {
|
|
7759
8131
|
input: number;
|
|
@@ -7771,6 +8143,10 @@ export declare const MODELS: {
|
|
|
7771
8143
|
provider: string;
|
|
7772
8144
|
baseUrl: string;
|
|
7773
8145
|
reasoning: true;
|
|
8146
|
+
thinkingLevelMap: {
|
|
8147
|
+
xhigh: string;
|
|
8148
|
+
minimal: string;
|
|
8149
|
+
};
|
|
7774
8150
|
input: "text"[];
|
|
7775
8151
|
cost: {
|
|
7776
8152
|
input: number;
|
|
@@ -7788,6 +8164,10 @@ export declare const MODELS: {
|
|
|
7788
8164
|
provider: string;
|
|
7789
8165
|
baseUrl: string;
|
|
7790
8166
|
reasoning: true;
|
|
8167
|
+
thinkingLevelMap: {
|
|
8168
|
+
xhigh: string;
|
|
8169
|
+
minimal: string;
|
|
8170
|
+
};
|
|
7791
8171
|
input: ("image" | "text")[];
|
|
7792
8172
|
cost: {
|
|
7793
8173
|
input: number;
|
|
@@ -7805,6 +8185,10 @@ export declare const MODELS: {
|
|
|
7805
8185
|
provider: string;
|
|
7806
8186
|
baseUrl: string;
|
|
7807
8187
|
reasoning: true;
|
|
8188
|
+
thinkingLevelMap: {
|
|
8189
|
+
xhigh: string;
|
|
8190
|
+
minimal: string;
|
|
8191
|
+
};
|
|
7808
8192
|
input: ("image" | "text")[];
|
|
7809
8193
|
cost: {
|
|
7810
8194
|
input: number;
|
|
@@ -7822,6 +8206,10 @@ export declare const MODELS: {
|
|
|
7822
8206
|
provider: string;
|
|
7823
8207
|
baseUrl: string;
|
|
7824
8208
|
reasoning: true;
|
|
8209
|
+
thinkingLevelMap: {
|
|
8210
|
+
xhigh: string;
|
|
8211
|
+
minimal: string;
|
|
8212
|
+
};
|
|
7825
8213
|
input: ("image" | "text")[];
|
|
7826
8214
|
cost: {
|
|
7827
8215
|
input: number;
|
|
@@ -7909,6 +8297,9 @@ export declare const MODELS: {
|
|
|
7909
8297
|
provider: string;
|
|
7910
8298
|
baseUrl: string;
|
|
7911
8299
|
reasoning: true;
|
|
8300
|
+
thinkingLevelMap: {
|
|
8301
|
+
xhigh: string;
|
|
8302
|
+
};
|
|
7912
8303
|
input: ("image" | "text")[];
|
|
7913
8304
|
cost: {
|
|
7914
8305
|
input: number;
|
|
@@ -7926,6 +8317,9 @@ export declare const MODELS: {
|
|
|
7926
8317
|
provider: string;
|
|
7927
8318
|
baseUrl: string;
|
|
7928
8319
|
reasoning: true;
|
|
8320
|
+
thinkingLevelMap: {
|
|
8321
|
+
xhigh: string;
|
|
8322
|
+
};
|
|
7929
8323
|
input: ("image" | "text")[];
|
|
7930
8324
|
cost: {
|
|
7931
8325
|
input: number;
|
|
@@ -7994,6 +8388,9 @@ export declare const MODELS: {
|
|
|
7994
8388
|
provider: string;
|
|
7995
8389
|
baseUrl: string;
|
|
7996
8390
|
reasoning: true;
|
|
8391
|
+
thinkingLevelMap: {
|
|
8392
|
+
off: null;
|
|
8393
|
+
};
|
|
7997
8394
|
input: ("image" | "text")[];
|
|
7998
8395
|
cost: {
|
|
7999
8396
|
input: number;
|
|
@@ -8011,6 +8408,13 @@ export declare const MODELS: {
|
|
|
8011
8408
|
provider: string;
|
|
8012
8409
|
baseUrl: string;
|
|
8013
8410
|
reasoning: true;
|
|
8411
|
+
thinkingLevelMap: {
|
|
8412
|
+
off: null;
|
|
8413
|
+
minimal: null;
|
|
8414
|
+
low: string;
|
|
8415
|
+
medium: null;
|
|
8416
|
+
high: string;
|
|
8417
|
+
};
|
|
8014
8418
|
input: ("image" | "text")[];
|
|
8015
8419
|
cost: {
|
|
8016
8420
|
input: number;
|
|
@@ -8062,6 +8466,9 @@ export declare const MODELS: {
|
|
|
8062
8466
|
provider: string;
|
|
8063
8467
|
baseUrl: string;
|
|
8064
8468
|
reasoning: true;
|
|
8469
|
+
thinkingLevelMap: {
|
|
8470
|
+
off: null;
|
|
8471
|
+
};
|
|
8065
8472
|
input: ("image" | "text")[];
|
|
8066
8473
|
cost: {
|
|
8067
8474
|
input: number;
|
|
@@ -8079,6 +8486,9 @@ export declare const MODELS: {
|
|
|
8079
8486
|
provider: string;
|
|
8080
8487
|
baseUrl: string;
|
|
8081
8488
|
reasoning: true;
|
|
8489
|
+
thinkingLevelMap: {
|
|
8490
|
+
off: null;
|
|
8491
|
+
};
|
|
8082
8492
|
input: ("image" | "text")[];
|
|
8083
8493
|
cost: {
|
|
8084
8494
|
input: number;
|
|
@@ -8096,6 +8506,9 @@ export declare const MODELS: {
|
|
|
8096
8506
|
provider: string;
|
|
8097
8507
|
baseUrl: string;
|
|
8098
8508
|
reasoning: true;
|
|
8509
|
+
thinkingLevelMap: {
|
|
8510
|
+
off: null;
|
|
8511
|
+
};
|
|
8099
8512
|
input: ("image" | "text")[];
|
|
8100
8513
|
cost: {
|
|
8101
8514
|
input: number;
|
|
@@ -8113,6 +8526,9 @@ export declare const MODELS: {
|
|
|
8113
8526
|
provider: string;
|
|
8114
8527
|
baseUrl: string;
|
|
8115
8528
|
reasoning: true;
|
|
8529
|
+
thinkingLevelMap: {
|
|
8530
|
+
off: null;
|
|
8531
|
+
};
|
|
8116
8532
|
input: ("image" | "text")[];
|
|
8117
8533
|
cost: {
|
|
8118
8534
|
input: number;
|
|
@@ -8130,6 +8546,9 @@ export declare const MODELS: {
|
|
|
8130
8546
|
provider: string;
|
|
8131
8547
|
baseUrl: string;
|
|
8132
8548
|
reasoning: true;
|
|
8549
|
+
thinkingLevelMap: {
|
|
8550
|
+
off: null;
|
|
8551
|
+
};
|
|
8133
8552
|
input: ("image" | "text")[];
|
|
8134
8553
|
cost: {
|
|
8135
8554
|
input: number;
|
|
@@ -8147,6 +8566,9 @@ export declare const MODELS: {
|
|
|
8147
8566
|
provider: string;
|
|
8148
8567
|
baseUrl: string;
|
|
8149
8568
|
reasoning: true;
|
|
8569
|
+
thinkingLevelMap: {
|
|
8570
|
+
off: null;
|
|
8571
|
+
};
|
|
8150
8572
|
input: ("image" | "text")[];
|
|
8151
8573
|
cost: {
|
|
8152
8574
|
input: number;
|
|
@@ -8164,6 +8586,9 @@ export declare const MODELS: {
|
|
|
8164
8586
|
provider: string;
|
|
8165
8587
|
baseUrl: string;
|
|
8166
8588
|
reasoning: true;
|
|
8589
|
+
thinkingLevelMap: {
|
|
8590
|
+
off: null;
|
|
8591
|
+
};
|
|
8167
8592
|
input: ("image" | "text")[];
|
|
8168
8593
|
cost: {
|
|
8169
8594
|
input: number;
|
|
@@ -8181,6 +8606,10 @@ export declare const MODELS: {
|
|
|
8181
8606
|
provider: string;
|
|
8182
8607
|
baseUrl: string;
|
|
8183
8608
|
reasoning: true;
|
|
8609
|
+
thinkingLevelMap: {
|
|
8610
|
+
off: null;
|
|
8611
|
+
xhigh: string;
|
|
8612
|
+
};
|
|
8184
8613
|
input: ("image" | "text")[];
|
|
8185
8614
|
cost: {
|
|
8186
8615
|
input: number;
|
|
@@ -8198,6 +8627,10 @@ export declare const MODELS: {
|
|
|
8198
8627
|
provider: string;
|
|
8199
8628
|
baseUrl: string;
|
|
8200
8629
|
reasoning: true;
|
|
8630
|
+
thinkingLevelMap: {
|
|
8631
|
+
off: null;
|
|
8632
|
+
xhigh: string;
|
|
8633
|
+
};
|
|
8201
8634
|
input: ("image" | "text")[];
|
|
8202
8635
|
cost: {
|
|
8203
8636
|
input: number;
|
|
@@ -8215,6 +8648,10 @@ export declare const MODELS: {
|
|
|
8215
8648
|
provider: string;
|
|
8216
8649
|
baseUrl: string;
|
|
8217
8650
|
reasoning: true;
|
|
8651
|
+
thinkingLevelMap: {
|
|
8652
|
+
off: null;
|
|
8653
|
+
xhigh: string;
|
|
8654
|
+
};
|
|
8218
8655
|
input: ("image" | "text")[];
|
|
8219
8656
|
cost: {
|
|
8220
8657
|
input: number;
|
|
@@ -8232,6 +8669,10 @@ export declare const MODELS: {
|
|
|
8232
8669
|
provider: string;
|
|
8233
8670
|
baseUrl: string;
|
|
8234
8671
|
reasoning: true;
|
|
8672
|
+
thinkingLevelMap: {
|
|
8673
|
+
off: null;
|
|
8674
|
+
xhigh: string;
|
|
8675
|
+
};
|
|
8235
8676
|
input: ("image" | "text")[];
|
|
8236
8677
|
cost: {
|
|
8237
8678
|
input: number;
|
|
@@ -8249,6 +8690,10 @@ export declare const MODELS: {
|
|
|
8249
8690
|
provider: string;
|
|
8250
8691
|
baseUrl: string;
|
|
8251
8692
|
reasoning: true;
|
|
8693
|
+
thinkingLevelMap: {
|
|
8694
|
+
off: null;
|
|
8695
|
+
xhigh: string;
|
|
8696
|
+
};
|
|
8252
8697
|
input: ("image" | "text")[];
|
|
8253
8698
|
cost: {
|
|
8254
8699
|
input: number;
|
|
@@ -8266,6 +8711,10 @@ export declare const MODELS: {
|
|
|
8266
8711
|
provider: string;
|
|
8267
8712
|
baseUrl: string;
|
|
8268
8713
|
reasoning: true;
|
|
8714
|
+
thinkingLevelMap: {
|
|
8715
|
+
off: null;
|
|
8716
|
+
xhigh: string;
|
|
8717
|
+
};
|
|
8269
8718
|
input: ("image" | "text")[];
|
|
8270
8719
|
cost: {
|
|
8271
8720
|
input: number;
|
|
@@ -8283,6 +8732,10 @@ export declare const MODELS: {
|
|
|
8283
8732
|
provider: string;
|
|
8284
8733
|
baseUrl: string;
|
|
8285
8734
|
reasoning: true;
|
|
8735
|
+
thinkingLevelMap: {
|
|
8736
|
+
off: null;
|
|
8737
|
+
xhigh: string;
|
|
8738
|
+
};
|
|
8286
8739
|
input: ("image" | "text")[];
|
|
8287
8740
|
cost: {
|
|
8288
8741
|
input: number;
|
|
@@ -8300,6 +8753,10 @@ export declare const MODELS: {
|
|
|
8300
8753
|
provider: string;
|
|
8301
8754
|
baseUrl: string;
|
|
8302
8755
|
reasoning: true;
|
|
8756
|
+
thinkingLevelMap: {
|
|
8757
|
+
off: null;
|
|
8758
|
+
xhigh: string;
|
|
8759
|
+
};
|
|
8303
8760
|
input: ("image" | "text")[];
|
|
8304
8761
|
cost: {
|
|
8305
8762
|
input: number;
|
|
@@ -8317,6 +8774,10 @@ export declare const MODELS: {
|
|
|
8317
8774
|
provider: string;
|
|
8318
8775
|
baseUrl: string;
|
|
8319
8776
|
reasoning: true;
|
|
8777
|
+
thinkingLevelMap: {
|
|
8778
|
+
off: null;
|
|
8779
|
+
xhigh: string;
|
|
8780
|
+
};
|
|
8320
8781
|
input: ("image" | "text")[];
|
|
8321
8782
|
cost: {
|
|
8322
8783
|
input: number;
|
|
@@ -8491,15 +8952,15 @@ export declare const MODELS: {
|
|
|
8491
8952
|
compat: {
|
|
8492
8953
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8493
8954
|
thinkingFormat: "deepseek";
|
|
8494
|
-
reasoningEffortMap: {
|
|
8495
|
-
minimal: string;
|
|
8496
|
-
low: string;
|
|
8497
|
-
medium: string;
|
|
8498
|
-
high: string;
|
|
8499
|
-
xhigh: string;
|
|
8500
|
-
};
|
|
8501
8955
|
};
|
|
8502
8956
|
reasoning: true;
|
|
8957
|
+
thinkingLevelMap: {
|
|
8958
|
+
minimal: null;
|
|
8959
|
+
low: null;
|
|
8960
|
+
medium: null;
|
|
8961
|
+
high: string;
|
|
8962
|
+
xhigh: string;
|
|
8963
|
+
};
|
|
8503
8964
|
input: "text"[];
|
|
8504
8965
|
cost: {
|
|
8505
8966
|
input: number;
|
|
@@ -8519,15 +8980,15 @@ export declare const MODELS: {
|
|
|
8519
8980
|
compat: {
|
|
8520
8981
|
requiresReasoningContentOnAssistantMessages: true;
|
|
8521
8982
|
thinkingFormat: "deepseek";
|
|
8522
|
-
reasoningEffortMap: {
|
|
8523
|
-
minimal: string;
|
|
8524
|
-
low: string;
|
|
8525
|
-
medium: string;
|
|
8526
|
-
high: string;
|
|
8527
|
-
xhigh: string;
|
|
8528
|
-
};
|
|
8529
8983
|
};
|
|
8530
8984
|
reasoning: true;
|
|
8985
|
+
thinkingLevelMap: {
|
|
8986
|
+
minimal: null;
|
|
8987
|
+
low: null;
|
|
8988
|
+
medium: null;
|
|
8989
|
+
high: string;
|
|
8990
|
+
xhigh: string;
|
|
8991
|
+
};
|
|
8531
8992
|
input: "text"[];
|
|
8532
8993
|
cost: {
|
|
8533
8994
|
input: number;
|
|
@@ -9023,6 +9484,9 @@ export declare const MODELS: {
|
|
|
9023
9484
|
provider: string;
|
|
9024
9485
|
baseUrl: string;
|
|
9025
9486
|
reasoning: true;
|
|
9487
|
+
thinkingLevelMap: {
|
|
9488
|
+
xhigh: string;
|
|
9489
|
+
};
|
|
9026
9490
|
input: ("image" | "text")[];
|
|
9027
9491
|
cost: {
|
|
9028
9492
|
input: number;
|
|
@@ -9040,6 +9504,9 @@ export declare const MODELS: {
|
|
|
9040
9504
|
provider: string;
|
|
9041
9505
|
baseUrl: string;
|
|
9042
9506
|
reasoning: true;
|
|
9507
|
+
thinkingLevelMap: {
|
|
9508
|
+
xhigh: string;
|
|
9509
|
+
};
|
|
9043
9510
|
input: ("image" | "text")[];
|
|
9044
9511
|
cost: {
|
|
9045
9512
|
input: number;
|
|
@@ -9057,6 +9524,9 @@ export declare const MODELS: {
|
|
|
9057
9524
|
provider: string;
|
|
9058
9525
|
baseUrl: string;
|
|
9059
9526
|
reasoning: true;
|
|
9527
|
+
thinkingLevelMap: {
|
|
9528
|
+
xhigh: string;
|
|
9529
|
+
};
|
|
9060
9530
|
input: ("image" | "text")[];
|
|
9061
9531
|
cost: {
|
|
9062
9532
|
input: number;
|
|
@@ -9483,15 +9953,16 @@ export declare const MODELS: {
|
|
|
9483
9953
|
baseUrl: string;
|
|
9484
9954
|
compat: {
|
|
9485
9955
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9486
|
-
|
|
9487
|
-
minimal: string;
|
|
9488
|
-
low: string;
|
|
9489
|
-
medium: string;
|
|
9490
|
-
high: string;
|
|
9491
|
-
xhigh: string;
|
|
9492
|
-
};
|
|
9956
|
+
thinkingFormat: "deepseek";
|
|
9493
9957
|
};
|
|
9494
9958
|
reasoning: true;
|
|
9959
|
+
thinkingLevelMap: {
|
|
9960
|
+
minimal: null;
|
|
9961
|
+
low: null;
|
|
9962
|
+
medium: null;
|
|
9963
|
+
high: string;
|
|
9964
|
+
xhigh: string;
|
|
9965
|
+
};
|
|
9495
9966
|
input: "text"[];
|
|
9496
9967
|
cost: {
|
|
9497
9968
|
input: number;
|
|
@@ -9510,15 +9981,16 @@ export declare const MODELS: {
|
|
|
9510
9981
|
baseUrl: string;
|
|
9511
9982
|
compat: {
|
|
9512
9983
|
requiresReasoningContentOnAssistantMessages: true;
|
|
9513
|
-
|
|
9514
|
-
minimal: string;
|
|
9515
|
-
low: string;
|
|
9516
|
-
medium: string;
|
|
9517
|
-
high: string;
|
|
9518
|
-
xhigh: string;
|
|
9519
|
-
};
|
|
9984
|
+
thinkingFormat: "deepseek";
|
|
9520
9985
|
};
|
|
9521
9986
|
reasoning: true;
|
|
9987
|
+
thinkingLevelMap: {
|
|
9988
|
+
minimal: null;
|
|
9989
|
+
low: null;
|
|
9990
|
+
medium: null;
|
|
9991
|
+
high: string;
|
|
9992
|
+
xhigh: string;
|
|
9993
|
+
};
|
|
9522
9994
|
input: "text"[];
|
|
9523
9995
|
cost: {
|
|
9524
9996
|
input: number;
|
|
@@ -11253,6 +11725,9 @@ export declare const MODELS: {
|
|
|
11253
11725
|
provider: string;
|
|
11254
11726
|
baseUrl: string;
|
|
11255
11727
|
reasoning: true;
|
|
11728
|
+
thinkingLevelMap: {
|
|
11729
|
+
xhigh: string;
|
|
11730
|
+
};
|
|
11256
11731
|
input: ("image" | "text")[];
|
|
11257
11732
|
cost: {
|
|
11258
11733
|
input: number;
|
|
@@ -11270,6 +11745,9 @@ export declare const MODELS: {
|
|
|
11270
11745
|
provider: string;
|
|
11271
11746
|
baseUrl: string;
|
|
11272
11747
|
reasoning: false;
|
|
11748
|
+
thinkingLevelMap: {
|
|
11749
|
+
xhigh: string;
|
|
11750
|
+
};
|
|
11273
11751
|
input: ("image" | "text")[];
|
|
11274
11752
|
cost: {
|
|
11275
11753
|
input: number;
|
|
@@ -11287,6 +11765,9 @@ export declare const MODELS: {
|
|
|
11287
11765
|
provider: string;
|
|
11288
11766
|
baseUrl: string;
|
|
11289
11767
|
reasoning: true;
|
|
11768
|
+
thinkingLevelMap: {
|
|
11769
|
+
xhigh: string;
|
|
11770
|
+
};
|
|
11290
11771
|
input: ("image" | "text")[];
|
|
11291
11772
|
cost: {
|
|
11292
11773
|
input: number;
|
|
@@ -11304,6 +11785,9 @@ export declare const MODELS: {
|
|
|
11304
11785
|
provider: string;
|
|
11305
11786
|
baseUrl: string;
|
|
11306
11787
|
reasoning: true;
|
|
11788
|
+
thinkingLevelMap: {
|
|
11789
|
+
xhigh: string;
|
|
11790
|
+
};
|
|
11307
11791
|
input: ("image" | "text")[];
|
|
11308
11792
|
cost: {
|
|
11309
11793
|
input: number;
|
|
@@ -11321,6 +11805,9 @@ export declare const MODELS: {
|
|
|
11321
11805
|
provider: string;
|
|
11322
11806
|
baseUrl: string;
|
|
11323
11807
|
reasoning: false;
|
|
11808
|
+
thinkingLevelMap: {
|
|
11809
|
+
xhigh: string;
|
|
11810
|
+
};
|
|
11324
11811
|
input: ("image" | "text")[];
|
|
11325
11812
|
cost: {
|
|
11326
11813
|
input: number;
|
|
@@ -11338,6 +11825,9 @@ export declare const MODELS: {
|
|
|
11338
11825
|
provider: string;
|
|
11339
11826
|
baseUrl: string;
|
|
11340
11827
|
reasoning: true;
|
|
11828
|
+
thinkingLevelMap: {
|
|
11829
|
+
xhigh: string;
|
|
11830
|
+
};
|
|
11341
11831
|
input: ("image" | "text")[];
|
|
11342
11832
|
cost: {
|
|
11343
11833
|
input: number;
|
|
@@ -11355,6 +11845,9 @@ export declare const MODELS: {
|
|
|
11355
11845
|
provider: string;
|
|
11356
11846
|
baseUrl: string;
|
|
11357
11847
|
reasoning: true;
|
|
11848
|
+
thinkingLevelMap: {
|
|
11849
|
+
xhigh: string;
|
|
11850
|
+
};
|
|
11358
11851
|
input: ("image" | "text")[];
|
|
11359
11852
|
cost: {
|
|
11360
11853
|
input: number;
|
|
@@ -11372,6 +11865,9 @@ export declare const MODELS: {
|
|
|
11372
11865
|
provider: string;
|
|
11373
11866
|
baseUrl: string;
|
|
11374
11867
|
reasoning: true;
|
|
11868
|
+
thinkingLevelMap: {
|
|
11869
|
+
xhigh: string;
|
|
11870
|
+
};
|
|
11375
11871
|
input: ("image" | "text")[];
|
|
11376
11872
|
cost: {
|
|
11377
11873
|
input: number;
|
|
@@ -11389,6 +11885,9 @@ export declare const MODELS: {
|
|
|
11389
11885
|
provider: string;
|
|
11390
11886
|
baseUrl: string;
|
|
11391
11887
|
reasoning: true;
|
|
11888
|
+
thinkingLevelMap: {
|
|
11889
|
+
xhigh: string;
|
|
11890
|
+
};
|
|
11392
11891
|
input: ("image" | "text")[];
|
|
11393
11892
|
cost: {
|
|
11394
11893
|
input: number;
|
|
@@ -11406,6 +11905,9 @@ export declare const MODELS: {
|
|
|
11406
11905
|
provider: string;
|
|
11407
11906
|
baseUrl: string;
|
|
11408
11907
|
reasoning: true;
|
|
11908
|
+
thinkingLevelMap: {
|
|
11909
|
+
xhigh: string;
|
|
11910
|
+
};
|
|
11409
11911
|
input: ("image" | "text")[];
|
|
11410
11912
|
cost: {
|
|
11411
11913
|
input: number;
|
|
@@ -11423,6 +11925,9 @@ export declare const MODELS: {
|
|
|
11423
11925
|
provider: string;
|
|
11424
11926
|
baseUrl: string;
|
|
11425
11927
|
reasoning: true;
|
|
11928
|
+
thinkingLevelMap: {
|
|
11929
|
+
xhigh: string;
|
|
11930
|
+
};
|
|
11426
11931
|
input: ("image" | "text")[];
|
|
11427
11932
|
cost: {
|
|
11428
11933
|
input: number;
|
|
@@ -11440,6 +11945,9 @@ export declare const MODELS: {
|
|
|
11440
11945
|
provider: string;
|
|
11441
11946
|
baseUrl: string;
|
|
11442
11947
|
reasoning: true;
|
|
11948
|
+
thinkingLevelMap: {
|
|
11949
|
+
xhigh: string;
|
|
11950
|
+
};
|
|
11443
11951
|
input: ("image" | "text")[];
|
|
11444
11952
|
cost: {
|
|
11445
11953
|
input: number;
|
|
@@ -12929,6 +13437,23 @@ export declare const MODELS: {
|
|
|
12929
13437
|
contextWindow: number;
|
|
12930
13438
|
maxTokens: number;
|
|
12931
13439
|
};
|
|
13440
|
+
readonly "x-ai/grok-4.3": {
|
|
13441
|
+
id: string;
|
|
13442
|
+
name: string;
|
|
13443
|
+
api: "openai-completions";
|
|
13444
|
+
provider: string;
|
|
13445
|
+
baseUrl: string;
|
|
13446
|
+
reasoning: true;
|
|
13447
|
+
input: ("image" | "text")[];
|
|
13448
|
+
cost: {
|
|
13449
|
+
input: number;
|
|
13450
|
+
output: number;
|
|
13451
|
+
cacheRead: number;
|
|
13452
|
+
cacheWrite: number;
|
|
13453
|
+
};
|
|
13454
|
+
contextWindow: number;
|
|
13455
|
+
maxTokens: number;
|
|
13456
|
+
};
|
|
12932
13457
|
readonly "x-ai/grok-code-fast-1": {
|
|
12933
13458
|
id: string;
|
|
12934
13459
|
name: string;
|
|
@@ -13822,6 +14347,9 @@ export declare const MODELS: {
|
|
|
13822
14347
|
provider: string;
|
|
13823
14348
|
baseUrl: string;
|
|
13824
14349
|
reasoning: true;
|
|
14350
|
+
thinkingLevelMap: {
|
|
14351
|
+
xhigh: string;
|
|
14352
|
+
};
|
|
13825
14353
|
input: ("image" | "text")[];
|
|
13826
14354
|
cost: {
|
|
13827
14355
|
input: number;
|
|
@@ -13839,6 +14367,9 @@ export declare const MODELS: {
|
|
|
13839
14367
|
provider: string;
|
|
13840
14368
|
baseUrl: string;
|
|
13841
14369
|
reasoning: true;
|
|
14370
|
+
thinkingLevelMap: {
|
|
14371
|
+
xhigh: string;
|
|
14372
|
+
};
|
|
13842
14373
|
input: ("image" | "text")[];
|
|
13843
14374
|
cost: {
|
|
13844
14375
|
input: number;
|
|
@@ -15216,6 +15747,9 @@ export declare const MODELS: {
|
|
|
15216
15747
|
provider: string;
|
|
15217
15748
|
baseUrl: string;
|
|
15218
15749
|
reasoning: true;
|
|
15750
|
+
thinkingLevelMap: {
|
|
15751
|
+
xhigh: string;
|
|
15752
|
+
};
|
|
15219
15753
|
input: ("image" | "text")[];
|
|
15220
15754
|
cost: {
|
|
15221
15755
|
input: number;
|
|
@@ -15233,6 +15767,9 @@ export declare const MODELS: {
|
|
|
15233
15767
|
provider: string;
|
|
15234
15768
|
baseUrl: string;
|
|
15235
15769
|
reasoning: true;
|
|
15770
|
+
thinkingLevelMap: {
|
|
15771
|
+
xhigh: string;
|
|
15772
|
+
};
|
|
15236
15773
|
input: ("image" | "text")[];
|
|
15237
15774
|
cost: {
|
|
15238
15775
|
input: number;
|
|
@@ -15250,6 +15787,9 @@ export declare const MODELS: {
|
|
|
15250
15787
|
provider: string;
|
|
15251
15788
|
baseUrl: string;
|
|
15252
15789
|
reasoning: true;
|
|
15790
|
+
thinkingLevelMap: {
|
|
15791
|
+
xhigh: string;
|
|
15792
|
+
};
|
|
15253
15793
|
input: ("image" | "text")[];
|
|
15254
15794
|
cost: {
|
|
15255
15795
|
input: number;
|
|
@@ -15267,6 +15807,9 @@ export declare const MODELS: {
|
|
|
15267
15807
|
provider: string;
|
|
15268
15808
|
baseUrl: string;
|
|
15269
15809
|
reasoning: true;
|
|
15810
|
+
thinkingLevelMap: {
|
|
15811
|
+
xhigh: string;
|
|
15812
|
+
};
|
|
15270
15813
|
input: ("image" | "text")[];
|
|
15271
15814
|
cost: {
|
|
15272
15815
|
input: number;
|
|
@@ -15284,6 +15827,9 @@ export declare const MODELS: {
|
|
|
15284
15827
|
provider: string;
|
|
15285
15828
|
baseUrl: string;
|
|
15286
15829
|
reasoning: true;
|
|
15830
|
+
thinkingLevelMap: {
|
|
15831
|
+
xhigh: string;
|
|
15832
|
+
};
|
|
15287
15833
|
input: ("image" | "text")[];
|
|
15288
15834
|
cost: {
|
|
15289
15835
|
input: number;
|
|
@@ -15301,6 +15847,9 @@ export declare const MODELS: {
|
|
|
15301
15847
|
provider: string;
|
|
15302
15848
|
baseUrl: string;
|
|
15303
15849
|
reasoning: true;
|
|
15850
|
+
thinkingLevelMap: {
|
|
15851
|
+
xhigh: string;
|
|
15852
|
+
};
|
|
15304
15853
|
input: ("image" | "text")[];
|
|
15305
15854
|
cost: {
|
|
15306
15855
|
input: number;
|
|
@@ -15318,6 +15867,9 @@ export declare const MODELS: {
|
|
|
15318
15867
|
provider: string;
|
|
15319
15868
|
baseUrl: string;
|
|
15320
15869
|
reasoning: true;
|
|
15870
|
+
thinkingLevelMap: {
|
|
15871
|
+
xhigh: string;
|
|
15872
|
+
};
|
|
15321
15873
|
input: ("image" | "text")[];
|
|
15322
15874
|
cost: {
|
|
15323
15875
|
input: number;
|
|
@@ -15335,6 +15887,9 @@ export declare const MODELS: {
|
|
|
15335
15887
|
provider: string;
|
|
15336
15888
|
baseUrl: string;
|
|
15337
15889
|
reasoning: true;
|
|
15890
|
+
thinkingLevelMap: {
|
|
15891
|
+
xhigh: string;
|
|
15892
|
+
};
|
|
15338
15893
|
input: ("image" | "text")[];
|
|
15339
15894
|
cost: {
|
|
15340
15895
|
input: number;
|
|
@@ -15352,6 +15907,9 @@ export declare const MODELS: {
|
|
|
15352
15907
|
provider: string;
|
|
15353
15908
|
baseUrl: string;
|
|
15354
15909
|
reasoning: true;
|
|
15910
|
+
thinkingLevelMap: {
|
|
15911
|
+
xhigh: string;
|
|
15912
|
+
};
|
|
15355
15913
|
input: ("image" | "text")[];
|
|
15356
15914
|
cost: {
|
|
15357
15915
|
input: number;
|
|
@@ -15369,6 +15927,9 @@ export declare const MODELS: {
|
|
|
15369
15927
|
provider: string;
|
|
15370
15928
|
baseUrl: string;
|
|
15371
15929
|
reasoning: true;
|
|
15930
|
+
thinkingLevelMap: {
|
|
15931
|
+
xhigh: string;
|
|
15932
|
+
};
|
|
15372
15933
|
input: ("image" | "text")[];
|
|
15373
15934
|
cost: {
|
|
15374
15935
|
input: number;
|
|
@@ -15386,6 +15947,9 @@ export declare const MODELS: {
|
|
|
15386
15947
|
provider: string;
|
|
15387
15948
|
baseUrl: string;
|
|
15388
15949
|
reasoning: true;
|
|
15950
|
+
thinkingLevelMap: {
|
|
15951
|
+
xhigh: string;
|
|
15952
|
+
};
|
|
15389
15953
|
input: ("image" | "text")[];
|
|
15390
15954
|
cost: {
|
|
15391
15955
|
input: number;
|
|
@@ -15403,6 +15967,9 @@ export declare const MODELS: {
|
|
|
15403
15967
|
provider: string;
|
|
15404
15968
|
baseUrl: string;
|
|
15405
15969
|
reasoning: true;
|
|
15970
|
+
thinkingLevelMap: {
|
|
15971
|
+
xhigh: string;
|
|
15972
|
+
};
|
|
15406
15973
|
input: ("image" | "text")[];
|
|
15407
15974
|
cost: {
|
|
15408
15975
|
input: number;
|
|
@@ -15583,23 +16150,6 @@ export declare const MODELS: {
|
|
|
15583
16150
|
contextWindow: number;
|
|
15584
16151
|
maxTokens: number;
|
|
15585
16152
|
};
|
|
15586
|
-
readonly "prime-intellect/intellect-3": {
|
|
15587
|
-
id: string;
|
|
15588
|
-
name: string;
|
|
15589
|
-
api: "anthropic-messages";
|
|
15590
|
-
provider: string;
|
|
15591
|
-
baseUrl: string;
|
|
15592
|
-
reasoning: true;
|
|
15593
|
-
input: "text"[];
|
|
15594
|
-
cost: {
|
|
15595
|
-
input: number;
|
|
15596
|
-
output: number;
|
|
15597
|
-
cacheRead: number;
|
|
15598
|
-
cacheWrite: number;
|
|
15599
|
-
};
|
|
15600
|
-
contextWindow: number;
|
|
15601
|
-
maxTokens: number;
|
|
15602
|
-
};
|
|
15603
16153
|
readonly "xai/grok-3": {
|
|
15604
16154
|
id: string;
|
|
15605
16155
|
name: string;
|
|
@@ -15855,6 +16405,23 @@ export declare const MODELS: {
|
|
|
15855
16405
|
contextWindow: number;
|
|
15856
16406
|
maxTokens: number;
|
|
15857
16407
|
};
|
|
16408
|
+
readonly "xai/grok-4.3": {
|
|
16409
|
+
id: string;
|
|
16410
|
+
name: string;
|
|
16411
|
+
api: "anthropic-messages";
|
|
16412
|
+
provider: string;
|
|
16413
|
+
baseUrl: string;
|
|
16414
|
+
reasoning: true;
|
|
16415
|
+
input: ("image" | "text")[];
|
|
16416
|
+
cost: {
|
|
16417
|
+
input: number;
|
|
16418
|
+
output: number;
|
|
16419
|
+
cacheRead: number;
|
|
16420
|
+
cacheWrite: number;
|
|
16421
|
+
};
|
|
16422
|
+
contextWindow: number;
|
|
16423
|
+
maxTokens: number;
|
|
16424
|
+
};
|
|
15858
16425
|
readonly "xai/grok-code-fast-1": {
|
|
15859
16426
|
id: string;
|
|
15860
16427
|
name: string;
|
|
@@ -16520,6 +17087,23 @@ export declare const MODELS: {
|
|
|
16520
17087
|
contextWindow: number;
|
|
16521
17088
|
maxTokens: number;
|
|
16522
17089
|
};
|
|
17090
|
+
readonly "grok-4.3": {
|
|
17091
|
+
id: string;
|
|
17092
|
+
name: string;
|
|
17093
|
+
api: "openai-completions";
|
|
17094
|
+
provider: string;
|
|
17095
|
+
baseUrl: string;
|
|
17096
|
+
reasoning: true;
|
|
17097
|
+
input: ("image" | "text")[];
|
|
17098
|
+
cost: {
|
|
17099
|
+
input: number;
|
|
17100
|
+
output: number;
|
|
17101
|
+
cacheRead: number;
|
|
17102
|
+
cacheWrite: number;
|
|
17103
|
+
};
|
|
17104
|
+
contextWindow: number;
|
|
17105
|
+
maxTokens: number;
|
|
17106
|
+
};
|
|
16523
17107
|
readonly "grok-beta": {
|
|
16524
17108
|
id: string;
|
|
16525
17109
|
name: string;
|
|
@@ -16572,6 +17156,93 @@ export declare const MODELS: {
|
|
|
16572
17156
|
maxTokens: number;
|
|
16573
17157
|
};
|
|
16574
17158
|
};
|
|
17159
|
+
readonly xiaomi: {
|
|
17160
|
+
readonly "mimo-v2-flash": {
|
|
17161
|
+
id: string;
|
|
17162
|
+
name: string;
|
|
17163
|
+
api: "anthropic-messages";
|
|
17164
|
+
provider: string;
|
|
17165
|
+
baseUrl: string;
|
|
17166
|
+
reasoning: true;
|
|
17167
|
+
input: "text"[];
|
|
17168
|
+
cost: {
|
|
17169
|
+
input: number;
|
|
17170
|
+
output: number;
|
|
17171
|
+
cacheRead: number;
|
|
17172
|
+
cacheWrite: number;
|
|
17173
|
+
};
|
|
17174
|
+
contextWindow: number;
|
|
17175
|
+
maxTokens: number;
|
|
17176
|
+
};
|
|
17177
|
+
readonly "mimo-v2-omni": {
|
|
17178
|
+
id: string;
|
|
17179
|
+
name: string;
|
|
17180
|
+
api: "anthropic-messages";
|
|
17181
|
+
provider: string;
|
|
17182
|
+
baseUrl: string;
|
|
17183
|
+
reasoning: true;
|
|
17184
|
+
input: ("image" | "text")[];
|
|
17185
|
+
cost: {
|
|
17186
|
+
input: number;
|
|
17187
|
+
output: number;
|
|
17188
|
+
cacheRead: number;
|
|
17189
|
+
cacheWrite: number;
|
|
17190
|
+
};
|
|
17191
|
+
contextWindow: number;
|
|
17192
|
+
maxTokens: number;
|
|
17193
|
+
};
|
|
17194
|
+
readonly "mimo-v2-pro": {
|
|
17195
|
+
id: string;
|
|
17196
|
+
name: string;
|
|
17197
|
+
api: "anthropic-messages";
|
|
17198
|
+
provider: string;
|
|
17199
|
+
baseUrl: string;
|
|
17200
|
+
reasoning: true;
|
|
17201
|
+
input: "text"[];
|
|
17202
|
+
cost: {
|
|
17203
|
+
input: number;
|
|
17204
|
+
output: number;
|
|
17205
|
+
cacheRead: number;
|
|
17206
|
+
cacheWrite: number;
|
|
17207
|
+
};
|
|
17208
|
+
contextWindow: number;
|
|
17209
|
+
maxTokens: number;
|
|
17210
|
+
};
|
|
17211
|
+
readonly "mimo-v2.5": {
|
|
17212
|
+
id: string;
|
|
17213
|
+
name: string;
|
|
17214
|
+
api: "anthropic-messages";
|
|
17215
|
+
provider: string;
|
|
17216
|
+
baseUrl: string;
|
|
17217
|
+
reasoning: true;
|
|
17218
|
+
input: "text"[];
|
|
17219
|
+
cost: {
|
|
17220
|
+
input: number;
|
|
17221
|
+
output: number;
|
|
17222
|
+
cacheRead: number;
|
|
17223
|
+
cacheWrite: number;
|
|
17224
|
+
};
|
|
17225
|
+
contextWindow: number;
|
|
17226
|
+
maxTokens: number;
|
|
17227
|
+
};
|
|
17228
|
+
readonly "mimo-v2.5-pro": {
|
|
17229
|
+
id: string;
|
|
17230
|
+
name: string;
|
|
17231
|
+
api: "anthropic-messages";
|
|
17232
|
+
provider: string;
|
|
17233
|
+
baseUrl: string;
|
|
17234
|
+
reasoning: true;
|
|
17235
|
+
input: ("image" | "text")[];
|
|
17236
|
+
cost: {
|
|
17237
|
+
input: number;
|
|
17238
|
+
output: number;
|
|
17239
|
+
cacheRead: number;
|
|
17240
|
+
cacheWrite: number;
|
|
17241
|
+
};
|
|
17242
|
+
contextWindow: number;
|
|
17243
|
+
maxTokens: number;
|
|
17244
|
+
};
|
|
17245
|
+
};
|
|
16575
17246
|
readonly zai: {
|
|
16576
17247
|
readonly "glm-4.5-air": {
|
|
16577
17248
|
id: string;
|