diff --git a/en/use-dify/workspace/model-providers.mdx b/en/use-dify/workspace/model-providers.mdx
index 660ed0f24..af80349ab 100644
--- a/en/use-dify/workspace/model-providers.mdx
+++ b/en/use-dify/workspace/model-providers.mdx
@@ -29,7 +29,7 @@ Only workspace admins and owners can configure model providers. The process is c
Enter your API key and any additional configuration required by the provider.
-
+
Dify validates your credentials before making the provider available to your workspace.
@@ -64,6 +64,9 @@ Only workspace admins and owners can configure model providers. The process is c
**Optional**: Custom base URL for Azure OpenAI or proxies, Organization ID for organization-scoped usage
**Available Models**: GPT-4, GPT-3.5-turbo, DALL-E, Whisper, Text embeddings
+
+ **OpenAI-compatible gateways**: If your organization routes model calls through a gateway, configure the gateway's base URL and key here. For example, Tuning Engines uses `https://api.tuningengines.com/v1` as the base URL, a tenant-scoped inference key as the API key, and model names that match the aliases enabled in Tuning Engines.
+
@@ -222,4 +225,4 @@ API keys are stored securely but grant workspace-wide model access. Only give ad
**Model Not Available**: Check provider configuration includes the model, verify API key tier access, refresh provider settings.
-**Rate Limits**: Upgrade provider account, implement request queuing, consider custom providers for higher limits.
\ No newline at end of file
+**Rate Limits**: Upgrade provider account, implement request queuing, consider custom providers for higher limits.