@mate-academy/llm-gateway 7.2.0 → 7.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/LLMService.constants.d.ts +216 -0
- package/dist/providers/LLMAPI/LLMAPI.constants.d.ts +324 -0
- package/dist/providers/LLMAPI/LLMAPI.constants.js +312 -48
- package/dist/providers/LLMAPI/LLMAPI.constants.js.map +1 -1
- package/dist/providers/LLMAPI/LLMAPI.typedefs.d.ts +13 -1
- package/dist/providers/LLMAPI/LLMAPI.typedefs.js.map +1 -1
- package/package.json +1 -1
|
@@ -2490,6 +2490,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
2490
2490
|
};
|
|
2491
2491
|
readonly config: {
|
|
2492
2492
|
readonly temperature: 1;
|
|
2493
|
+
readonly reasoning_effort: "minimal";
|
|
2494
|
+
readonly verbosity: "medium";
|
|
2493
2495
|
};
|
|
2494
2496
|
readonly pricing: {
|
|
2495
2497
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -2515,6 +2517,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
2515
2517
|
};
|
|
2516
2518
|
readonly config: {
|
|
2517
2519
|
readonly temperature: 1;
|
|
2520
|
+
readonly reasoning_effort: "minimal";
|
|
2521
|
+
readonly verbosity: "medium";
|
|
2518
2522
|
};
|
|
2519
2523
|
readonly pricing: {
|
|
2520
2524
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -2540,6 +2544,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
2540
2544
|
};
|
|
2541
2545
|
readonly config: {
|
|
2542
2546
|
readonly temperature: 1;
|
|
2547
|
+
readonly reasoning_effort: "minimal";
|
|
2548
|
+
readonly verbosity: "medium";
|
|
2543
2549
|
};
|
|
2544
2550
|
readonly pricing: {
|
|
2545
2551
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -2615,6 +2621,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
2615
2621
|
};
|
|
2616
2622
|
readonly config: {
|
|
2617
2623
|
readonly temperature: 1;
|
|
2624
|
+
readonly reasoning_effort: "none";
|
|
2625
|
+
readonly verbosity: "medium";
|
|
2618
2626
|
};
|
|
2619
2627
|
readonly pricing: {
|
|
2620
2628
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -2715,6 +2723,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
2715
2723
|
};
|
|
2716
2724
|
readonly config: {
|
|
2717
2725
|
readonly temperature: 1;
|
|
2726
|
+
readonly reasoning_effort: "none";
|
|
2727
|
+
readonly verbosity: "medium";
|
|
2718
2728
|
};
|
|
2719
2729
|
readonly pricing: {
|
|
2720
2730
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -2815,6 +2825,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
2815
2825
|
};
|
|
2816
2826
|
readonly config: {
|
|
2817
2827
|
readonly temperature: 1;
|
|
2828
|
+
readonly reasoning_effort: "none";
|
|
2829
|
+
readonly verbosity: "medium";
|
|
2818
2830
|
};
|
|
2819
2831
|
readonly pricing: {
|
|
2820
2832
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7390,6 +7402,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7390
7402
|
};
|
|
7391
7403
|
readonly config: {
|
|
7392
7404
|
readonly temperature: 1;
|
|
7405
|
+
readonly reasoning_effort: "minimal";
|
|
7406
|
+
readonly verbosity: "medium";
|
|
7393
7407
|
};
|
|
7394
7408
|
readonly pricing: {
|
|
7395
7409
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7403,6 +7417,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7403
7417
|
readonly tools: true;
|
|
7404
7418
|
readonly reasoning: true;
|
|
7405
7419
|
readonly webSearch: true;
|
|
7420
|
+
readonly jsonOutput: true;
|
|
7421
|
+
readonly structuredOutputs: true;
|
|
7406
7422
|
};
|
|
7407
7423
|
};
|
|
7408
7424
|
readonly "azure/gpt-5": {
|
|
@@ -7413,6 +7429,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7413
7429
|
};
|
|
7414
7430
|
readonly config: {
|
|
7415
7431
|
readonly temperature: 1;
|
|
7432
|
+
readonly reasoning_effort: "minimal";
|
|
7433
|
+
readonly verbosity: "medium";
|
|
7416
7434
|
};
|
|
7417
7435
|
readonly pricing: {
|
|
7418
7436
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7426,6 +7444,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7426
7444
|
readonly tools: true;
|
|
7427
7445
|
readonly reasoning: true;
|
|
7428
7446
|
readonly webSearch: true;
|
|
7447
|
+
readonly jsonOutput: true;
|
|
7448
|
+
readonly structuredOutputs: true;
|
|
7429
7449
|
};
|
|
7430
7450
|
};
|
|
7431
7451
|
readonly "openai/gpt-5-mini": {
|
|
@@ -7436,6 +7456,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7436
7456
|
};
|
|
7437
7457
|
readonly config: {
|
|
7438
7458
|
readonly temperature: 1;
|
|
7459
|
+
readonly reasoning_effort: "minimal";
|
|
7460
|
+
readonly verbosity: "medium";
|
|
7439
7461
|
};
|
|
7440
7462
|
readonly pricing: {
|
|
7441
7463
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7449,6 +7471,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7449
7471
|
readonly tools: true;
|
|
7450
7472
|
readonly reasoning: true;
|
|
7451
7473
|
readonly webSearch: true;
|
|
7474
|
+
readonly jsonOutput: true;
|
|
7475
|
+
readonly structuredOutputs: true;
|
|
7452
7476
|
};
|
|
7453
7477
|
};
|
|
7454
7478
|
readonly "azure/gpt-5-mini": {
|
|
@@ -7459,6 +7483,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7459
7483
|
};
|
|
7460
7484
|
readonly config: {
|
|
7461
7485
|
readonly temperature: 1;
|
|
7486
|
+
readonly reasoning_effort: "minimal";
|
|
7487
|
+
readonly verbosity: "medium";
|
|
7462
7488
|
};
|
|
7463
7489
|
readonly pricing: {
|
|
7464
7490
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7472,6 +7498,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7472
7498
|
readonly tools: true;
|
|
7473
7499
|
readonly reasoning: true;
|
|
7474
7500
|
readonly webSearch: true;
|
|
7501
|
+
readonly jsonOutput: true;
|
|
7502
|
+
readonly structuredOutputs: true;
|
|
7475
7503
|
};
|
|
7476
7504
|
};
|
|
7477
7505
|
readonly "openai/gpt-5-nano": {
|
|
@@ -7482,6 +7510,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7482
7510
|
};
|
|
7483
7511
|
readonly config: {
|
|
7484
7512
|
readonly temperature: 1;
|
|
7513
|
+
readonly reasoning_effort: "minimal";
|
|
7514
|
+
readonly verbosity: "medium";
|
|
7485
7515
|
};
|
|
7486
7516
|
readonly pricing: {
|
|
7487
7517
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7495,6 +7525,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7495
7525
|
readonly tools: true;
|
|
7496
7526
|
readonly reasoning: true;
|
|
7497
7527
|
readonly webSearch: true;
|
|
7528
|
+
readonly jsonOutput: true;
|
|
7529
|
+
readonly structuredOutputs: true;
|
|
7498
7530
|
};
|
|
7499
7531
|
};
|
|
7500
7532
|
readonly "azure/gpt-5-nano": {
|
|
@@ -7505,6 +7537,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7505
7537
|
};
|
|
7506
7538
|
readonly config: {
|
|
7507
7539
|
readonly temperature: 1;
|
|
7540
|
+
readonly reasoning_effort: "minimal";
|
|
7541
|
+
readonly verbosity: "medium";
|
|
7508
7542
|
};
|
|
7509
7543
|
readonly pricing: {
|
|
7510
7544
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7518,6 +7552,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7518
7552
|
readonly tools: true;
|
|
7519
7553
|
readonly reasoning: true;
|
|
7520
7554
|
readonly webSearch: true;
|
|
7555
|
+
readonly jsonOutput: true;
|
|
7556
|
+
readonly structuredOutputs: true;
|
|
7521
7557
|
};
|
|
7522
7558
|
};
|
|
7523
7559
|
readonly "openai/gpt-5-pro": {
|
|
@@ -7541,6 +7577,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7541
7577
|
readonly tools: true;
|
|
7542
7578
|
readonly reasoning: true;
|
|
7543
7579
|
readonly webSearch: true;
|
|
7580
|
+
readonly jsonOutput: true;
|
|
7581
|
+
readonly structuredOutputs: true;
|
|
7544
7582
|
};
|
|
7545
7583
|
};
|
|
7546
7584
|
readonly "azure/gpt-5-pro": {
|
|
@@ -7564,6 +7602,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7564
7602
|
readonly tools: true;
|
|
7565
7603
|
readonly reasoning: true;
|
|
7566
7604
|
readonly webSearch: true;
|
|
7605
|
+
readonly jsonOutput: true;
|
|
7606
|
+
readonly structuredOutputs: true;
|
|
7567
7607
|
};
|
|
7568
7608
|
};
|
|
7569
7609
|
readonly "openai/gpt-5.1": {
|
|
@@ -7574,6 +7614,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7574
7614
|
};
|
|
7575
7615
|
readonly config: {
|
|
7576
7616
|
readonly temperature: 1;
|
|
7617
|
+
readonly reasoning_effort: "none";
|
|
7618
|
+
readonly verbosity: "medium";
|
|
7577
7619
|
};
|
|
7578
7620
|
readonly pricing: {
|
|
7579
7621
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7587,6 +7629,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7587
7629
|
readonly tools: true;
|
|
7588
7630
|
readonly reasoning: true;
|
|
7589
7631
|
readonly webSearch: true;
|
|
7632
|
+
readonly jsonOutput: true;
|
|
7633
|
+
readonly structuredOutputs: true;
|
|
7590
7634
|
};
|
|
7591
7635
|
};
|
|
7592
7636
|
readonly "azure/gpt-5.1": {
|
|
@@ -7597,6 +7641,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7597
7641
|
};
|
|
7598
7642
|
readonly config: {
|
|
7599
7643
|
readonly temperature: 1;
|
|
7644
|
+
readonly reasoning_effort: "none";
|
|
7645
|
+
readonly verbosity: "medium";
|
|
7600
7646
|
};
|
|
7601
7647
|
readonly pricing: {
|
|
7602
7648
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7610,6 +7656,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7610
7656
|
readonly tools: true;
|
|
7611
7657
|
readonly reasoning: true;
|
|
7612
7658
|
readonly webSearch: true;
|
|
7659
|
+
readonly jsonOutput: true;
|
|
7660
|
+
readonly structuredOutputs: true;
|
|
7613
7661
|
};
|
|
7614
7662
|
};
|
|
7615
7663
|
readonly "openai/gpt-5.1-codex": {
|
|
@@ -7633,6 +7681,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7633
7681
|
readonly tools: true;
|
|
7634
7682
|
readonly reasoning: true;
|
|
7635
7683
|
readonly webSearch: true;
|
|
7684
|
+
readonly jsonOutput: true;
|
|
7685
|
+
readonly structuredOutputs: true;
|
|
7636
7686
|
};
|
|
7637
7687
|
};
|
|
7638
7688
|
readonly "azure/gpt-5.1-codex": {
|
|
@@ -7656,6 +7706,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7656
7706
|
readonly tools: true;
|
|
7657
7707
|
readonly reasoning: true;
|
|
7658
7708
|
readonly webSearch: true;
|
|
7709
|
+
readonly jsonOutput: true;
|
|
7710
|
+
readonly structuredOutputs: true;
|
|
7659
7711
|
};
|
|
7660
7712
|
};
|
|
7661
7713
|
readonly "openai/gpt-5.1-codex-mini": {
|
|
@@ -7679,6 +7731,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7679
7731
|
readonly tools: true;
|
|
7680
7732
|
readonly reasoning: true;
|
|
7681
7733
|
readonly webSearch: true;
|
|
7734
|
+
readonly jsonOutput: true;
|
|
7735
|
+
readonly structuredOutputs: true;
|
|
7682
7736
|
};
|
|
7683
7737
|
};
|
|
7684
7738
|
readonly "azure/gpt-5.1-codex-mini": {
|
|
@@ -7702,6 +7756,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7702
7756
|
readonly tools: true;
|
|
7703
7757
|
readonly reasoning: true;
|
|
7704
7758
|
readonly webSearch: true;
|
|
7759
|
+
readonly jsonOutput: true;
|
|
7760
|
+
readonly structuredOutputs: true;
|
|
7705
7761
|
};
|
|
7706
7762
|
};
|
|
7707
7763
|
readonly "openai/gpt-5.2": {
|
|
@@ -7712,6 +7768,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7712
7768
|
};
|
|
7713
7769
|
readonly config: {
|
|
7714
7770
|
readonly temperature: 1;
|
|
7771
|
+
readonly reasoning_effort: "none";
|
|
7772
|
+
readonly verbosity: "medium";
|
|
7715
7773
|
};
|
|
7716
7774
|
readonly pricing: {
|
|
7717
7775
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7725,6 +7783,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7725
7783
|
readonly tools: true;
|
|
7726
7784
|
readonly reasoning: true;
|
|
7727
7785
|
readonly webSearch: true;
|
|
7786
|
+
readonly jsonOutput: true;
|
|
7787
|
+
readonly structuredOutputs: true;
|
|
7728
7788
|
};
|
|
7729
7789
|
};
|
|
7730
7790
|
readonly "azure/gpt-5.2": {
|
|
@@ -7735,6 +7795,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7735
7795
|
};
|
|
7736
7796
|
readonly config: {
|
|
7737
7797
|
readonly temperature: 1;
|
|
7798
|
+
readonly reasoning_effort: "none";
|
|
7799
|
+
readonly verbosity: "medium";
|
|
7738
7800
|
};
|
|
7739
7801
|
readonly pricing: {
|
|
7740
7802
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7748,6 +7810,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7748
7810
|
readonly tools: true;
|
|
7749
7811
|
readonly reasoning: true;
|
|
7750
7812
|
readonly webSearch: true;
|
|
7813
|
+
readonly jsonOutput: true;
|
|
7814
|
+
readonly structuredOutputs: true;
|
|
7751
7815
|
};
|
|
7752
7816
|
};
|
|
7753
7817
|
readonly "openai/gpt-5.2-codex": {
|
|
@@ -7771,6 +7835,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7771
7835
|
readonly tools: true;
|
|
7772
7836
|
readonly reasoning: true;
|
|
7773
7837
|
readonly webSearch: true;
|
|
7838
|
+
readonly jsonOutput: true;
|
|
7839
|
+
readonly structuredOutputs: true;
|
|
7774
7840
|
};
|
|
7775
7841
|
};
|
|
7776
7842
|
readonly "azure/gpt-5.2-codex": {
|
|
@@ -7794,6 +7860,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7794
7860
|
readonly tools: true;
|
|
7795
7861
|
readonly reasoning: true;
|
|
7796
7862
|
readonly webSearch: true;
|
|
7863
|
+
readonly jsonOutput: true;
|
|
7864
|
+
readonly structuredOutputs: true;
|
|
7797
7865
|
};
|
|
7798
7866
|
};
|
|
7799
7867
|
readonly "openai/gpt-5.3-codex": {
|
|
@@ -7817,6 +7885,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7817
7885
|
readonly tools: true;
|
|
7818
7886
|
readonly reasoning: true;
|
|
7819
7887
|
readonly webSearch: true;
|
|
7888
|
+
readonly jsonOutput: true;
|
|
7889
|
+
readonly structuredOutputs: true;
|
|
7820
7890
|
};
|
|
7821
7891
|
};
|
|
7822
7892
|
readonly "azure/gpt-5.3-codex": {
|
|
@@ -7840,6 +7910,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7840
7910
|
readonly tools: true;
|
|
7841
7911
|
readonly reasoning: true;
|
|
7842
7912
|
readonly webSearch: true;
|
|
7913
|
+
readonly jsonOutput: true;
|
|
7914
|
+
readonly structuredOutputs: true;
|
|
7843
7915
|
};
|
|
7844
7916
|
};
|
|
7845
7917
|
readonly "openai/gpt-5.4": {
|
|
@@ -7850,6 +7922,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7850
7922
|
};
|
|
7851
7923
|
readonly config: {
|
|
7852
7924
|
readonly temperature: 1;
|
|
7925
|
+
readonly reasoning_effort: "none";
|
|
7926
|
+
readonly verbosity: "medium";
|
|
7853
7927
|
};
|
|
7854
7928
|
readonly pricing: {
|
|
7855
7929
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7863,6 +7937,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7863
7937
|
readonly tools: true;
|
|
7864
7938
|
readonly reasoning: true;
|
|
7865
7939
|
readonly webSearch: true;
|
|
7940
|
+
readonly jsonOutput: true;
|
|
7941
|
+
readonly structuredOutputs: true;
|
|
7866
7942
|
};
|
|
7867
7943
|
};
|
|
7868
7944
|
readonly "azure/gpt-5.4": {
|
|
@@ -7873,6 +7949,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7873
7949
|
};
|
|
7874
7950
|
readonly config: {
|
|
7875
7951
|
readonly temperature: 1;
|
|
7952
|
+
readonly reasoning_effort: "none";
|
|
7953
|
+
readonly verbosity: "medium";
|
|
7876
7954
|
};
|
|
7877
7955
|
readonly pricing: {
|
|
7878
7956
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -7886,6 +7964,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7886
7964
|
readonly tools: true;
|
|
7887
7965
|
readonly reasoning: true;
|
|
7888
7966
|
readonly webSearch: true;
|
|
7967
|
+
readonly jsonOutput: true;
|
|
7968
|
+
readonly structuredOutputs: true;
|
|
7889
7969
|
};
|
|
7890
7970
|
};
|
|
7891
7971
|
readonly "openai/gpt-5.4-pro": {
|
|
@@ -7909,6 +7989,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7909
7989
|
readonly tools: true;
|
|
7910
7990
|
readonly reasoning: true;
|
|
7911
7991
|
readonly webSearch: true;
|
|
7992
|
+
readonly jsonOutput: true;
|
|
7993
|
+
readonly structuredOutputs: true;
|
|
7912
7994
|
};
|
|
7913
7995
|
};
|
|
7914
7996
|
readonly "azure/gpt-5.4-pro": {
|
|
@@ -7932,6 +8014,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7932
8014
|
readonly tools: true;
|
|
7933
8015
|
readonly reasoning: true;
|
|
7934
8016
|
readonly webSearch: true;
|
|
8017
|
+
readonly jsonOutput: true;
|
|
8018
|
+
readonly structuredOutputs: true;
|
|
7935
8019
|
};
|
|
7936
8020
|
};
|
|
7937
8021
|
readonly "google-ai-studio/gemini-2.5-pro": {
|
|
@@ -7955,6 +8039,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7955
8039
|
readonly tools: true;
|
|
7956
8040
|
readonly reasoning: true;
|
|
7957
8041
|
readonly webSearch: true;
|
|
8042
|
+
readonly jsonOutput: true;
|
|
8043
|
+
readonly structuredOutputs: true;
|
|
7958
8044
|
};
|
|
7959
8045
|
};
|
|
7960
8046
|
readonly "google-vertex/gemini-2.5-pro": {
|
|
@@ -7978,6 +8064,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
7978
8064
|
readonly tools: true;
|
|
7979
8065
|
readonly reasoning: true;
|
|
7980
8066
|
readonly webSearch: true;
|
|
8067
|
+
readonly jsonOutput: true;
|
|
8068
|
+
readonly structuredOutputs: true;
|
|
7981
8069
|
};
|
|
7982
8070
|
};
|
|
7983
8071
|
readonly "google-ai-studio/gemini-2.5-flash": {
|
|
@@ -8001,6 +8089,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8001
8089
|
readonly tools: true;
|
|
8002
8090
|
readonly reasoning: true;
|
|
8003
8091
|
readonly webSearch: true;
|
|
8092
|
+
readonly jsonOutput: true;
|
|
8093
|
+
readonly structuredOutputs: true;
|
|
8004
8094
|
};
|
|
8005
8095
|
};
|
|
8006
8096
|
readonly "google-vertex/gemini-2.5-flash": {
|
|
@@ -8024,6 +8114,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8024
8114
|
readonly tools: true;
|
|
8025
8115
|
readonly reasoning: true;
|
|
8026
8116
|
readonly webSearch: true;
|
|
8117
|
+
readonly jsonOutput: true;
|
|
8118
|
+
readonly structuredOutputs: true;
|
|
8027
8119
|
};
|
|
8028
8120
|
};
|
|
8029
8121
|
readonly "google-ai-studio/gemini-2.5-flash-lite": {
|
|
@@ -8047,6 +8139,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8047
8139
|
readonly tools: true;
|
|
8048
8140
|
readonly reasoning: false;
|
|
8049
8141
|
readonly webSearch: false;
|
|
8142
|
+
readonly jsonOutput: true;
|
|
8143
|
+
readonly structuredOutputs: true;
|
|
8050
8144
|
};
|
|
8051
8145
|
};
|
|
8052
8146
|
readonly "google-vertex/gemini-2.5-flash-lite": {
|
|
@@ -8070,6 +8164,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8070
8164
|
readonly tools: true;
|
|
8071
8165
|
readonly reasoning: false;
|
|
8072
8166
|
readonly webSearch: false;
|
|
8167
|
+
readonly jsonOutput: true;
|
|
8168
|
+
readonly structuredOutputs: true;
|
|
8073
8169
|
};
|
|
8074
8170
|
};
|
|
8075
8171
|
readonly "google-ai-studio/gemini-3.1-pro-preview": {
|
|
@@ -8093,6 +8189,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8093
8189
|
readonly tools: true;
|
|
8094
8190
|
readonly reasoning: true;
|
|
8095
8191
|
readonly webSearch: true;
|
|
8192
|
+
readonly jsonOutput: true;
|
|
8193
|
+
readonly structuredOutputs: true;
|
|
8096
8194
|
};
|
|
8097
8195
|
};
|
|
8098
8196
|
readonly "google-vertex/gemini-3.1-pro-preview": {
|
|
@@ -8116,6 +8214,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8116
8214
|
readonly tools: true;
|
|
8117
8215
|
readonly reasoning: true;
|
|
8118
8216
|
readonly webSearch: true;
|
|
8217
|
+
readonly jsonOutput: true;
|
|
8218
|
+
readonly structuredOutputs: true;
|
|
8119
8219
|
};
|
|
8120
8220
|
};
|
|
8121
8221
|
readonly "google-ai-studio/gemini-3-flash-preview": {
|
|
@@ -8139,6 +8239,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8139
8239
|
readonly tools: true;
|
|
8140
8240
|
readonly reasoning: true;
|
|
8141
8241
|
readonly webSearch: true;
|
|
8242
|
+
readonly jsonOutput: true;
|
|
8243
|
+
readonly structuredOutputs: true;
|
|
8142
8244
|
};
|
|
8143
8245
|
};
|
|
8144
8246
|
readonly "google-vertex/gemini-3-flash-preview": {
|
|
@@ -8162,6 +8264,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8162
8264
|
readonly tools: true;
|
|
8163
8265
|
readonly reasoning: true;
|
|
8164
8266
|
readonly webSearch: true;
|
|
8267
|
+
readonly jsonOutput: true;
|
|
8268
|
+
readonly structuredOutputs: true;
|
|
8165
8269
|
};
|
|
8166
8270
|
};
|
|
8167
8271
|
readonly "google-ai-studio/gemini-2.5-flash-image": {
|
|
@@ -8185,6 +8289,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8185
8289
|
readonly tools: false;
|
|
8186
8290
|
readonly reasoning: false;
|
|
8187
8291
|
readonly webSearch: false;
|
|
8292
|
+
readonly jsonOutput: true;
|
|
8293
|
+
readonly structuredOutputs: true;
|
|
8188
8294
|
};
|
|
8189
8295
|
};
|
|
8190
8296
|
readonly "google-vertex/gemini-2.5-flash-image": {
|
|
@@ -8208,6 +8314,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8208
8314
|
readonly tools: false;
|
|
8209
8315
|
readonly reasoning: false;
|
|
8210
8316
|
readonly webSearch: false;
|
|
8317
|
+
readonly jsonOutput: true;
|
|
8318
|
+
readonly structuredOutputs: true;
|
|
8211
8319
|
};
|
|
8212
8320
|
};
|
|
8213
8321
|
};
|
|
@@ -8570,6 +8678,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8570
8678
|
};
|
|
8571
8679
|
readonly config: {
|
|
8572
8680
|
readonly temperature: 1;
|
|
8681
|
+
readonly reasoning_effort: "minimal";
|
|
8682
|
+
readonly verbosity: "medium";
|
|
8573
8683
|
};
|
|
8574
8684
|
readonly pricing: {
|
|
8575
8685
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -8595,6 +8705,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8595
8705
|
};
|
|
8596
8706
|
readonly config: {
|
|
8597
8707
|
readonly temperature: 1;
|
|
8708
|
+
readonly reasoning_effort: "minimal";
|
|
8709
|
+
readonly verbosity: "medium";
|
|
8598
8710
|
};
|
|
8599
8711
|
readonly pricing: {
|
|
8600
8712
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -8620,6 +8732,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8620
8732
|
};
|
|
8621
8733
|
readonly config: {
|
|
8622
8734
|
readonly temperature: 1;
|
|
8735
|
+
readonly reasoning_effort: "minimal";
|
|
8736
|
+
readonly verbosity: "medium";
|
|
8623
8737
|
};
|
|
8624
8738
|
readonly pricing: {
|
|
8625
8739
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -8695,6 +8809,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8695
8809
|
};
|
|
8696
8810
|
readonly config: {
|
|
8697
8811
|
readonly temperature: 1;
|
|
8812
|
+
readonly reasoning_effort: "none";
|
|
8813
|
+
readonly verbosity: "medium";
|
|
8698
8814
|
};
|
|
8699
8815
|
readonly pricing: {
|
|
8700
8816
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -8795,6 +8911,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8795
8911
|
};
|
|
8796
8912
|
readonly config: {
|
|
8797
8913
|
readonly temperature: 1;
|
|
8914
|
+
readonly reasoning_effort: "none";
|
|
8915
|
+
readonly verbosity: "medium";
|
|
8798
8916
|
};
|
|
8799
8917
|
readonly pricing: {
|
|
8800
8918
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -8895,6 +9013,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
8895
9013
|
};
|
|
8896
9014
|
readonly config: {
|
|
8897
9015
|
readonly temperature: 1;
|
|
9016
|
+
readonly reasoning_effort: "none";
|
|
9017
|
+
readonly verbosity: "medium";
|
|
8898
9018
|
};
|
|
8899
9019
|
readonly pricing: {
|
|
8900
9020
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13470,6 +13590,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13470
13590
|
};
|
|
13471
13591
|
readonly config: {
|
|
13472
13592
|
readonly temperature: 1;
|
|
13593
|
+
readonly reasoning_effort: "minimal";
|
|
13594
|
+
readonly verbosity: "medium";
|
|
13473
13595
|
};
|
|
13474
13596
|
readonly pricing: {
|
|
13475
13597
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13483,6 +13605,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13483
13605
|
readonly tools: true;
|
|
13484
13606
|
readonly reasoning: true;
|
|
13485
13607
|
readonly webSearch: true;
|
|
13608
|
+
readonly jsonOutput: true;
|
|
13609
|
+
readonly structuredOutputs: true;
|
|
13486
13610
|
};
|
|
13487
13611
|
};
|
|
13488
13612
|
readonly "azure/gpt-5": {
|
|
@@ -13493,6 +13617,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13493
13617
|
};
|
|
13494
13618
|
readonly config: {
|
|
13495
13619
|
readonly temperature: 1;
|
|
13620
|
+
readonly reasoning_effort: "minimal";
|
|
13621
|
+
readonly verbosity: "medium";
|
|
13496
13622
|
};
|
|
13497
13623
|
readonly pricing: {
|
|
13498
13624
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13506,6 +13632,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13506
13632
|
readonly tools: true;
|
|
13507
13633
|
readonly reasoning: true;
|
|
13508
13634
|
readonly webSearch: true;
|
|
13635
|
+
readonly jsonOutput: true;
|
|
13636
|
+
readonly structuredOutputs: true;
|
|
13509
13637
|
};
|
|
13510
13638
|
};
|
|
13511
13639
|
readonly "openai/gpt-5-mini": {
|
|
@@ -13516,6 +13644,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13516
13644
|
};
|
|
13517
13645
|
readonly config: {
|
|
13518
13646
|
readonly temperature: 1;
|
|
13647
|
+
readonly reasoning_effort: "minimal";
|
|
13648
|
+
readonly verbosity: "medium";
|
|
13519
13649
|
};
|
|
13520
13650
|
readonly pricing: {
|
|
13521
13651
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13529,6 +13659,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13529
13659
|
readonly tools: true;
|
|
13530
13660
|
readonly reasoning: true;
|
|
13531
13661
|
readonly webSearch: true;
|
|
13662
|
+
readonly jsonOutput: true;
|
|
13663
|
+
readonly structuredOutputs: true;
|
|
13532
13664
|
};
|
|
13533
13665
|
};
|
|
13534
13666
|
readonly "azure/gpt-5-mini": {
|
|
@@ -13539,6 +13671,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13539
13671
|
};
|
|
13540
13672
|
readonly config: {
|
|
13541
13673
|
readonly temperature: 1;
|
|
13674
|
+
readonly reasoning_effort: "minimal";
|
|
13675
|
+
readonly verbosity: "medium";
|
|
13542
13676
|
};
|
|
13543
13677
|
readonly pricing: {
|
|
13544
13678
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13552,6 +13686,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13552
13686
|
readonly tools: true;
|
|
13553
13687
|
readonly reasoning: true;
|
|
13554
13688
|
readonly webSearch: true;
|
|
13689
|
+
readonly jsonOutput: true;
|
|
13690
|
+
readonly structuredOutputs: true;
|
|
13555
13691
|
};
|
|
13556
13692
|
};
|
|
13557
13693
|
readonly "openai/gpt-5-nano": {
|
|
@@ -13562,6 +13698,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13562
13698
|
};
|
|
13563
13699
|
readonly config: {
|
|
13564
13700
|
readonly temperature: 1;
|
|
13701
|
+
readonly reasoning_effort: "minimal";
|
|
13702
|
+
readonly verbosity: "medium";
|
|
13565
13703
|
};
|
|
13566
13704
|
readonly pricing: {
|
|
13567
13705
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13575,6 +13713,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13575
13713
|
readonly tools: true;
|
|
13576
13714
|
readonly reasoning: true;
|
|
13577
13715
|
readonly webSearch: true;
|
|
13716
|
+
readonly jsonOutput: true;
|
|
13717
|
+
readonly structuredOutputs: true;
|
|
13578
13718
|
};
|
|
13579
13719
|
};
|
|
13580
13720
|
readonly "azure/gpt-5-nano": {
|
|
@@ -13585,6 +13725,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13585
13725
|
};
|
|
13586
13726
|
readonly config: {
|
|
13587
13727
|
readonly temperature: 1;
|
|
13728
|
+
readonly reasoning_effort: "minimal";
|
|
13729
|
+
readonly verbosity: "medium";
|
|
13588
13730
|
};
|
|
13589
13731
|
readonly pricing: {
|
|
13590
13732
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13598,6 +13740,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13598
13740
|
readonly tools: true;
|
|
13599
13741
|
readonly reasoning: true;
|
|
13600
13742
|
readonly webSearch: true;
|
|
13743
|
+
readonly jsonOutput: true;
|
|
13744
|
+
readonly structuredOutputs: true;
|
|
13601
13745
|
};
|
|
13602
13746
|
};
|
|
13603
13747
|
readonly "openai/gpt-5-pro": {
|
|
@@ -13621,6 +13765,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13621
13765
|
readonly tools: true;
|
|
13622
13766
|
readonly reasoning: true;
|
|
13623
13767
|
readonly webSearch: true;
|
|
13768
|
+
readonly jsonOutput: true;
|
|
13769
|
+
readonly structuredOutputs: true;
|
|
13624
13770
|
};
|
|
13625
13771
|
};
|
|
13626
13772
|
readonly "azure/gpt-5-pro": {
|
|
@@ -13644,6 +13790,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13644
13790
|
readonly tools: true;
|
|
13645
13791
|
readonly reasoning: true;
|
|
13646
13792
|
readonly webSearch: true;
|
|
13793
|
+
readonly jsonOutput: true;
|
|
13794
|
+
readonly structuredOutputs: true;
|
|
13647
13795
|
};
|
|
13648
13796
|
};
|
|
13649
13797
|
readonly "openai/gpt-5.1": {
|
|
@@ -13654,6 +13802,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13654
13802
|
};
|
|
13655
13803
|
readonly config: {
|
|
13656
13804
|
readonly temperature: 1;
|
|
13805
|
+
readonly reasoning_effort: "none";
|
|
13806
|
+
readonly verbosity: "medium";
|
|
13657
13807
|
};
|
|
13658
13808
|
readonly pricing: {
|
|
13659
13809
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13667,6 +13817,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13667
13817
|
readonly tools: true;
|
|
13668
13818
|
readonly reasoning: true;
|
|
13669
13819
|
readonly webSearch: true;
|
|
13820
|
+
readonly jsonOutput: true;
|
|
13821
|
+
readonly structuredOutputs: true;
|
|
13670
13822
|
};
|
|
13671
13823
|
};
|
|
13672
13824
|
readonly "azure/gpt-5.1": {
|
|
@@ -13677,6 +13829,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13677
13829
|
};
|
|
13678
13830
|
readonly config: {
|
|
13679
13831
|
readonly temperature: 1;
|
|
13832
|
+
readonly reasoning_effort: "none";
|
|
13833
|
+
readonly verbosity: "medium";
|
|
13680
13834
|
};
|
|
13681
13835
|
readonly pricing: {
|
|
13682
13836
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13690,6 +13844,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13690
13844
|
readonly tools: true;
|
|
13691
13845
|
readonly reasoning: true;
|
|
13692
13846
|
readonly webSearch: true;
|
|
13847
|
+
readonly jsonOutput: true;
|
|
13848
|
+
readonly structuredOutputs: true;
|
|
13693
13849
|
};
|
|
13694
13850
|
};
|
|
13695
13851
|
readonly "openai/gpt-5.1-codex": {
|
|
@@ -13713,6 +13869,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13713
13869
|
readonly tools: true;
|
|
13714
13870
|
readonly reasoning: true;
|
|
13715
13871
|
readonly webSearch: true;
|
|
13872
|
+
readonly jsonOutput: true;
|
|
13873
|
+
readonly structuredOutputs: true;
|
|
13716
13874
|
};
|
|
13717
13875
|
};
|
|
13718
13876
|
readonly "azure/gpt-5.1-codex": {
|
|
@@ -13736,6 +13894,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13736
13894
|
readonly tools: true;
|
|
13737
13895
|
readonly reasoning: true;
|
|
13738
13896
|
readonly webSearch: true;
|
|
13897
|
+
readonly jsonOutput: true;
|
|
13898
|
+
readonly structuredOutputs: true;
|
|
13739
13899
|
};
|
|
13740
13900
|
};
|
|
13741
13901
|
readonly "openai/gpt-5.1-codex-mini": {
|
|
@@ -13759,6 +13919,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13759
13919
|
readonly tools: true;
|
|
13760
13920
|
readonly reasoning: true;
|
|
13761
13921
|
readonly webSearch: true;
|
|
13922
|
+
readonly jsonOutput: true;
|
|
13923
|
+
readonly structuredOutputs: true;
|
|
13762
13924
|
};
|
|
13763
13925
|
};
|
|
13764
13926
|
readonly "azure/gpt-5.1-codex-mini": {
|
|
@@ -13782,6 +13944,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13782
13944
|
readonly tools: true;
|
|
13783
13945
|
readonly reasoning: true;
|
|
13784
13946
|
readonly webSearch: true;
|
|
13947
|
+
readonly jsonOutput: true;
|
|
13948
|
+
readonly structuredOutputs: true;
|
|
13785
13949
|
};
|
|
13786
13950
|
};
|
|
13787
13951
|
readonly "openai/gpt-5.2": {
|
|
@@ -13792,6 +13956,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13792
13956
|
};
|
|
13793
13957
|
readonly config: {
|
|
13794
13958
|
readonly temperature: 1;
|
|
13959
|
+
readonly reasoning_effort: "none";
|
|
13960
|
+
readonly verbosity: "medium";
|
|
13795
13961
|
};
|
|
13796
13962
|
readonly pricing: {
|
|
13797
13963
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13805,6 +13971,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13805
13971
|
readonly tools: true;
|
|
13806
13972
|
readonly reasoning: true;
|
|
13807
13973
|
readonly webSearch: true;
|
|
13974
|
+
readonly jsonOutput: true;
|
|
13975
|
+
readonly structuredOutputs: true;
|
|
13808
13976
|
};
|
|
13809
13977
|
};
|
|
13810
13978
|
readonly "azure/gpt-5.2": {
|
|
@@ -13815,6 +13983,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13815
13983
|
};
|
|
13816
13984
|
readonly config: {
|
|
13817
13985
|
readonly temperature: 1;
|
|
13986
|
+
readonly reasoning_effort: "none";
|
|
13987
|
+
readonly verbosity: "medium";
|
|
13818
13988
|
};
|
|
13819
13989
|
readonly pricing: {
|
|
13820
13990
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13828,6 +13998,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13828
13998
|
readonly tools: true;
|
|
13829
13999
|
readonly reasoning: true;
|
|
13830
14000
|
readonly webSearch: true;
|
|
14001
|
+
readonly jsonOutput: true;
|
|
14002
|
+
readonly structuredOutputs: true;
|
|
13831
14003
|
};
|
|
13832
14004
|
};
|
|
13833
14005
|
readonly "openai/gpt-5.2-codex": {
|
|
@@ -13851,6 +14023,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13851
14023
|
readonly tools: true;
|
|
13852
14024
|
readonly reasoning: true;
|
|
13853
14025
|
readonly webSearch: true;
|
|
14026
|
+
readonly jsonOutput: true;
|
|
14027
|
+
readonly structuredOutputs: true;
|
|
13854
14028
|
};
|
|
13855
14029
|
};
|
|
13856
14030
|
readonly "azure/gpt-5.2-codex": {
|
|
@@ -13874,6 +14048,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13874
14048
|
readonly tools: true;
|
|
13875
14049
|
readonly reasoning: true;
|
|
13876
14050
|
readonly webSearch: true;
|
|
14051
|
+
readonly jsonOutput: true;
|
|
14052
|
+
readonly structuredOutputs: true;
|
|
13877
14053
|
};
|
|
13878
14054
|
};
|
|
13879
14055
|
readonly "openai/gpt-5.3-codex": {
|
|
@@ -13897,6 +14073,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13897
14073
|
readonly tools: true;
|
|
13898
14074
|
readonly reasoning: true;
|
|
13899
14075
|
readonly webSearch: true;
|
|
14076
|
+
readonly jsonOutput: true;
|
|
14077
|
+
readonly structuredOutputs: true;
|
|
13900
14078
|
};
|
|
13901
14079
|
};
|
|
13902
14080
|
readonly "azure/gpt-5.3-codex": {
|
|
@@ -13920,6 +14098,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13920
14098
|
readonly tools: true;
|
|
13921
14099
|
readonly reasoning: true;
|
|
13922
14100
|
readonly webSearch: true;
|
|
14101
|
+
readonly jsonOutput: true;
|
|
14102
|
+
readonly structuredOutputs: true;
|
|
13923
14103
|
};
|
|
13924
14104
|
};
|
|
13925
14105
|
readonly "openai/gpt-5.4": {
|
|
@@ -13930,6 +14110,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13930
14110
|
};
|
|
13931
14111
|
readonly config: {
|
|
13932
14112
|
readonly temperature: 1;
|
|
14113
|
+
readonly reasoning_effort: "none";
|
|
14114
|
+
readonly verbosity: "medium";
|
|
13933
14115
|
};
|
|
13934
14116
|
readonly pricing: {
|
|
13935
14117
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13943,6 +14125,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13943
14125
|
readonly tools: true;
|
|
13944
14126
|
readonly reasoning: true;
|
|
13945
14127
|
readonly webSearch: true;
|
|
14128
|
+
readonly jsonOutput: true;
|
|
14129
|
+
readonly structuredOutputs: true;
|
|
13946
14130
|
};
|
|
13947
14131
|
};
|
|
13948
14132
|
readonly "azure/gpt-5.4": {
|
|
@@ -13953,6 +14137,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13953
14137
|
};
|
|
13954
14138
|
readonly config: {
|
|
13955
14139
|
readonly temperature: 1;
|
|
14140
|
+
readonly reasoning_effort: "none";
|
|
14141
|
+
readonly verbosity: "medium";
|
|
13956
14142
|
};
|
|
13957
14143
|
readonly pricing: {
|
|
13958
14144
|
readonly getPriceForTextInput: (tokens: number) => number;
|
|
@@ -13966,6 +14152,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13966
14152
|
readonly tools: true;
|
|
13967
14153
|
readonly reasoning: true;
|
|
13968
14154
|
readonly webSearch: true;
|
|
14155
|
+
readonly jsonOutput: true;
|
|
14156
|
+
readonly structuredOutputs: true;
|
|
13969
14157
|
};
|
|
13970
14158
|
};
|
|
13971
14159
|
readonly "openai/gpt-5.4-pro": {
|
|
@@ -13989,6 +14177,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
13989
14177
|
readonly tools: true;
|
|
13990
14178
|
readonly reasoning: true;
|
|
13991
14179
|
readonly webSearch: true;
|
|
14180
|
+
readonly jsonOutput: true;
|
|
14181
|
+
readonly structuredOutputs: true;
|
|
13992
14182
|
};
|
|
13993
14183
|
};
|
|
13994
14184
|
readonly "azure/gpt-5.4-pro": {
|
|
@@ -14012,6 +14202,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14012
14202
|
readonly tools: true;
|
|
14013
14203
|
readonly reasoning: true;
|
|
14014
14204
|
readonly webSearch: true;
|
|
14205
|
+
readonly jsonOutput: true;
|
|
14206
|
+
readonly structuredOutputs: true;
|
|
14015
14207
|
};
|
|
14016
14208
|
};
|
|
14017
14209
|
readonly "google-ai-studio/gemini-2.5-pro": {
|
|
@@ -14035,6 +14227,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14035
14227
|
readonly tools: true;
|
|
14036
14228
|
readonly reasoning: true;
|
|
14037
14229
|
readonly webSearch: true;
|
|
14230
|
+
readonly jsonOutput: true;
|
|
14231
|
+
readonly structuredOutputs: true;
|
|
14038
14232
|
};
|
|
14039
14233
|
};
|
|
14040
14234
|
readonly "google-vertex/gemini-2.5-pro": {
|
|
@@ -14058,6 +14252,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14058
14252
|
readonly tools: true;
|
|
14059
14253
|
readonly reasoning: true;
|
|
14060
14254
|
readonly webSearch: true;
|
|
14255
|
+
readonly jsonOutput: true;
|
|
14256
|
+
readonly structuredOutputs: true;
|
|
14061
14257
|
};
|
|
14062
14258
|
};
|
|
14063
14259
|
readonly "google-ai-studio/gemini-2.5-flash": {
|
|
@@ -14081,6 +14277,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14081
14277
|
readonly tools: true;
|
|
14082
14278
|
readonly reasoning: true;
|
|
14083
14279
|
readonly webSearch: true;
|
|
14280
|
+
readonly jsonOutput: true;
|
|
14281
|
+
readonly structuredOutputs: true;
|
|
14084
14282
|
};
|
|
14085
14283
|
};
|
|
14086
14284
|
readonly "google-vertex/gemini-2.5-flash": {
|
|
@@ -14104,6 +14302,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14104
14302
|
readonly tools: true;
|
|
14105
14303
|
readonly reasoning: true;
|
|
14106
14304
|
readonly webSearch: true;
|
|
14305
|
+
readonly jsonOutput: true;
|
|
14306
|
+
readonly structuredOutputs: true;
|
|
14107
14307
|
};
|
|
14108
14308
|
};
|
|
14109
14309
|
readonly "google-ai-studio/gemini-2.5-flash-lite": {
|
|
@@ -14127,6 +14327,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14127
14327
|
readonly tools: true;
|
|
14128
14328
|
readonly reasoning: false;
|
|
14129
14329
|
readonly webSearch: false;
|
|
14330
|
+
readonly jsonOutput: true;
|
|
14331
|
+
readonly structuredOutputs: true;
|
|
14130
14332
|
};
|
|
14131
14333
|
};
|
|
14132
14334
|
readonly "google-vertex/gemini-2.5-flash-lite": {
|
|
@@ -14150,6 +14352,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14150
14352
|
readonly tools: true;
|
|
14151
14353
|
readonly reasoning: false;
|
|
14152
14354
|
readonly webSearch: false;
|
|
14355
|
+
readonly jsonOutput: true;
|
|
14356
|
+
readonly structuredOutputs: true;
|
|
14153
14357
|
};
|
|
14154
14358
|
};
|
|
14155
14359
|
readonly "google-ai-studio/gemini-3.1-pro-preview": {
|
|
@@ -14173,6 +14377,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14173
14377
|
readonly tools: true;
|
|
14174
14378
|
readonly reasoning: true;
|
|
14175
14379
|
readonly webSearch: true;
|
|
14380
|
+
readonly jsonOutput: true;
|
|
14381
|
+
readonly structuredOutputs: true;
|
|
14176
14382
|
};
|
|
14177
14383
|
};
|
|
14178
14384
|
readonly "google-vertex/gemini-3.1-pro-preview": {
|
|
@@ -14196,6 +14402,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14196
14402
|
readonly tools: true;
|
|
14197
14403
|
readonly reasoning: true;
|
|
14198
14404
|
readonly webSearch: true;
|
|
14405
|
+
readonly jsonOutput: true;
|
|
14406
|
+
readonly structuredOutputs: true;
|
|
14199
14407
|
};
|
|
14200
14408
|
};
|
|
14201
14409
|
readonly "google-ai-studio/gemini-3-flash-preview": {
|
|
@@ -14219,6 +14427,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14219
14427
|
readonly tools: true;
|
|
14220
14428
|
readonly reasoning: true;
|
|
14221
14429
|
readonly webSearch: true;
|
|
14430
|
+
readonly jsonOutput: true;
|
|
14431
|
+
readonly structuredOutputs: true;
|
|
14222
14432
|
};
|
|
14223
14433
|
};
|
|
14224
14434
|
readonly "google-vertex/gemini-3-flash-preview": {
|
|
@@ -14242,6 +14452,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14242
14452
|
readonly tools: true;
|
|
14243
14453
|
readonly reasoning: true;
|
|
14244
14454
|
readonly webSearch: true;
|
|
14455
|
+
readonly jsonOutput: true;
|
|
14456
|
+
readonly structuredOutputs: true;
|
|
14245
14457
|
};
|
|
14246
14458
|
};
|
|
14247
14459
|
readonly "google-ai-studio/gemini-2.5-flash-image": {
|
|
@@ -14265,6 +14477,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14265
14477
|
readonly tools: false;
|
|
14266
14478
|
readonly reasoning: false;
|
|
14267
14479
|
readonly webSearch: false;
|
|
14480
|
+
readonly jsonOutput: true;
|
|
14481
|
+
readonly structuredOutputs: true;
|
|
14268
14482
|
};
|
|
14269
14483
|
};
|
|
14270
14484
|
readonly "google-vertex/gemini-2.5-flash-image": {
|
|
@@ -14288,6 +14502,8 @@ export declare const LLM_SERVICE_MODELS: {
|
|
|
14288
14502
|
readonly tools: false;
|
|
14289
14503
|
readonly reasoning: false;
|
|
14290
14504
|
readonly webSearch: false;
|
|
14505
|
+
readonly jsonOutput: true;
|
|
14506
|
+
readonly structuredOutputs: true;
|
|
14291
14507
|
};
|
|
14292
14508
|
};
|
|
14293
14509
|
};
|