You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
-**⚡ 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
13
13
-**📊 Admin Dashboard**: Built-in dark-themed web dashboard for testing, viewing live logs, and monitoring proxy health
14
14
-**🐳 Docker Native**: Zero-persistence RAM-only architecture designed for easy deployment to cloud services via our public GHCR image
15
15
@@ -62,18 +62,20 @@ The built-in web dashboard provides full observability into what your proxy is d
62
62
63
63
---
64
64
65
-
## 🤖 Model Intelligence & Mapping
65
+
## 🤖 Model Name Mapping
66
66
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.
68
68
69
-
|OpenAI / Anthropic Alias | Routes To Qoder Tier |
**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.
0 commit comments