mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-06-29 15:31:05 +08:00
Docs: Supported model providers and URLs updated (#15866)
### What problem does this PR solve? Updated supported model providers and the corresponding URLs. ~~Synced supported model providers and base URLs with **llm_factories.json**, while keeping the AI Badgr configuration example via the OpenAI-API-Compatible provider.~~ ### Type of change - [x] Documentation Update
This commit is contained in:
@@ -5,73 +5,73 @@ sidebar_custom_props: {
|
||||
categoryIcon: LucideBox
|
||||
}
|
||||
---
|
||||
# Supported models
|
||||
# Model providers
|
||||
|
||||
import APITable from '@site/src/components/APITable';
|
||||
|
||||
A complete list of models supported by RAGFlow, which will continue to expand.
|
||||
A complete list of model providers supported by RAGFlow, which will continue to expand.
|
||||
|
||||
```mdx-code-block
|
||||
<APITable>
|
||||
```
|
||||
|
||||
| Provider | LLM | Image2Text | Speech2text | TTS | Embedding | Rerank | OCR |
|
||||
| --------------------- | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| Anthropic | :heavy_check_mark: | | | | | | |
|
||||
| Astraflow | :heavy_check_mark: | | | | :heavy_check_mark: | | |
|
||||
| Astraflow-CN | :heavy_check_mark: | | | | :heavy_check_mark: | | |
|
||||
| Avian | :heavy_check_mark: | | | | | | |
|
||||
| Azure-OpenAI | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | | |
|
||||
| BaiChuan | :heavy_check_mark: | | | | :heavy_check_mark: | | |
|
||||
| BaiduYiyan | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| Bedrock | :heavy_check_mark: | | | | :heavy_check_mark: | | |
|
||||
| Cohere | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| DeepSeek | :heavy_check_mark: | | | | | | |
|
||||
| Fish Audio | | | | :heavy_check_mark: | | | |
|
||||
| FuturMix | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| Gemini | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | | |
|
||||
| Google Cloud | :heavy_check_mark: | | | | | | |
|
||||
| GPUStack | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| Groq | :heavy_check_mark: | | | | | | |
|
||||
| HuggingFace | :heavy_check_mark: | | | | :heavy_check_mark: | | |
|
||||
| Jina | | | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| LocalAI | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | | |
|
||||
| LongCat | :heavy_check_mark: | | | | | | |
|
||||
| LM-Studio | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | | |
|
||||
| MiniMax | :heavy_check_mark: | | | | | | |
|
||||
| MinerU | | | | | | | :heavy_check_mark: |
|
||||
| Mistral | :heavy_check_mark: | | | | :heavy_check_mark: | | |
|
||||
| ModelScope | :heavy_check_mark: | | | | | | |
|
||||
| Moonshot | :heavy_check_mark: | :heavy_check_mark: | | | | | |
|
||||
| NovitaAI | :heavy_check_mark: | | | | :heavy_check_mark: | | |
|
||||
| NVIDIA | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| Ollama | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | | |
|
||||
| OpenAI | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | |
|
||||
| OpenAI-API-Compatible | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| OpenRouter | :heavy_check_mark: | :heavy_check_mark: | | | | | |
|
||||
| Perplexity | | :heavy_check_mark: | | | | | |
|
||||
| Replicate | :heavy_check_mark: | | | | :heavy_check_mark: | | |
|
||||
| PPIO | :heavy_check_mark: | | | | | | |
|
||||
| SILICONFLOW | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| StepFun | :heavy_check_mark: | | | | | | |
|
||||
| Tencent Hunyuan | :heavy_check_mark: | | | | | | |
|
||||
| Tencent Cloud | | | :heavy_check_mark: | | | | |
|
||||
| TogetherAI | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| TokenPony | :heavy_check_mark: | | | | | | |
|
||||
| Tongyi-Qianwen | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| Upstage | :heavy_check_mark: | | | | :heavy_check_mark: | | |
|
||||
| VLLM | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| VolcEngine | :heavy_check_mark: | | | | | | |
|
||||
| Voyage AI | | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| Xinference | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| XunFei Spark | :heavy_check_mark: | | | :heavy_check_mark: | | | |
|
||||
| xAI | :heavy_check_mark: | :heavy_check_mark: | | | | | |
|
||||
| ZHIPU-AI | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | | |
|
||||
| DeepInfra | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | |
|
||||
| 302.AI | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| CometAPI | :heavy_check_mark: | | | | :heavy_check_mark: | | |
|
||||
| DeerAPI | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: | | |
|
||||
| Jiekou.AI | :heavy_check_mark: | | | | :heavy_check_mark: | :heavy_check_mark: | |
|
||||
| Provider | URL |
|
||||
| --------------------- | ----------------------------------------------- |
|
||||
| Anthropic | `https://www.anthropic.com` |
|
||||
| Astraflow | `https://astraflow.ucloud-global.com/en-us` |
|
||||
| Astraflow-CN | `https://astraflow.ucloud.cn/` |
|
||||
| Avian | `https://www.avian.io` |
|
||||
| Azure-OpenAI | `https://azure.microsoft.com/en-us/products/ai-services/openai-service` |
|
||||
| BaiChuan | `https://www.baichuan-ai.com` |
|
||||
| BaiduYiyan | `https://yiyan.baidu.com` |
|
||||
| Bedrock | `https://aws.amazon.com/bedrock/` |
|
||||
| Cohere | `https://cohere.com` |
|
||||
| DeepSeek | `https://www.deepseek.com` |
|
||||
| Fish Audio | `https://fish.audio` |
|
||||
| FuturMix | `https://futurmix.ai` |
|
||||
| Gemini | `https://gemini.google.com` |
|
||||
| Google Cloud | `https://cloud.google.com` |
|
||||
| GPUStack | `https://gpustack.ai` |
|
||||
| Groq | `https://groq.com` |
|
||||
| HuggingFace | `https://huggingface.co` |
|
||||
| Jina | `https://jina.ai` |
|
||||
| LocalAI | `https://localai.io` |
|
||||
| LongCat | `https://longcat.chat` |
|
||||
| LM-Studio | `https://lmstudio.ai` |
|
||||
| MiniMax | `https://www.minimaxi.com` |
|
||||
| MinerU | `https://mineru.net/` |
|
||||
| Mistral | `https://mistral.ai` |
|
||||
| ModelScope | `https://www.modelscope.cn` |
|
||||
| Moonshot | `https://www.moonshot.cn` |
|
||||
| NovitaAI | `https://novita.ai` |
|
||||
| NVIDIA | `https://www.nvidia.com` |
|
||||
| Ollama | `https://ollama.com` |
|
||||
| OpenAI | `https://openai.com` |
|
||||
| OpenAI-API-Compatible | N/A |
|
||||
| OpenRouter | `https://openrouter.ai` |
|
||||
| Perplexity | `https://www.perplexity.ai` |
|
||||
| Replicate | `https://replicate.com` |
|
||||
| PPIO | `https://ppio.com` |
|
||||
| SILICONFLOW | `https://siliconflow.cn` |
|
||||
| StepFun | `https://www.stepfun.com` |
|
||||
| Tencent Hunyuan | `https://hunyuan.tencent.com` |
|
||||
| Tencent Cloud | `https://cloud.tencent.com` |
|
||||
| TogetherAI | `https://www.together.ai` |
|
||||
| TokenPony | `https://tokenpony.cn` |
|
||||
| Tongyi-Qianwen | `https://tongyi.aliyun.com` |
|
||||
| Upstage | `https://www.upstage.ai` |
|
||||
| VLLM | `https://vllm.ai` |
|
||||
| VolcEngine | `https://www.volcengine.com` |
|
||||
| Voyage AI | `https://www.voyageai.com` |
|
||||
| Xinference | `https://github.com/xorbitsai/inference` |
|
||||
| XunFei Spark | `https://xinghuo.xfyun.cn` |
|
||||
| xAI | `https://x.ai` |
|
||||
| ZHIPU-AI | `https://www.zhipuai.cn` |
|
||||
| DeepInfra | `https://deepinfra.com` |
|
||||
| 302.AI | `https://302.ai` |
|
||||
| CometAPI | `https://cometapi.com` |
|
||||
| DeerAPI | `https://deerapi.com` |
|
||||
| Jiekou.AI | `https://jiekou.ai` |
|
||||
|
||||
```mdx-code-block
|
||||
</APITable>
|
||||
|
||||
Reference in New Issue
Block a user