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 eb6ebb2 commit 30576cbCopy full SHA for 30576cb
specification/inference/_types/Services.ts
@@ -36,6 +36,7 @@ import {
36
TaskTypeELSER,
37
TaskTypeGoogleAIStudio,
38
TaskTypeGoogleVertexAI,
39
+ TaskTypeGroq,
40
TaskTypeHuggingFace,
41
TaskTypeJinaAi,
42
TaskTypeLlama,
@@ -248,6 +249,17 @@ export class InferenceEndpointInfoGoogleVertexAI extends InferenceEndpoint {
248
249
task_type: TaskTypeGoogleVertexAI
250
}
251
252
+export class InferenceEndpointInfoGroq extends InferenceEndpoint {
253
+ /**
254
+ * The inference Id
255
+ */
256
+ inference_id: string
257
258
+ * The task type
259
260
+ task_type: TaskTypeGroq
261
+}
262
+
263
export class InferenceEndpointInfoHuggingFace extends InferenceEndpoint {
264
/**
265
* The inference Id
0 commit comments