@crewdle/web-sdk-types 1.0.52 → 1.0.53
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.
|
@@ -63,6 +63,30 @@ export interface IGenerativeAIInferenceCreateJobParameters extends IGenerativeAI
|
|
|
63
63
|
* The max tokens for the inference.
|
|
64
64
|
*/
|
|
65
65
|
maxTokens?: number;
|
|
66
|
+
/**
|
|
67
|
+
* The voice for the inference.
|
|
68
|
+
*/
|
|
69
|
+
voice?: string;
|
|
70
|
+
/**
|
|
71
|
+
* The language for the inference.
|
|
72
|
+
*/
|
|
73
|
+
language?: string;
|
|
74
|
+
/**
|
|
75
|
+
* The response format for the inference.
|
|
76
|
+
*/
|
|
77
|
+
responseFormat?: string;
|
|
78
|
+
/**
|
|
79
|
+
* The timestamp granularities for the inference.
|
|
80
|
+
*/
|
|
81
|
+
timestampGranularities?: string;
|
|
82
|
+
/**
|
|
83
|
+
* The duration for the inference.
|
|
84
|
+
*/
|
|
85
|
+
duration?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The ratio for the inference.
|
|
88
|
+
*/
|
|
89
|
+
ratio?: string;
|
|
66
90
|
/**
|
|
67
91
|
* tools for the AI job.
|
|
68
92
|
*/
|
|
@@ -58,6 +58,30 @@ export interface IGenerativeAIInferenceJob extends IGenerativeAIJob {
|
|
|
58
58
|
* The max tokens for the inference.
|
|
59
59
|
*/
|
|
60
60
|
maxTokens?: number;
|
|
61
|
+
/**
|
|
62
|
+
* The voice for the inference.
|
|
63
|
+
*/
|
|
64
|
+
voice?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The language for the inference.
|
|
67
|
+
*/
|
|
68
|
+
language?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The response format for the inference.
|
|
71
|
+
*/
|
|
72
|
+
responseFormat?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The timestamp granularities for the inference.
|
|
75
|
+
*/
|
|
76
|
+
timestampGranularities?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The duration for the inference.
|
|
79
|
+
*/
|
|
80
|
+
duration?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The ratio for the inference.
|
|
83
|
+
*/
|
|
84
|
+
ratio?: string;
|
|
61
85
|
/**
|
|
62
86
|
* tools for the AI job.
|
|
63
87
|
*/
|
|
@@ -62,6 +62,30 @@ export interface IGenerativeAIInferenceWorkerParameters extends IGenerativeAIWor
|
|
|
62
62
|
* The max tokens for the inference.
|
|
63
63
|
*/
|
|
64
64
|
maxTokens?: number;
|
|
65
|
+
/**
|
|
66
|
+
* The voice for the inference.
|
|
67
|
+
*/
|
|
68
|
+
voice?: string;
|
|
69
|
+
/**
|
|
70
|
+
* The language for the inference.
|
|
71
|
+
*/
|
|
72
|
+
language?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The response format for the inference.
|
|
75
|
+
*/
|
|
76
|
+
responseFormat?: string;
|
|
77
|
+
/**
|
|
78
|
+
* The timestamp granularities for the inference.
|
|
79
|
+
*/
|
|
80
|
+
timestampGranularities?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The duration for the inference.
|
|
83
|
+
*/
|
|
84
|
+
duration?: string;
|
|
85
|
+
/**
|
|
86
|
+
* The ratio for the inference.
|
|
87
|
+
*/
|
|
88
|
+
ratio?: string;
|
|
65
89
|
/**
|
|
66
90
|
* tools for the AI job.
|
|
67
91
|
*/
|