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 ✨_ [![GitHub release (latest by date)](https://img.shields.io/github/v/release/Soulter/AstrBot)](https://github.com/Soulter/AstrBot/releases/latest) python Docker pull -Static Badge +Static Badge [![wakatime](https://wakatime.com/badge/user/915e5316-99c6-4563-a483-ef186cf000c9/project/018e705a-a1a7-409a-a849-3013485e6c8e.svg)](https://wakatime.com/badge/user/915e5316-99c6-4563-a483-ef186cf000c9/project/018e705a-a1a7-409a-a849-3013485e6c8e) ![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.soulter.top%2Fastrbot%2Fstats&query=v&label=7%E6%97%A5%E6%B6%88%E6%81%AF%E4%B8%8A%E8%A1%8C%E9%87%8F&cacheSeconds=3600) [![codecov](https://codecov.io/gh/Soulter/AstrBot/graph/badge.svg?token=FF3P5967B8)](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]