You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config.md
+4-7Lines changed: 4 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,11 +149,13 @@ The following terms are used in this section:
149
149
150
150
-**inputTypes**_array of string_, OPTIONAL
151
151
152
-
Input types that the model supports, such as "text", "image", "audio", "video", etc.
152
+
An array of strings specifying the data types that the model can accept as input.
153
+
The allowed values are: "text", "image", "audio", "video", or "embedding". For input types that are not explicitly defined, the value "other" value should be used.
153
154
154
155
-**outputTypes**_array of string_, OPTIONAL
155
156
156
-
Output types that the model supports, such as "text", "image", "audio", "video", etc.
157
+
An array of strings specifying the data types that the model can produce as output.
158
+
The allowed values are: "text", "image", "audio", "video", or "embedding". For output types that are not explicitly defined, the value "other" value should be used.
157
159
158
160
-**knowledgeCutoff**_string_, OPTIONAL
159
161
@@ -167,10 +169,6 @@ The following terms are used in this section:
167
169
168
170
Whether the model can use external tools or APIs to perform tasks.
169
171
170
-
-**embedding**_boolean_, OPTIONAL
171
-
172
-
Whether the model can perform embedding tasks.
173
-
174
172
-**reward**_boolean_, OPTIONAL
175
173
176
174
Whether the model is a reward model.
@@ -220,7 +218,6 @@ Here is an example model artifact configuration JSON document:
0 commit comments