Whatever message this page gives is out now! Go check it out!

Azure OpenAI embedding model configuration options

Last update:
May 18, 2026
Field
Description
Provider
Azure OpenAI. The selected embedding model provider for this configuration.
API key
Required. Key for your Azure OpenAI resource (from the Azure portal or your secret store). Stored keys must be protected.
Deployment name
Required. Name of the embedding deployment in Azure OpenAI (Azure AI Foundry / Studio). Must match a deployment that uses an embedding-capable model.
Base URL
Required. Endpoint URL for the Azure OpenAI resource, typically https://<resource-name>.openai.azure.com/ (or the path your gateway uses).
Dimension
Optional. Output embedding size when the deployed model supports configurable dimensions. Leave blank to use the deployment default.
Max retries
Optional. Retries for failed requests. Default is often 3 when not set.
Timeout (ms)
Optional. Request timeout in milliseconds. Default is often 60000 when not set.
Log API requests
When enabled, logs request details; embedding inputs may be sensitive—use short-term for troubleshooting only.
Log API responses
When enabled, logs response details; disable when finished debugging.
---

Mistral AI

Field
Description
Provider
Mistral. The selected embedding model provider for this configuration.
API key
Required. API key from the Mistral AI console (or your secret store). Stored keys must be protected.
Model name
Required. Mistral embedding model id (for example mistral-embed). Use the exact id your API version supports.
Base URL
Optional. Overrides the default Mistral API base URL. Leave blank for the standard endpoint unless you use a proxy or custom gateway.
Max retries
Optional. Retries for failed requests. Default is often 3 when not set.
Timeout (ms)
Optional. Request timeout in milliseconds. Default is often 60000 when not set.
Log API requests
When enabled, logs request details; disable after debugging.
Log API responses
When enabled, logs response details; disable after debugging.
---

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page