Skip to content

Commit 75a42ad

Browse files
authored
Update reference-model-inference-embeddings.md
1 parent e17444e commit 75a42ad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/ai-studio/reference/reference-model-inference-embeddings.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Status code: 200
137137
| [NotFoundError](#notfounderror) | |
138138
| [TooManyRequestsError](#toomanyrequestserror) | |
139139
| [UnauthorizedError](#unauthorizederror) | |
140-
| [UnprocessableContentError](#unprocessablecontenterror) | |
140+
| [UnprocessableContentError](#unprocessablecontenterror) | The request contains unprocessable content. The error is returned when the payload indicated is valid according to this specification. However, some of the instructions indicated in the payload are not supported by the underlying model. Use the `details` section to understand the offending parameter. |
141141
| [Usage](#usage) | The usage information for the request. |
142142

143143
### ContentFilterError
@@ -256,6 +256,7 @@ The object type, which is always "list".
256256

257257
### UnprocessableContentError
258258

259+
The request contains unprocessable content. The error is returned when the payload indicated is valid according to this specification. However, some of the instructions indicated in the payload are not supported by the underlying model. Use the `details` section to understand the offending parameter.
259260

260261
| Name | Type | Description |
261262
| --- | --- | --- |
@@ -273,4 +274,4 @@ The usage information for the request.
273274
| Name | Type | Description |
274275
| -------------- | ------- | ----------------------------------------------- |
275276
| prompt\_tokens | integer | The number of tokens used by the prompt. |
276-
| total\_tokens | integer | The total number of tokens used by the request. |
277+
| total\_tokens | integer | The total number of tokens used by the request. |

0 commit comments

Comments
 (0)