We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d211401 commit 31b9659Copy full SHA for 31b9659
1 file changed
plugins/groq/src/index.ts
@@ -30,6 +30,11 @@ import {
30
qwenqwqx32b,
31
allam2x7b,
32
deepseekR1DistillLlamax70b,
33
+ gptOssx20b,
34
+ gptOssx120b,
35
+ gptOssSafeguardx20b,
36
+ qwen36x27b,
37
+ qwen3x32b,
38
SUPPORTED_GROQ_MODELS,
39
} from './groq_models';
40
import { Genkit } from 'genkit';
@@ -49,6 +54,11 @@ export {
49
54
50
55
51
56
57
58
59
60
61
52
62
};
53
63
64
// Define the PluginOptions interface for customization of the Groq plugin.
0 commit comments