Files
dify-docs/en/development/models-integration/replicate.mdx
2025-07-16 16:42:34 +08:00

31 lines
1.5 KiB
Plaintext

---
title: Integrate Open Source Models from Replicate
---
Dify supports accessing [Language models](https://replicate.com/collections/language-models) and [Embedding models](https://replicate.com/collections/embedding-models) on Replicate. Language models correspond to Dify's reasoning model, and Embedding models correspond to Dify's Embedding model.
Specific steps are as follows:
1. You need to have a Replicate account ([registered address](https://replicate.com/signin?next=/docs)).
2. Get API Key ([get address](https://replicate.com/signin?next=/docs)).
3. Pick a model. Select the model under [Language models](https://replicate.com/collections/language-models) and [Embedding models](https://replicate.com/collections/embedding-models) .
4. Add models in Dify's `Settings > Model Provider > Replicate`.
![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/b11aa84eb58e4457b47696f077389e37.png)
The API key is the API Key set in step 2. Model Name and Model Version can be found on the model details page:
![](https://assets-docs.dify.ai/dify-enterprise-mintlify/en/development/models-integration/95e2ad371c82ef7ef641192f2bf1a1f8.png)
{/*
Contributing Section
DO NOT edit this section!
It will be automatically generated by the script.
*/}
---
[Edit this page](https://github.com/langgenius/dify-docs/edit/main/en/development/models-integration/replicate.mdx) | [Report an issue](https://github.com/langgenius/dify-docs/issues/new?template=docs.yml)