@adaline/azure 0.3.0 → 0.4.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/dist/index.d.mts +15 -15
- package/dist/index.d.ts +15 -15
- package/dist/index.js +40 -41
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ProviderV1, ChatModelV1, ChatModelSchemaType, EmbeddingModelV1, EmbeddingModelSchemaType, HeadersType } from '@adaline/provider';
|
|
2
|
-
import { BaseChatModel, BaseEmbeddingModel } from '@adaline/openai';
|
|
3
2
|
import { z } from 'zod';
|
|
3
|
+
import { BaseChatModel, BaseEmbeddingModel } from '@adaline/openai';
|
|
4
4
|
|
|
5
5
|
declare class Azure<O extends Record<string, any> = Record<string, any>> implements ProviderV1<O> {
|
|
6
6
|
readonly version: "v1";
|
|
@@ -20,9 +20,9 @@ declare class Azure<O extends Record<string, any> = Record<string, any>> impleme
|
|
|
20
20
|
|
|
21
21
|
declare const AzureChatModelOptions: z.ZodObject<{
|
|
22
22
|
apiKey: z.ZodString;
|
|
23
|
+
deploymentName: z.ZodString;
|
|
23
24
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
24
25
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
25
|
-
deploymentName: z.ZodString;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
apiKey: string;
|
|
28
28
|
deploymentName: string;
|
|
@@ -94,9 +94,9 @@ declare const GPT_4oSchema: {
|
|
|
94
94
|
};
|
|
95
95
|
declare const GPT_4oOptions: z.ZodObject<{
|
|
96
96
|
apiKey: z.ZodString;
|
|
97
|
+
deploymentName: z.ZodString;
|
|
97
98
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
98
99
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
99
|
-
deploymentName: z.ZodString;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
101
|
apiKey: string;
|
|
102
102
|
deploymentName: string;
|
|
@@ -162,9 +162,9 @@ declare const GPT_4o_MiniSchema: {
|
|
|
162
162
|
};
|
|
163
163
|
declare const GPT_4o_MiniOptions: z.ZodObject<{
|
|
164
164
|
apiKey: z.ZodString;
|
|
165
|
+
deploymentName: z.ZodString;
|
|
165
166
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
166
167
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
167
|
-
deploymentName: z.ZodString;
|
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
|
169
169
|
apiKey: string;
|
|
170
170
|
deploymentName: string;
|
|
@@ -230,9 +230,9 @@ declare const GPT_4o_Mini_2024_07_18Schema: {
|
|
|
230
230
|
};
|
|
231
231
|
declare const GPT_4o_Mini_2024_07_18Options: z.ZodObject<{
|
|
232
232
|
apiKey: z.ZodString;
|
|
233
|
+
deploymentName: z.ZodString;
|
|
233
234
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
234
235
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
235
|
-
deploymentName: z.ZodString;
|
|
236
236
|
}, "strip", z.ZodTypeAny, {
|
|
237
237
|
apiKey: string;
|
|
238
238
|
deploymentName: string;
|
|
@@ -298,9 +298,9 @@ declare const GPT_4o_2024_08_06Schema: {
|
|
|
298
298
|
};
|
|
299
299
|
declare const GPT_4o_2024_08_06Options: z.ZodObject<{
|
|
300
300
|
apiKey: z.ZodString;
|
|
301
|
+
deploymentName: z.ZodString;
|
|
301
302
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
302
303
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
303
|
-
deploymentName: z.ZodString;
|
|
304
304
|
}, "strip", z.ZodTypeAny, {
|
|
305
305
|
apiKey: string;
|
|
306
306
|
deploymentName: string;
|
|
@@ -366,9 +366,9 @@ declare const GPT_4o_2024_05_13Schema: {
|
|
|
366
366
|
};
|
|
367
367
|
declare const GPT_4o_2024_05_13Options: z.ZodObject<{
|
|
368
368
|
apiKey: z.ZodString;
|
|
369
|
+
deploymentName: z.ZodString;
|
|
369
370
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
370
371
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
371
|
-
deploymentName: z.ZodString;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
373
|
apiKey: string;
|
|
374
374
|
deploymentName: string;
|
|
@@ -434,9 +434,9 @@ declare const GPT_4Schema: {
|
|
|
434
434
|
};
|
|
435
435
|
declare const GPT_4Options: z.ZodObject<{
|
|
436
436
|
apiKey: z.ZodString;
|
|
437
|
+
deploymentName: z.ZodString;
|
|
437
438
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
438
439
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
439
|
-
deploymentName: z.ZodString;
|
|
440
440
|
}, "strip", z.ZodTypeAny, {
|
|
441
441
|
apiKey: string;
|
|
442
442
|
deploymentName: string;
|
|
@@ -502,9 +502,9 @@ declare const GPT_4_Turbo_2024_04_09Schema: {
|
|
|
502
502
|
};
|
|
503
503
|
declare const GPT_4_Turbo_2024_04_09Options: z.ZodObject<{
|
|
504
504
|
apiKey: z.ZodString;
|
|
505
|
+
deploymentName: z.ZodString;
|
|
505
506
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
506
507
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
507
|
-
deploymentName: z.ZodString;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
509
|
apiKey: string;
|
|
510
510
|
deploymentName: string;
|
|
@@ -570,9 +570,9 @@ declare const GPT_4_1106_PreviewSchema: {
|
|
|
570
570
|
};
|
|
571
571
|
declare const GPT_4_1106_PreviewOptions: z.ZodObject<{
|
|
572
572
|
apiKey: z.ZodString;
|
|
573
|
+
deploymentName: z.ZodString;
|
|
573
574
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
574
575
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
575
|
-
deploymentName: z.ZodString;
|
|
576
576
|
}, "strip", z.ZodTypeAny, {
|
|
577
577
|
apiKey: string;
|
|
578
578
|
deploymentName: string;
|
|
@@ -638,9 +638,9 @@ declare const GPT_4_0613Schema: {
|
|
|
638
638
|
};
|
|
639
639
|
declare const GPT_4_0613Options: z.ZodObject<{
|
|
640
640
|
apiKey: z.ZodString;
|
|
641
|
+
deploymentName: z.ZodString;
|
|
641
642
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
642
643
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
643
|
-
deploymentName: z.ZodString;
|
|
644
644
|
}, "strip", z.ZodTypeAny, {
|
|
645
645
|
apiKey: string;
|
|
646
646
|
deploymentName: string;
|
|
@@ -706,9 +706,9 @@ declare const GPT_3_5_TurboSchema: {
|
|
|
706
706
|
};
|
|
707
707
|
declare const GPT_3_5_TurboOptions: z.ZodObject<{
|
|
708
708
|
apiKey: z.ZodString;
|
|
709
|
+
deploymentName: z.ZodString;
|
|
709
710
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
710
711
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
711
|
-
deploymentName: z.ZodString;
|
|
712
712
|
}, "strip", z.ZodTypeAny, {
|
|
713
713
|
apiKey: string;
|
|
714
714
|
deploymentName: string;
|
|
@@ -774,9 +774,9 @@ declare const GPT_3_5_Turbo_1106Schema: {
|
|
|
774
774
|
};
|
|
775
775
|
declare const GPT_3_5_Turbo_1106Options: z.ZodObject<{
|
|
776
776
|
apiKey: z.ZodString;
|
|
777
|
+
deploymentName: z.ZodString;
|
|
777
778
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
778
779
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
779
|
-
deploymentName: z.ZodString;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
781
|
apiKey: string;
|
|
782
782
|
deploymentName: string;
|
|
@@ -842,9 +842,9 @@ declare const GPT_3_5_Turbo_0125Schema: {
|
|
|
842
842
|
};
|
|
843
843
|
declare const GPT_3_5_Turbo_0125Options: z.ZodObject<{
|
|
844
844
|
apiKey: z.ZodString;
|
|
845
|
+
deploymentName: z.ZodString;
|
|
845
846
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
846
847
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
847
|
-
deploymentName: z.ZodString;
|
|
848
848
|
}, "strip", z.ZodTypeAny, {
|
|
849
849
|
apiKey: string;
|
|
850
850
|
deploymentName: string;
|
|
@@ -1089,4 +1089,4 @@ declare class Text_Embedding_3_Small extends BaseEmbeddingModelOpenAI {
|
|
|
1089
1089
|
constructor(options: Text_Embedding_3_SmallOptionsType);
|
|
1090
1090
|
}
|
|
1091
1091
|
|
|
1092
|
-
export { Azure, AzureEmbeddingModelOptions, type AzureEmbeddingModelOptionsType, BaseChatModelOpenAI, BaseEmbeddingModelOpenAI, GPT_3_5_Turbo, GPT_3_5_TurboLiteral, GPT_3_5_TurboOptions, type GPT_3_5_TurboOptionsType, GPT_3_5_TurboSchema, GPT_3_5_Turbo_0125, GPT_3_5_Turbo_0125Literal, GPT_3_5_Turbo_0125Options, type GPT_3_5_Turbo_0125OptionsType, GPT_3_5_Turbo_0125Schema, GPT_3_5_Turbo_1106, GPT_3_5_Turbo_1106Literal, GPT_3_5_Turbo_1106Options, type GPT_3_5_Turbo_1106OptionsType, GPT_3_5_Turbo_1106Schema, GPT_4, GPT_4Literal, GPT_4Options, type GPT_4OptionsType, GPT_4Schema, GPT_4_0613, GPT_4_0613Literal, GPT_4_0613Options, type GPT_4_0613OptionsType, GPT_4_0613Schema, GPT_4_1106_Preview, GPT_4_1106_PreviewLiteral, GPT_4_1106_PreviewOptions, type GPT_4_1106_PreviewOptionsType, GPT_4_1106_PreviewSchema, GPT_4_Turbo_2024_04_09, GPT_4_Turbo_2024_04_09Literal, GPT_4_Turbo_2024_04_09Options, type GPT_4_Turbo_2024_04_09OptionsType, GPT_4_Turbo_2024_04_09Schema, GPT_4o, GPT_4oLiteral, GPT_4oOptions, type GPT_4oOptionsType, GPT_4oSchema, GPT_4o_2024_05_13, GPT_4o_2024_05_13Literal, GPT_4o_2024_05_13Options, type GPT_4o_2024_05_13OptionsType, GPT_4o_2024_05_13Schema, GPT_4o_2024_08_06, GPT_4o_2024_08_06Literal, GPT_4o_2024_08_06Options, type GPT_4o_2024_08_06OptionsType, GPT_4o_2024_08_06Schema, GPT_4o_Mini, GPT_4o_MiniLiteral, GPT_4o_MiniOptions, type GPT_4o_MiniOptionsType, GPT_4o_MiniSchema, GPT_4o_Mini_2024_07_18, GPT_4o_Mini_2024_07_18Literal, GPT_4o_Mini_2024_07_18Options, type GPT_4o_Mini_2024_07_18OptionsType, GPT_4o_Mini_2024_07_18Schema, Text_Embedding_3_Large, Text_Embedding_3_LargeLiteral, Text_Embedding_3_LargeOptions, type Text_Embedding_3_LargeOptionsType, Text_Embedding_3_LargeSchema, Text_Embedding_3_Small, Text_Embedding_3_SmallLiteral, Text_Embedding_3_SmallOptions, type Text_Embedding_3_SmallOptionsType, Text_Embedding_3_SmallSchema, Text_Embedding_Ada_002, Text_Embedding_Ada_002Literal, Text_Embedding_Ada_002Options, type Text_Embedding_Ada_002OptionsType, Text_Embedding_Ada_002Schema };
|
|
1092
|
+
export { Azure, AzureChatModelOptions, type AzureChatModelOptionsType, AzureEmbeddingModelOptions, type AzureEmbeddingModelOptionsType, BaseChatModelOpenAI, BaseEmbeddingModelOpenAI, GPT_3_5_Turbo, GPT_3_5_TurboLiteral, GPT_3_5_TurboOptions, type GPT_3_5_TurboOptionsType, GPT_3_5_TurboSchema, GPT_3_5_Turbo_0125, GPT_3_5_Turbo_0125Literal, GPT_3_5_Turbo_0125Options, type GPT_3_5_Turbo_0125OptionsType, GPT_3_5_Turbo_0125Schema, GPT_3_5_Turbo_1106, GPT_3_5_Turbo_1106Literal, GPT_3_5_Turbo_1106Options, type GPT_3_5_Turbo_1106OptionsType, GPT_3_5_Turbo_1106Schema, GPT_4, GPT_4Literal, GPT_4Options, type GPT_4OptionsType, GPT_4Schema, GPT_4_0613, GPT_4_0613Literal, GPT_4_0613Options, type GPT_4_0613OptionsType, GPT_4_0613Schema, GPT_4_1106_Preview, GPT_4_1106_PreviewLiteral, GPT_4_1106_PreviewOptions, type GPT_4_1106_PreviewOptionsType, GPT_4_1106_PreviewSchema, GPT_4_Turbo_2024_04_09, GPT_4_Turbo_2024_04_09Literal, GPT_4_Turbo_2024_04_09Options, type GPT_4_Turbo_2024_04_09OptionsType, GPT_4_Turbo_2024_04_09Schema, GPT_4o, GPT_4oLiteral, GPT_4oOptions, type GPT_4oOptionsType, GPT_4oSchema, GPT_4o_2024_05_13, GPT_4o_2024_05_13Literal, GPT_4o_2024_05_13Options, type GPT_4o_2024_05_13OptionsType, GPT_4o_2024_05_13Schema, GPT_4o_2024_08_06, GPT_4o_2024_08_06Literal, GPT_4o_2024_08_06Options, type GPT_4o_2024_08_06OptionsType, GPT_4o_2024_08_06Schema, GPT_4o_Mini, GPT_4o_MiniLiteral, GPT_4o_MiniOptions, type GPT_4o_MiniOptionsType, GPT_4o_MiniSchema, GPT_4o_Mini_2024_07_18, GPT_4o_Mini_2024_07_18Literal, GPT_4o_Mini_2024_07_18Options, type GPT_4o_Mini_2024_07_18OptionsType, GPT_4o_Mini_2024_07_18Schema, Text_Embedding_3_Large, Text_Embedding_3_LargeLiteral, Text_Embedding_3_LargeOptions, type Text_Embedding_3_LargeOptionsType, Text_Embedding_3_LargeSchema, Text_Embedding_3_Small, Text_Embedding_3_SmallLiteral, Text_Embedding_3_SmallOptions, type Text_Embedding_3_SmallOptionsType, Text_Embedding_3_SmallSchema, Text_Embedding_Ada_002, Text_Embedding_Ada_002Literal, Text_Embedding_Ada_002Options, type Text_Embedding_Ada_002OptionsType, Text_Embedding_Ada_002Schema };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ProviderV1, ChatModelV1, ChatModelSchemaType, EmbeddingModelV1, EmbeddingModelSchemaType, HeadersType } from '@adaline/provider';
|
|
2
|
-
import { BaseChatModel, BaseEmbeddingModel } from '@adaline/openai';
|
|
3
2
|
import { z } from 'zod';
|
|
3
|
+
import { BaseChatModel, BaseEmbeddingModel } from '@adaline/openai';
|
|
4
4
|
|
|
5
5
|
declare class Azure<O extends Record<string, any> = Record<string, any>> implements ProviderV1<O> {
|
|
6
6
|
readonly version: "v1";
|
|
@@ -20,9 +20,9 @@ declare class Azure<O extends Record<string, any> = Record<string, any>> impleme
|
|
|
20
20
|
|
|
21
21
|
declare const AzureChatModelOptions: z.ZodObject<{
|
|
22
22
|
apiKey: z.ZodString;
|
|
23
|
+
deploymentName: z.ZodString;
|
|
23
24
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
24
25
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
25
|
-
deploymentName: z.ZodString;
|
|
26
26
|
}, "strip", z.ZodTypeAny, {
|
|
27
27
|
apiKey: string;
|
|
28
28
|
deploymentName: string;
|
|
@@ -94,9 +94,9 @@ declare const GPT_4oSchema: {
|
|
|
94
94
|
};
|
|
95
95
|
declare const GPT_4oOptions: z.ZodObject<{
|
|
96
96
|
apiKey: z.ZodString;
|
|
97
|
+
deploymentName: z.ZodString;
|
|
97
98
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
98
99
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
99
|
-
deploymentName: z.ZodString;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
101
|
apiKey: string;
|
|
102
102
|
deploymentName: string;
|
|
@@ -162,9 +162,9 @@ declare const GPT_4o_MiniSchema: {
|
|
|
162
162
|
};
|
|
163
163
|
declare const GPT_4o_MiniOptions: z.ZodObject<{
|
|
164
164
|
apiKey: z.ZodString;
|
|
165
|
+
deploymentName: z.ZodString;
|
|
165
166
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
166
167
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
167
|
-
deploymentName: z.ZodString;
|
|
168
168
|
}, "strip", z.ZodTypeAny, {
|
|
169
169
|
apiKey: string;
|
|
170
170
|
deploymentName: string;
|
|
@@ -230,9 +230,9 @@ declare const GPT_4o_Mini_2024_07_18Schema: {
|
|
|
230
230
|
};
|
|
231
231
|
declare const GPT_4o_Mini_2024_07_18Options: z.ZodObject<{
|
|
232
232
|
apiKey: z.ZodString;
|
|
233
|
+
deploymentName: z.ZodString;
|
|
233
234
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
234
235
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
235
|
-
deploymentName: z.ZodString;
|
|
236
236
|
}, "strip", z.ZodTypeAny, {
|
|
237
237
|
apiKey: string;
|
|
238
238
|
deploymentName: string;
|
|
@@ -298,9 +298,9 @@ declare const GPT_4o_2024_08_06Schema: {
|
|
|
298
298
|
};
|
|
299
299
|
declare const GPT_4o_2024_08_06Options: z.ZodObject<{
|
|
300
300
|
apiKey: z.ZodString;
|
|
301
|
+
deploymentName: z.ZodString;
|
|
301
302
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
302
303
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
303
|
-
deploymentName: z.ZodString;
|
|
304
304
|
}, "strip", z.ZodTypeAny, {
|
|
305
305
|
apiKey: string;
|
|
306
306
|
deploymentName: string;
|
|
@@ -366,9 +366,9 @@ declare const GPT_4o_2024_05_13Schema: {
|
|
|
366
366
|
};
|
|
367
367
|
declare const GPT_4o_2024_05_13Options: z.ZodObject<{
|
|
368
368
|
apiKey: z.ZodString;
|
|
369
|
+
deploymentName: z.ZodString;
|
|
369
370
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
370
371
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
371
|
-
deploymentName: z.ZodString;
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
373
|
apiKey: string;
|
|
374
374
|
deploymentName: string;
|
|
@@ -434,9 +434,9 @@ declare const GPT_4Schema: {
|
|
|
434
434
|
};
|
|
435
435
|
declare const GPT_4Options: z.ZodObject<{
|
|
436
436
|
apiKey: z.ZodString;
|
|
437
|
+
deploymentName: z.ZodString;
|
|
437
438
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
438
439
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
439
|
-
deploymentName: z.ZodString;
|
|
440
440
|
}, "strip", z.ZodTypeAny, {
|
|
441
441
|
apiKey: string;
|
|
442
442
|
deploymentName: string;
|
|
@@ -502,9 +502,9 @@ declare const GPT_4_Turbo_2024_04_09Schema: {
|
|
|
502
502
|
};
|
|
503
503
|
declare const GPT_4_Turbo_2024_04_09Options: z.ZodObject<{
|
|
504
504
|
apiKey: z.ZodString;
|
|
505
|
+
deploymentName: z.ZodString;
|
|
505
506
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
506
507
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
507
|
-
deploymentName: z.ZodString;
|
|
508
508
|
}, "strip", z.ZodTypeAny, {
|
|
509
509
|
apiKey: string;
|
|
510
510
|
deploymentName: string;
|
|
@@ -570,9 +570,9 @@ declare const GPT_4_1106_PreviewSchema: {
|
|
|
570
570
|
};
|
|
571
571
|
declare const GPT_4_1106_PreviewOptions: z.ZodObject<{
|
|
572
572
|
apiKey: z.ZodString;
|
|
573
|
+
deploymentName: z.ZodString;
|
|
573
574
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
574
575
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
575
|
-
deploymentName: z.ZodString;
|
|
576
576
|
}, "strip", z.ZodTypeAny, {
|
|
577
577
|
apiKey: string;
|
|
578
578
|
deploymentName: string;
|
|
@@ -638,9 +638,9 @@ declare const GPT_4_0613Schema: {
|
|
|
638
638
|
};
|
|
639
639
|
declare const GPT_4_0613Options: z.ZodObject<{
|
|
640
640
|
apiKey: z.ZodString;
|
|
641
|
+
deploymentName: z.ZodString;
|
|
641
642
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
642
643
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
643
|
-
deploymentName: z.ZodString;
|
|
644
644
|
}, "strip", z.ZodTypeAny, {
|
|
645
645
|
apiKey: string;
|
|
646
646
|
deploymentName: string;
|
|
@@ -706,9 +706,9 @@ declare const GPT_3_5_TurboSchema: {
|
|
|
706
706
|
};
|
|
707
707
|
declare const GPT_3_5_TurboOptions: z.ZodObject<{
|
|
708
708
|
apiKey: z.ZodString;
|
|
709
|
+
deploymentName: z.ZodString;
|
|
709
710
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
710
711
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
711
|
-
deploymentName: z.ZodString;
|
|
712
712
|
}, "strip", z.ZodTypeAny, {
|
|
713
713
|
apiKey: string;
|
|
714
714
|
deploymentName: string;
|
|
@@ -774,9 +774,9 @@ declare const GPT_3_5_Turbo_1106Schema: {
|
|
|
774
774
|
};
|
|
775
775
|
declare const GPT_3_5_Turbo_1106Options: z.ZodObject<{
|
|
776
776
|
apiKey: z.ZodString;
|
|
777
|
+
deploymentName: z.ZodString;
|
|
777
778
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
778
779
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
779
|
-
deploymentName: z.ZodString;
|
|
780
780
|
}, "strip", z.ZodTypeAny, {
|
|
781
781
|
apiKey: string;
|
|
782
782
|
deploymentName: string;
|
|
@@ -842,9 +842,9 @@ declare const GPT_3_5_Turbo_0125Schema: {
|
|
|
842
842
|
};
|
|
843
843
|
declare const GPT_3_5_Turbo_0125Options: z.ZodObject<{
|
|
844
844
|
apiKey: z.ZodString;
|
|
845
|
+
deploymentName: z.ZodString;
|
|
845
846
|
resourceName: z.ZodOptional<z.ZodString>;
|
|
846
847
|
baseUrl: z.ZodOptional<z.ZodString>;
|
|
847
|
-
deploymentName: z.ZodString;
|
|
848
848
|
}, "strip", z.ZodTypeAny, {
|
|
849
849
|
apiKey: string;
|
|
850
850
|
deploymentName: string;
|
|
@@ -1089,4 +1089,4 @@ declare class Text_Embedding_3_Small extends BaseEmbeddingModelOpenAI {
|
|
|
1089
1089
|
constructor(options: Text_Embedding_3_SmallOptionsType);
|
|
1090
1090
|
}
|
|
1091
1091
|
|
|
1092
|
-
export { Azure, AzureEmbeddingModelOptions, type AzureEmbeddingModelOptionsType, BaseChatModelOpenAI, BaseEmbeddingModelOpenAI, GPT_3_5_Turbo, GPT_3_5_TurboLiteral, GPT_3_5_TurboOptions, type GPT_3_5_TurboOptionsType, GPT_3_5_TurboSchema, GPT_3_5_Turbo_0125, GPT_3_5_Turbo_0125Literal, GPT_3_5_Turbo_0125Options, type GPT_3_5_Turbo_0125OptionsType, GPT_3_5_Turbo_0125Schema, GPT_3_5_Turbo_1106, GPT_3_5_Turbo_1106Literal, GPT_3_5_Turbo_1106Options, type GPT_3_5_Turbo_1106OptionsType, GPT_3_5_Turbo_1106Schema, GPT_4, GPT_4Literal, GPT_4Options, type GPT_4OptionsType, GPT_4Schema, GPT_4_0613, GPT_4_0613Literal, GPT_4_0613Options, type GPT_4_0613OptionsType, GPT_4_0613Schema, GPT_4_1106_Preview, GPT_4_1106_PreviewLiteral, GPT_4_1106_PreviewOptions, type GPT_4_1106_PreviewOptionsType, GPT_4_1106_PreviewSchema, GPT_4_Turbo_2024_04_09, GPT_4_Turbo_2024_04_09Literal, GPT_4_Turbo_2024_04_09Options, type GPT_4_Turbo_2024_04_09OptionsType, GPT_4_Turbo_2024_04_09Schema, GPT_4o, GPT_4oLiteral, GPT_4oOptions, type GPT_4oOptionsType, GPT_4oSchema, GPT_4o_2024_05_13, GPT_4o_2024_05_13Literal, GPT_4o_2024_05_13Options, type GPT_4o_2024_05_13OptionsType, GPT_4o_2024_05_13Schema, GPT_4o_2024_08_06, GPT_4o_2024_08_06Literal, GPT_4o_2024_08_06Options, type GPT_4o_2024_08_06OptionsType, GPT_4o_2024_08_06Schema, GPT_4o_Mini, GPT_4o_MiniLiteral, GPT_4o_MiniOptions, type GPT_4o_MiniOptionsType, GPT_4o_MiniSchema, GPT_4o_Mini_2024_07_18, GPT_4o_Mini_2024_07_18Literal, GPT_4o_Mini_2024_07_18Options, type GPT_4o_Mini_2024_07_18OptionsType, GPT_4o_Mini_2024_07_18Schema, Text_Embedding_3_Large, Text_Embedding_3_LargeLiteral, Text_Embedding_3_LargeOptions, type Text_Embedding_3_LargeOptionsType, Text_Embedding_3_LargeSchema, Text_Embedding_3_Small, Text_Embedding_3_SmallLiteral, Text_Embedding_3_SmallOptions, type Text_Embedding_3_SmallOptionsType, Text_Embedding_3_SmallSchema, Text_Embedding_Ada_002, Text_Embedding_Ada_002Literal, Text_Embedding_Ada_002Options, type Text_Embedding_Ada_002OptionsType, Text_Embedding_Ada_002Schema };
|
|
1092
|
+
export { Azure, AzureChatModelOptions, type AzureChatModelOptionsType, AzureEmbeddingModelOptions, type AzureEmbeddingModelOptionsType, BaseChatModelOpenAI, BaseEmbeddingModelOpenAI, GPT_3_5_Turbo, GPT_3_5_TurboLiteral, GPT_3_5_TurboOptions, type GPT_3_5_TurboOptionsType, GPT_3_5_TurboSchema, GPT_3_5_Turbo_0125, GPT_3_5_Turbo_0125Literal, GPT_3_5_Turbo_0125Options, type GPT_3_5_Turbo_0125OptionsType, GPT_3_5_Turbo_0125Schema, GPT_3_5_Turbo_1106, GPT_3_5_Turbo_1106Literal, GPT_3_5_Turbo_1106Options, type GPT_3_5_Turbo_1106OptionsType, GPT_3_5_Turbo_1106Schema, GPT_4, GPT_4Literal, GPT_4Options, type GPT_4OptionsType, GPT_4Schema, GPT_4_0613, GPT_4_0613Literal, GPT_4_0613Options, type GPT_4_0613OptionsType, GPT_4_0613Schema, GPT_4_1106_Preview, GPT_4_1106_PreviewLiteral, GPT_4_1106_PreviewOptions, type GPT_4_1106_PreviewOptionsType, GPT_4_1106_PreviewSchema, GPT_4_Turbo_2024_04_09, GPT_4_Turbo_2024_04_09Literal, GPT_4_Turbo_2024_04_09Options, type GPT_4_Turbo_2024_04_09OptionsType, GPT_4_Turbo_2024_04_09Schema, GPT_4o, GPT_4oLiteral, GPT_4oOptions, type GPT_4oOptionsType, GPT_4oSchema, GPT_4o_2024_05_13, GPT_4o_2024_05_13Literal, GPT_4o_2024_05_13Options, type GPT_4o_2024_05_13OptionsType, GPT_4o_2024_05_13Schema, GPT_4o_2024_08_06, GPT_4o_2024_08_06Literal, GPT_4o_2024_08_06Options, type GPT_4o_2024_08_06OptionsType, GPT_4o_2024_08_06Schema, GPT_4o_Mini, GPT_4o_MiniLiteral, GPT_4o_MiniOptions, type GPT_4o_MiniOptionsType, GPT_4o_MiniSchema, GPT_4o_Mini_2024_07_18, GPT_4o_Mini_2024_07_18Literal, GPT_4o_Mini_2024_07_18Options, type GPT_4o_Mini_2024_07_18OptionsType, GPT_4o_Mini_2024_07_18Schema, Text_Embedding_3_Large, Text_Embedding_3_LargeLiteral, Text_Embedding_3_LargeOptions, type Text_Embedding_3_LargeOptionsType, Text_Embedding_3_LargeSchema, Text_Embedding_3_Small, Text_Embedding_3_SmallLiteral, Text_Embedding_3_SmallOptions, type Text_Embedding_3_SmallOptionsType, Text_Embedding_3_SmallSchema, Text_Embedding_Ada_002, Text_Embedding_Ada_002Literal, Text_Embedding_Ada_002Options, type Text_Embedding_Ada_002OptionsType, Text_Embedding_Ada_002Schema };
|