@adaline/groq 0.15.0 → 0.16.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 +9 -0
- package/dist/index.d.ts +9 -0
- package/package.json +6 -6
package/dist/index.d.mts
CHANGED
|
@@ -69,6 +69,7 @@ declare const Gemma2_9b_ITSchema: {
|
|
|
69
69
|
}>;
|
|
70
70
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
71
71
|
};
|
|
72
|
+
maxReasoningTokens?: number | undefined;
|
|
72
73
|
};
|
|
73
74
|
declare const Gemma2_9b_ITOptions: z.ZodObject<{
|
|
74
75
|
modelName: z.ZodString;
|
|
@@ -131,6 +132,7 @@ declare const Llama_3_1_8bSchema: {
|
|
|
131
132
|
}>;
|
|
132
133
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
133
134
|
};
|
|
135
|
+
maxReasoningTokens?: number | undefined;
|
|
134
136
|
};
|
|
135
137
|
declare const Llama_3_1_8b_Options: z.ZodObject<{
|
|
136
138
|
modelName: z.ZodString;
|
|
@@ -193,6 +195,7 @@ declare const Llama_3_2_11b_VisionSchema: {
|
|
|
193
195
|
}>;
|
|
194
196
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
195
197
|
};
|
|
198
|
+
maxReasoningTokens?: number | undefined;
|
|
196
199
|
};
|
|
197
200
|
declare const Llama_3_2_11b_VisionOptions: z.ZodObject<{
|
|
198
201
|
modelName: z.ZodString;
|
|
@@ -255,6 +258,7 @@ declare const Llama_3_2_1bSchema: {
|
|
|
255
258
|
}>;
|
|
256
259
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
257
260
|
};
|
|
261
|
+
maxReasoningTokens?: number | undefined;
|
|
258
262
|
};
|
|
259
263
|
declare const Llama_3_2_1b_Options: z.ZodObject<{
|
|
260
264
|
modelName: z.ZodString;
|
|
@@ -317,6 +321,7 @@ declare const Llama_3_2_3bSchema: {
|
|
|
317
321
|
}>;
|
|
318
322
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
319
323
|
};
|
|
324
|
+
maxReasoningTokens?: number | undefined;
|
|
320
325
|
};
|
|
321
326
|
declare const Llama_3_2_3b_Options: z.ZodObject<{
|
|
322
327
|
modelName: z.ZodString;
|
|
@@ -379,6 +384,7 @@ declare const Llama_3_2_90b_VisionSchema: {
|
|
|
379
384
|
}>;
|
|
380
385
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
381
386
|
};
|
|
387
|
+
maxReasoningTokens?: number | undefined;
|
|
382
388
|
};
|
|
383
389
|
declare const Llama_3_2_90b_VisionOptions: z.ZodObject<{
|
|
384
390
|
modelName: z.ZodString;
|
|
@@ -441,6 +447,7 @@ declare const Llama_3_70bSchema: {
|
|
|
441
447
|
}>;
|
|
442
448
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
443
449
|
};
|
|
450
|
+
maxReasoningTokens?: number | undefined;
|
|
444
451
|
};
|
|
445
452
|
declare const Llama_3_70bOptions: z.ZodObject<{
|
|
446
453
|
modelName: z.ZodString;
|
|
@@ -503,6 +510,7 @@ declare const Llama_3_8bSchema: {
|
|
|
503
510
|
}>;
|
|
504
511
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
505
512
|
};
|
|
513
|
+
maxReasoningTokens?: number | undefined;
|
|
506
514
|
};
|
|
507
515
|
declare const Llama_3_8bOptions: z.ZodObject<{
|
|
508
516
|
modelName: z.ZodString;
|
|
@@ -565,6 +573,7 @@ declare const LlamaGuard_3_8bSchema: {
|
|
|
565
573
|
}>;
|
|
566
574
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
567
575
|
};
|
|
576
|
+
maxReasoningTokens?: number | undefined;
|
|
568
577
|
};
|
|
569
578
|
declare const LlamaGuard_3_8bOptions: z.ZodObject<{
|
|
570
579
|
modelName: z.ZodString;
|
package/dist/index.d.ts
CHANGED
|
@@ -69,6 +69,7 @@ declare const Gemma2_9b_ITSchema: {
|
|
|
69
69
|
}>;
|
|
70
70
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
71
71
|
};
|
|
72
|
+
maxReasoningTokens?: number | undefined;
|
|
72
73
|
};
|
|
73
74
|
declare const Gemma2_9b_ITOptions: z.ZodObject<{
|
|
74
75
|
modelName: z.ZodString;
|
|
@@ -131,6 +132,7 @@ declare const Llama_3_1_8bSchema: {
|
|
|
131
132
|
}>;
|
|
132
133
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
133
134
|
};
|
|
135
|
+
maxReasoningTokens?: number | undefined;
|
|
134
136
|
};
|
|
135
137
|
declare const Llama_3_1_8b_Options: z.ZodObject<{
|
|
136
138
|
modelName: z.ZodString;
|
|
@@ -193,6 +195,7 @@ declare const Llama_3_2_11b_VisionSchema: {
|
|
|
193
195
|
}>;
|
|
194
196
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
195
197
|
};
|
|
198
|
+
maxReasoningTokens?: number | undefined;
|
|
196
199
|
};
|
|
197
200
|
declare const Llama_3_2_11b_VisionOptions: z.ZodObject<{
|
|
198
201
|
modelName: z.ZodString;
|
|
@@ -255,6 +258,7 @@ declare const Llama_3_2_1bSchema: {
|
|
|
255
258
|
}>;
|
|
256
259
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
257
260
|
};
|
|
261
|
+
maxReasoningTokens?: number | undefined;
|
|
258
262
|
};
|
|
259
263
|
declare const Llama_3_2_1b_Options: z.ZodObject<{
|
|
260
264
|
modelName: z.ZodString;
|
|
@@ -317,6 +321,7 @@ declare const Llama_3_2_3bSchema: {
|
|
|
317
321
|
}>;
|
|
318
322
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
319
323
|
};
|
|
324
|
+
maxReasoningTokens?: number | undefined;
|
|
320
325
|
};
|
|
321
326
|
declare const Llama_3_2_3b_Options: z.ZodObject<{
|
|
322
327
|
modelName: z.ZodString;
|
|
@@ -379,6 +384,7 @@ declare const Llama_3_2_90b_VisionSchema: {
|
|
|
379
384
|
}>;
|
|
380
385
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
381
386
|
};
|
|
387
|
+
maxReasoningTokens?: number | undefined;
|
|
382
388
|
};
|
|
383
389
|
declare const Llama_3_2_90b_VisionOptions: z.ZodObject<{
|
|
384
390
|
modelName: z.ZodString;
|
|
@@ -441,6 +447,7 @@ declare const Llama_3_70bSchema: {
|
|
|
441
447
|
}>;
|
|
442
448
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
443
449
|
};
|
|
450
|
+
maxReasoningTokens?: number | undefined;
|
|
444
451
|
};
|
|
445
452
|
declare const Llama_3_70bOptions: z.ZodObject<{
|
|
446
453
|
modelName: z.ZodString;
|
|
@@ -503,6 +510,7 @@ declare const Llama_3_8bSchema: {
|
|
|
503
510
|
}>;
|
|
504
511
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
505
512
|
};
|
|
513
|
+
maxReasoningTokens?: number | undefined;
|
|
506
514
|
};
|
|
507
515
|
declare const Llama_3_8bOptions: z.ZodObject<{
|
|
508
516
|
modelName: z.ZodString;
|
|
@@ -565,6 +573,7 @@ declare const LlamaGuard_3_8bSchema: {
|
|
|
565
573
|
}>;
|
|
566
574
|
schema: z.ZodObject<z.ZodRawShape, z.UnknownKeysParam, z.ZodTypeAny, unknown, unknown>;
|
|
567
575
|
};
|
|
576
|
+
maxReasoningTokens?: number | undefined;
|
|
568
577
|
};
|
|
569
578
|
declare const LlamaGuard_3_8bOptions: z.ZodObject<{
|
|
570
579
|
modelName: z.ZodString;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adaline/groq",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.16.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"private": false,
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
],
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"zod": "^3.23.8",
|
|
49
|
-
"@adaline/provider": "0.
|
|
50
|
-
"@adaline/types": "0.
|
|
51
|
-
"@adaline/openai": "0.
|
|
49
|
+
"@adaline/provider": "0.24.0",
|
|
50
|
+
"@adaline/types": "0.22.0",
|
|
51
|
+
"@adaline/openai": "0.30.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@adaline/tsconfig": "0.11.0",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"lint": "eslint . --ext js,jsx,ts,tsx",
|
|
61
61
|
"format": "prettier --write .",
|
|
62
62
|
"post": "npm publish --access public",
|
|
63
|
-
"test": "
|
|
64
|
-
"test:watch": "
|
|
63
|
+
"test": "vitest run",
|
|
64
|
+
"test:watch": "vitest watch"
|
|
65
65
|
}
|
|
66
66
|
}
|