Skip to content

Commit 30576cb

Browse files
committed
Adds InferenceEndpointInfoGroq.
1 parent eb6ebb2 commit 30576cb

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

specification/inference/_types/Services.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ import {
3636
TaskTypeELSER,
3737
TaskTypeGoogleAIStudio,
3838
TaskTypeGoogleVertexAI,
39+
TaskTypeGroq,
3940
TaskTypeHuggingFace,
4041
TaskTypeJinaAi,
4142
TaskTypeLlama,
@@ -248,6 +249,17 @@ export class InferenceEndpointInfoGoogleVertexAI extends InferenceEndpoint {
248249
task_type: TaskTypeGoogleVertexAI
249250
}
250251

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+
251263
export class InferenceEndpointInfoHuggingFace extends InferenceEndpoint {
252264
/**
253265
* The inference Id

0 commit comments

Comments
 (0)