Skip to content

Commit edca50b

Browse files
authored
Update reference-model-inference-embeddings.md
1 parent aa7fd90 commit edca50b

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
@@ -162,8 +162,6 @@ The API call fails when the prompt triggers a content filter as configured. Modi
162162

163163
### CreateEmbeddingRequest
164164

165-
Response from an embeddings request.
166-
167165
Request for creating embeddings.
168166

169167
| Name | Required | Type | Description |
@@ -175,6 +173,8 @@ Request for creating embeddings.
175173

176174
### CreateEmbeddingResponse
177175

176+
Response from an embeddings request.
177+
178178
| Name | Type | Description |
179179
| --- | --- | --- |
180180
| data | [Embedding](#embedding)\[\] | The list of embeddings generated by the model. |
@@ -184,6 +184,7 @@ Request for creating embeddings.
184184

185185
### Detail
186186

187+
Details for the [UnprocessableContentError](#UnprocessableContentError) error.
187188

188189
| Name | Type | Description |
189190
| --- | --- | --- |

0 commit comments

Comments
 (0)