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 db98894 commit 6708447Copy full SHA for 6708447
services/model-serving/v1/model-serving.json
@@ -125,11 +125,11 @@
125
"format": "int32",
126
"type": "integer",
127
"x-enum-varnames": [
128
- "1Bit",
129
- "2Bits",
130
- "4Bits",
131
- "8Bits",
132
- "16Bits"
+ "ONE_BIT",
+ "TWO_BITS",
+ "FOUR_BITS",
+ "EIGHT_BITS",
+ "SIXTEEN_BITS"
133
]
134
},
135
"category": {
@@ -498,7 +498,9 @@
498
"type": {
499
"enum": [
500
"chat",
501
- "embedding"
+ "embedding",
502
+ "audio",
503
+ "image"
504
],
505
"type": "string"
506
0 commit comments