Skip to content

Commit 3e77bf4

Browse files
committed
Clarify model name mapping in README
Refines the README section that explains how external model names map to Qoder tiers. Renames the heading to “Model Name Mapping”, updates phrasing for clarity, adjusts the table header and several mapping entries (including Qoder-native model identifiers), and adds an explicit note that responses come from Qoder models — the name mapping is provided only for compatibility with OpenAI-compatible tools.
1 parent 6f6a4ac commit 3e77bf4

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Use Qoder through any tool or library designed for OpenAI's API.
99
- **💬 Full Chat Support**: Support for `/v1/chat/completions` (system messages, multi-turn history)
1010
- **🛠 Tool Calling**: Automatic tool execution (file operations, shell commands, code editing) with OpenAI-compatible responses
1111
- **⚡ Streaming**: Real-time SSE streaming responses without lag
12-
- **🔄 Intelligent Tier Mapping**: Seamless translation between OpenAI aliases (gpt-4, claude-3.5) and Qoder tiers (auto, ultimate, lite) since qoder cli doesn't have those models but uses Qoder's own tier system
12+
- **🔄 Model Name Mapping**: Accepts common AI model names (gpt-4, claude-3.5) and maps them to Qoder CLI tiers (auto, ultimate, lite) for seamless integration with existing tools
1313
- **📊 Admin Dashboard**: Built-in dark-themed web dashboard for testing, viewing live logs, and monitoring proxy health
1414
- **🐳 Docker Native**: Zero-persistence RAM-only architecture designed for easy deployment to cloud services via our public GHCR image
1515

@@ -62,18 +62,20 @@ The built-in web dashboard provides full observability into what your proxy is d
6262

6363
---
6464

65-
## 🤖 Model Intelligence & Mapping
65+
## 🤖 Model Name Mapping
6666

67-
The proxy dynamically understands standard OpenAI names and routes them intelligently to your permitted Qoder tiers.
67+
The proxy accepts familiar model names from tools and maps them to Qoder CLI tiers. **All responses come from Qoder's models** - this mapping just makes it easier to integrate with existing OpenAI-compatible tools.
6868

69-
| OpenAI / Anthropic Alias | Routes To Qoder Tier |
69+
| Common Model Names | Maps To Qoder Tier |
7070
|---|---|
7171
| `gpt-4`, `gpt-4o`, `claude-3.5-sonnet` | `auto` |
7272
| `o1`, `claude-3-opus` | `ultimate` |
7373
| `o1-mini`, `o3-mini`, `claude-3-sonnet`| `performance` |
7474
| `claude-3.5-haiku`, `gemini-flash` | `efficient` |
7575
| `gpt-3.5-turbo`, `gpt-4o-mini`, `claude-3-haiku` | `lite` |
76-
| *(New frontier models)* `qwen`, `kimi`, `glm`| Respective custom identifier (`qmodel`, `kmodel`, etc.) |
76+
| *(Qoder native)* `qwen`, `kimi`, `glm`| `qmodel`, `kmodel`, `gmodel` |
77+
78+
**Note**: You're getting responses from Qoder's AI models, not OpenAI or Anthropic. The name mapping is purely for compatibility with tools that expect standard model names.
7779

7880
---
7981

0 commit comments

Comments
 (0)