mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-03-27 13:28:32 +07:00
31 lines
1.5 KiB
Plaintext
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`.
|
|
|
|

|
|
|
|
The API key is the API Key set in step 2. Model Name and Model Version can be found on the model details page:
|
|
|
|

|
|
|
|
{/*
|
|
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)
|
|
|