Skip to content

Commit ab7e83d

Browse files
docs: format supported providers as table
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent b388da0 commit ab7e83d

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,18 @@ csghub-lite login
9797
csghub-lite supports integrating third-party OpenAI-compatible API providers. Configure providers in Settings, and their models appear alongside local and OpenCSG models in Chat.
9898

9999
Supported providers include:
100-
- **OpenAI**`https://api.openai.com/v1`
101-
- **DeepSeek**`https://api.deepseek.com/v1`
102-
- **MiMo** (Xiaomi) — `https://api.xiaomimimo.com/v1`
103-
- **Kimi** (Moonshot) — `https://api.moonshot.cn/v1`
104-
- **BigModel** (Zhipu/智谱AI) — `https://open.bigmodel.cn/api/coding/paas/v4`
105-
- **Qianfan** (Baidu) — `https://qianfan.baidubce.com/v2`
106-
- **MiniMax**`https://api.minimax.chat/v1`
107-
- **OpenRouter**`https://openrouter.ai/api/v1`
108-
- **Any OpenAI-compatible API** — custom base URL
100+
101+
| Provider | Notes | Base URL |
102+
| --- | --- | --- |
103+
| OpenAI | OpenAI-compatible | `https://api.openai.com/v1` |
104+
| DeepSeek | - | `https://api.deepseek.com/v1` |
105+
| MiMo | Xiaomi | `https://api.xiaomimimo.com/v1` |
106+
| Kimi | Moonshot | `https://api.moonshot.cn/v1` |
107+
| BigModel | Zhipu/智谱AI | `https://open.bigmodel.cn/api/coding/paas/v4` |
108+
| Qianfan | Baidu | `https://qianfan.baidubce.com/v2` |
109+
| MiniMax | - | `https://api.minimax.chat/v1` |
110+
| OpenRouter | - | `https://openrouter.ai/api/v1` |
111+
| Any OpenAI-compatible API | Custom provider | Custom base URL |
109112

110113
### Coding Agents
111114

0 commit comments

Comments
 (0)