From 928089bf0fef21d526a73332600bf4f7556a6801 Mon Sep 17 00:00:00 2001
From: yxw <3360776475@qq.com>
Date: Sat, 1 Mar 2025 14:05:33 +0800
Subject: [PATCH] docs(en): Update README with translated provider support
details
---
README_en.md | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/README_en.md b/README_en.md
index 531ed9ca6..b77fe7344 100644
--- a/README_en.md
+++ b/README_en.md
@@ -13,7 +13,7 @@ _⨠Easy-to-use Multi-platform LLM Chatbot & Development Framework â¨_
[](https://github.com/Soulter/AstrBot/releases/latest)
-
+
[](https://wakatime.com/badge/user/915e5316-99c6-4563-a483-ef186cf000c9/project/018e705a-a1a7-409a-a849-3013485e6c8e)

[](https://codecov.io/gh/Soulter/AstrBot)
@@ -75,6 +75,24 @@ See docs: [Source Code Deployment](https://astrbot.app/deploy/astrbot/cli.html)
| WhatsApp | đ§ | Planned | - |
| Xiaomi Speakers | đ§ | Planned | - |
+## Provider Support Status
+
+| Name | Support | Type | Notes |
+|---------------------------|---------|------------------------|-----------------------------------------------------------------------|
+| OpenAI API | â | Text Generation | Supports all OpenAI API-compatible services including DeepSeek, Google Gemini, GLM, Moonshot, Alibaba Cloud Bailian, Silicon Flow, xAI, etc. |
+| Claude API | â | Text Generation | |
+| Google Gemini API | â | Text Generation | |
+| Dify | â | LLMOps | |
+| DashScope (Alibaba Cloud) | â | LLMOps | |
+| Ollama | â | Model Loader | Local deployment for open-source LLMs (DeepSeek, Llama, etc.) |
+| LM Studio | â | Model Loader | Local deployment for open-source LLMs (DeepSeek, Llama, etc.) |
+| LLMTuner | â | Model Loader | Local loading of fine-tuned models (e.g. LoRA) |
+| OneAPI | â | LLM Distribution | |
+| Whisper | â | Speech-to-Text | Supports API and local deployment |
+| SenseVoice | â | Speech-to-Text | Local deployment |
+| OpenAI TTS API | â | Text-to-Speech | |
+| Fishaudio | â | Text-to-Speech | Project involving GPT-Sovits author |
+
# đĻ Roadmap
> [!TIP]