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
|[ContentFilterError](#contentfiltererror)| The API call fails when the prompt triggers a content filter as configured. Modify the prompt and try again. |
137
-
|[CreateEmbeddingRequest](#createembeddingrequest)| Request for creating embeddings |
138
-
|[CreateEmbeddingResponse](#createembeddingresponse)| Response from an embeddings request |
139
-
|[Detail](#detail)| Details of the errors |
137
+
|[CreateEmbeddingRequest](#createembeddingrequest)| Request for creating embeddings.|
138
+
|[CreateEmbeddingResponse](#createembeddingresponse)| Response from an embeddings request.|
139
+
|[Detail](#detail)| Details of the errors.|
140
140
|[Embedding](#embedding)| Represents the embedding object generated. |
141
141
|[EmbeddingEncodingFormat](#embeddingencodingformat)| The format to return the embeddings in. Either base64, float, int8, uint8, binary, or ubinary. Returns a 422 error if the model doesn't support the value or parameter. |
142
142
|[EmbeddingInputType](#embeddinginputtype)| The type of the input. Either `text`, `query`, or `document`. Returns a 422 error if the model doesn't support the value or parameter. |
143
143
|[EmbeddingObject](#embeddingobject)| The object type, which is always "embedding". |
144
144
|[ListObject](#listobject)| The object type, which is always "list". |
145
-
|[NotFoundError](#notfounderror)||
146
-
|[TooManyRequestsError](#toomanyrequestserror)||
147
-
|[UnauthorizedError](#unauthorizederror)||
145
+
|[NotFoundError](#notfounderror)|The route is not valid for the deployed model.|
146
+
|[TooManyRequestsError](#toomanyrequestserror)|You have hit your assigned rate limit and your request need to be paced.|
147
+
|[UnauthorizedError](#unauthorizederror)|Authentication is missing or invalid.|
148
148
|[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. |
149
149
|[Usage](#usage)| The usage information for the request. |
150
150
151
151
### ContentFilterError
152
152
153
+
The API call fails when the prompt triggers a content filter as configured. Modify the prompt and try again.
| input | True | string[]| Input text to embed, encoded as a string or array of tokens. To embed multiple inputs in a single request, pass an array of strings or array of token arrays. |
0 commit comments