Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions en/use-dify/workspace/model-providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Only workspace admins and owners can configure model providers. The process is c
<Step title="Add credentials">
Enter your API key and any additional configuration required by the provider.
</Step>

<Step title="Test and save">
Dify validates your credentials before making the provider available to your workspace.
</Step>
Expand Down Expand Up @@ -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.

</Tab>

<Tab title="Anthropic">
Expand Down Expand Up @@ -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.
**Rate Limits**: Upgrade provider account, implement request queuing, consider custom providers for higher limits.