GITBOOK-48: Chenhe's Jan 26 changes
parent
95e140ce47
commit
10593d471b
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
* [Welcome to Dify!](README.md)
|
||||
* [Technical Spec](getting-started/readme/specifications-and-technical-features.md)
|
||||
* [Model Providers](getting-started/readme/model-providers.md)
|
||||
* [Using Dify Cloud](getting-started/cloud.md)
|
||||
* [Install (Self hosted)](getting-started/install-self-hosted/README.md)
|
||||
* [Docker Compose Deployment](getting-started/install-self-hosted/docker-compose.md)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
# Model Providers
|
||||
|
||||
Dify supports the below model providers out-of-box:
|
||||
|
||||
<table data-full-width="false"><thead><tr><th align="center">Provider</th><th align="center">LLM</th><th align="center">Embedding</th><th align="center">Rerank</th></tr></thead><tbody><tr><td align="center">OpenAI</td><td align="center">✔️ (🛠️) (👓)</td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">Anthropic</td><td align="center">✔️</td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Azure OpenAI</td><td align="center">✔️ (🛠️) (👓)</td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">Google</td><td align="center">✔️ (👓)</td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Cohere</td><td align="center">✔️</td><td align="center">✔️</td><td align="center">✔️</td></tr><tr><td align="center">Bedrock</td><td align="center">✔️</td><td align="center"></td><td align="center"></td></tr><tr><td align="center">together.ai</td><td align="center">✔️</td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Ollama</td><td align="center">✔️</td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">Replicate</td><td align="center">✔️</td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">Hugging Face</td><td align="center">✔️</td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">Zhipu AI</td><td align="center">✔️ (🛠️) </td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">Baichuan</td><td align="center">✔️</td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">Spark</td><td align="center">✔️</td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Minimax</td><td align="center">✔️ (🛠️) </td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">Tongyi</td><td align="center">✔️</td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Wenxin</td><td align="center">✔️ </td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Jina</td><td align="center"></td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">ChatGLM</td><td align="center">✔️ (🛠️) (👓)</td><td align="center"></td><td align="center"></td></tr><tr><td align="center">Xinference</td><td align="center">✔️ (🛠️) (👓)</td><td align="center">✔️</td><td align="center">✔️</td></tr><tr><td align="center">OpenLLM</td><td align="center">✔️</td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">LocalAI</td><td align="center">✔️</td><td align="center">✔️</td><td align="center"></td></tr><tr><td align="center">OpenAI API-Compatible</td><td align="center">✔️</td><td align="center">✔️</td><td align="center"></td></tr></tbody></table>
|
||||
|
||||
where (🛠️) ︎ denotes Function Calling and (👓) denotes support for vision.
|
||||
|
||||
***
|
||||
|
||||
This table is continuously updated. We also keep track of model providers requested by community members [here](https://dify.canny.io/model-additions). If you'd like to see a model provider not listed above, please consider contributing by making a PR. To learn more, check out our [contributing.md](../../community/contributing.md "mention") Guide.
|
||||
|
|
@ -6,13 +6,17 @@ LangGenius, Inc. ("LangGenius") is a US company whose registered office is locat
|
|||
|
||||
LangGenius is pleased to give you access to LangGenius's website ([dify.ai](https://dify.ai/)) ("Website","Dify.AI"or "Dify"), and related applications and resources (collectively, the "Services"). Your use of the Services is subject to the binding legal agreement set forth below ("Terms").
|
||||
|
||||
**Important Notice Regarding Your Use of Our Services**
|
||||
|
||||
Please note that the Terms of Service detailed herein apply solely to the Cloud Software as a Service (SaaS) platform operated by LangGenius, specifically referred to as dify.ai ("Website", "Dify.AI", or "Dify"). These terms are not applicable to the self-hosted version of our product, which may be independently downloaded and operated by users separate from LangGenius's cloud infrastructure and services.
|
||||
|
||||
### Beta Software
|
||||
|
||||
We may provide you with beta and experimental products, features, and documentation ("Beta Software") on an early access basis. Beta Software is not generally available and may contain errors, defects, and inaccuracies. We provide Beta Software "as is" without any warranties and may terminate Beta Software at any time without ensuring the preservation of Beta Software data. Our service level agreements do not apply to Beta Software. If Beta Software becomes generally available, you may choose to pay for the software or stop using it. We may use your feedback on Beta Software.
|
||||
|
||||
### Usage of LangGenius Services
|
||||
|
||||
You may use the Dify.AI development platform to create software applications for your target user group to achieve your commercial objectives. You understand and acknowledge that the language and information generated by software applications created based on Dify.AI are derived from user-written prompts and their Large Language Model (LLM) providers (such as OpenAI). LLM is an immature technology, and any negative consequences arising from the language and information generated are not related to Dify.AI , especially if you commercialize the application but fail to meet your operational expectations (including but not limited to not meeting your advertising description expectations, target effect description expectations, etc.) or experience service interruptions.
|
||||
You may use the Dify.AI development platform to create software applications for your target user group to achieve your commercial objectives. You understand and acknowledge that the language and information generated by software applications created based on Dify.AI are derived from user-written prompts and their Large Language Model (LLM) providers (such as OpenAI). LLM is an immature technology, and any negative consequences arising from the language and information generated are not related to Dify.AI , especially if you commercialize the application but fail to meet your operational expectations (including but not limited to not meeting your advertising description expectations, target effect description expectations, etc.) or experience service interruptions.
|
||||
|
||||
The development of prompts for LLM models is the core product capability and service provided by Dify. During your use of Dify for prompt engineering, embedding, fine-tuning, and testing of LLM models, additional resource consumption may occur. By registering or starting to use Dify, you agree to the potential consumption of resources and costs associated with the LLM algorithms of this product. You should closely monitor billing changes from third-party LLM providers. You shall bear all consequences of any abnormal consumption and billing issues that prevent you from using Dify services normally.
|
||||
|
||||
|
|
@ -23,4 +27,3 @@ The Services, logo, interfaces, photos, Websites are owned by LangGenius, Inc. o
|
|||
### Applicable Law
|
||||
|
||||
The Terms are governed by the laws of the State of California, United States.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue