44
55[ ![ docker pulls] ( https://img.shields.io/docker/pulls/sdcb/chats )] ( https://hub.docker.com/r/sdcb/chats ) [ ![ QQ] ( https://img.shields.io/badge/QQ_Group-498452653-52B6EF?style=social&logo=tencent-qq&logoColor=000&logoWidth=20 )] ( https://qm.qq.com/q/AM8tY9cAsS ) [ ![ License] ( https://img.shields.io/github/license/sdcb/chats )] ( LICENSE ) [ ![ Ask DeepWiki] ( https://deepwiki.com/badge.svg )] ( https://deepwiki.com/sdcb/chats )
66
7- Sdcb Chats is a powerful and flexible frontend for large language models, supporting 19 + mainstream AI model providers. Whether you want to unify the management of multiple model interfaces or need a simple and easy-to-use deployment solution, Sdcb Chats can meet your needs.
7+ Sdcb Chats is a powerful and flexible frontend for large language models, supporting 20 + mainstream AI model providers. Whether you want to unify the management of multiple model interfaces or need a simple and easy-to-use deployment solution, Sdcb Chats can meet your needs.
88
99![ ] ( https://github.com/user-attachments/assets/2d9d609e-142e-4dbf-bdba-87477d7753fb )
1010
@@ -21,7 +21,7 @@ Sdcb Chats is a powerful and flexible frontend for large language models, suppor
2121
2222## ✨ Why Choose Sdcb Chats
2323
24- - 🚀 ** All-in-One Management** : Unified management of 19 + mainstream AI model providers
24+ - 🚀 ** All-in-One Management** : Unified management of 20 + mainstream AI model providers
2525- 🎯 ** Ready to Use** : Supports Docker one-click deployment, also provides native executables for 8 platforms
2626- 💾 ** Flexible Storage** : Supports SQLite/SQL Server/PostgreSQL, local files/S3/OSS/Azure Blob and other storage options
2727- 🔐 ** Enterprise-Grade Security** : Comprehensive user permission management and account balance control, supports Keycloak SSO
@@ -161,13 +161,13 @@ For environments where using Docker is inconvenient, Chats provides native execu
161161| Linux musl ARM64 | [chats-linux-musl-arm64.zip](https://github.com/sdcb/chats/releases/latest/download/chats-linux-musl-arm64.zip) | [chats-linux-musl-arm64.zip](https://chats.sdcb.pub/release/latest/chats-linux-musl-arm64.zip) |
162162| macOS ARM64 | [chats-osx-arm64.zip](https://github.com/sdcb/chats/releases/latest/download/chats-osx-arm64.zip) | [chats-osx-arm64.zip](https://chats.sdcb.pub/release/latest/chats-osx-arm64.zip) |
163163| macOS x64 | [chats-osx-x64.zip](https://github.com/sdcb/chats/releases/latest/download/chats-osx-x64.zip) | [chats-osx-x64.zip](https://chats.sdcb.pub/release/latest/chats-osx-x64.zip) |
164- | Generic (requires .NET 9.0) | [chats.zip](https://github.com/sdcb/chats/releases/latest/download/chats.zip) | [chats.zip](https://chats.sdcb.pub/release/latest/chats.zip) |
164+ | Generic (requires .NET 10) | [chats.zip](https://github.com/sdcb/chats/releases/latest/download/chats.zip) | [chats.zip](https://chats.sdcb.pub/release/latest/chats.zip) |
165165| Frontend files only | [chats-fe.zip](https://github.com/sdcb/chats/releases/latest/download/chats-fe.zip) | [chats-fe.zip](https://chats.sdcb.pub/release/latest/chats-fe.zip) |
166166
167167> **💡 Download Tips**:
168168> - **Mirror Download** (powered by Cloudflare R2): Recommended for users in China for faster speed
169169> - **Latest Development Build**: For bleeding-edge features, development builds provide the following files
170- > - Generic package: [chats.zip](https://chats.sdcb.pub/latest/chats.zip) (requires .NET 9.0 )
170+ > - Generic package: [chats.zip](https://chats.sdcb.pub/latest/chats.zip) (requires .NET 10 )
171171> - Frontend files: [chats-fe.zip](https://chats.sdcb.pub/latest/chats-fe.zip)
172172> - ⚠️ Note: Development builds are automatically updated from `dev`/`feature` branches and may be unstable
173173> - All platforms (except Generic) provide AOT-compiled native executables with fast startup and low memory footprint
@@ -211,7 +211,7 @@ C:\Users\ZhouJie\Downloads\chats-win-x64>dir
211211
212212#### .NET Runtime Dependent Version
213213
214- For the downloaded `chats.zip`, you need to install .NET 9.0 runtime. After installation, use the following command to start:
214+ For the downloaded `chats.zip`, you need to install .NET 10 runtime. After installation, use the following command to start:
215215
216216```bash
217217dotnet Chats.BE.dll
@@ -226,7 +226,7 @@ Download .NET Runtime: [https://dotnet.microsoft.com/download](https://dotnet.mi
226226| Id | Name | Host |
227227| --- | ---------------- | -------------------------------------------------------- |
228228| 0 | Test | null |
229- | 1 | Azure OpenAI | https://<resource-name>.openai.azure.com/ |
229+ | 1 | Azure AI Foundry | https://<resource-name>.openai.azure.com/ |
230230| 2 | Tencent Hunyuan | https://api.hunyuan.cloud.tencent.com/v1 |
231231| 3 | 01.ai | https://api.lingyiwanwu.com/v1 |
232232| 4 | Moonshot | https://api.moonshot.cn/v1 |
@@ -245,11 +245,12 @@ Download .NET Runtime: [https://dotnet.microsoft.com/download](https://dotnet.mi
245245| 17 | SiliconFlow | https://api.siliconflow.cn/v1 |
246246| 18 | OpenRouter | https://openrouter.ai/api/v1 |
247247| 19 | Token Pony | https://api.tokenpony.cn/v1 |
248+ | 20 | Anthropic | https://api.anthropic.com |
248249
249250**Note:**
250251
251252- ✅ Any model provider that complies with the OpenAI Chat Completion API protocol can be accessed through Chats
252- - 🤖 Azure OpenAI ' s o3/o4-mini/gpt-5 series models use the Response API protocol (not Chat Completion API), supporting thought summary and thought process features
253+ - 🤖 OpenAI/ Azure AI Foundry ' s o3/o4-mini/gpt-5 series models use the Response API protocol (not Chat Completion API), supporting thought summary and thought process features
253254- 🌐 Google AI' s Gemini model uses the native Google Gemini API protocol
254255
255256---
0 commit comments