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
|`model`|*str*|:heavy_check_mark:| ID of the model to use. | mistral-embed |
9
-
|`inputs`|[models.EmbeddingRequestInputs](../models/embeddingrequestinputs.md)|:heavy_check_mark:| Text to embed. |[<br/>"Embed this sentence.",<br/>"As well as this one."<br/>]|
9
+
|`inputs`|[models.EmbeddingRequestInputs](../models/embeddingrequestinputs.md)|:heavy_check_mark:| Text to embed. |[<br/>"Embed this sentence.",<br/>"As well as this one."<br/>]|
10
+
|`output_dimension`|*OptionalNullable[int]*|:heavy_minus_sign:| The dimension of the output embeddings. ||
|`model`|*str*|:heavy_check_mark:| ID of the model to use. | mistral-embed |
42
42
|`inputs`|[models.EmbeddingRequestInputs](../../models/embeddingrequestinputs.md)|:heavy_check_mark:| Text to embed. |[<br/>"Embed this sentence.",<br/>"As well as this one."<br/>]|
43
+
|`output_dimension`|*OptionalNullable[int]*|:heavy_minus_sign:| The dimension of the output embeddings. ||
|`retries`|[Optional[utils.RetryConfig]](../../models/utils/retryconfig.md)|:heavy_minus_sign:| Configuration to override the default retry behavior of the client. ||
0 commit comments