Summary
Currently poe-code only supports one Chinese domestic model CLI (kimi). Given that Poe's model catalog includes many Chinese models,
we'd like to see broader support for their official CLIs.
Requested Additions
┌─────────────────┬─────────────┬────────────────────────────────┐
│ Model │ Provider │ CLI / Tool │
├─────────────────┼─────────────┼────────────────────────────────┤
│ DeepSeek │ DeepSeek AI │ https://github.com/deepseek-ai │
├─────────────────┼─────────────┼────────────────────────────────┤
│ ChatGLM / GLM-4 │ Zhipu AI │ official CLI or API │
├─────────────────┼─────────────┼────────────────────────────────┤
│ Qwen (通义千问) │ Alibaba │ qwen CLI │
├─────────────────┼─────────────┼────────────────────────────────┤
│ Doubao (豆包) │ ByteDance │ official CLI │
└─────────────────┴─────────────┴────────────────────────────────┘
Motivation
- These models are already available on Poe's platform
- Chinese developers using Poe subscriptions have no way to route these models through poe-code
- Adding support would make poe-code more useful for the large Chinese developer community
Suggested Approach
Similar to how kimi is supported today — add configure / wrap support for each CLI:
poe-code configure deepseek
poe-code wrap glm
Summary
Currently poe-code only supports one Chinese domestic model CLI (kimi). Given that Poe's model catalog includes many Chinese models,
we'd like to see broader support for their official CLIs.
Requested Additions
┌─────────────────┬─────────────┬────────────────────────────────┐
│ Model │ Provider │ CLI / Tool │
├─────────────────┼─────────────┼────────────────────────────────┤
│ DeepSeek │ DeepSeek AI │ https://github.com/deepseek-ai │
├─────────────────┼─────────────┼────────────────────────────────┤
│ ChatGLM / GLM-4 │ Zhipu AI │ official CLI or API │
├─────────────────┼─────────────┼────────────────────────────────┤
│ Qwen (通义千问) │ Alibaba │ qwen CLI │
├─────────────────┼─────────────┼────────────────────────────────┤
│ Doubao (豆包) │ ByteDance │ official CLI │
└─────────────────┴─────────────┴────────────────────────────────┘
Motivation
Suggested Approach
Similar to how kimi is supported today — add configure / wrap support for each CLI:
poe-code configure deepseek
poe-code wrap glm