整合 · Cursor
Cursor 配上目前最便宜的前沿程式設計模型。
Cursor 走 OpenAI 協議。Routify 也走 OpenAI 協議。改一個 base URL,每一次 Tab / Composer / Agent 呼叫都跑在 DeepSeek V3.2 上 —— $0.14 / 1M tokens,程式碼場景比 GPT-4o 便宜約 18 倍。無 proxy、無外掛、無 patch。
30 秒接入
Cursor uses an OpenAI-compatible base URL. Override OPENAI_BASE_URL and you’re done — no plugin, no extension, no proxy.
💡 在 Routify 面板設定備用鏈:當 DeepSeek 限流時,Cursor 請求自動透明切到 Kimi 或 Qwen3 Coder。
# In Cursor → Settings → Models, add a custom OpenAI provider:
# API Base: https://routify.bytedance.city/v1
# API Key: rtf_xxx_your_routify_key
#
# Or set env vars and restart Cursor:
export OPENAI_BASE_URL=https://routify.bytedance.city/v1
export OPENAI_API_KEY=rtf_xxx_your_routify_key
# Then in Cursor, type a model id like:
# deepseek-chat (cheapest, GPT-4-class)
# claude-opus-4-7 (frontier, pass-through pricing)
# kimi-k2 (long-context tool use)Cursor 會快取模型清單 —— 切換 base URL 後建議重啟 Cursor。
推薦設定
為 Cursor 優選。
三套實戰驗證過的模型組合。按你的優先順序選一套,直接複製 model id 接入。
省錢檔
程式碼量大,不想盯 token 計費。DeepSeek V3.2 寫程式碼強,價格只到 GPT-4o 的 1/100。備用鏈處理那 1% DeepSeek 被衝爆的情況。
成本說明
Cursor 單次 session 中位數 ≈ $0.04,重度一天不超過 $1。
主模型
備用模型鏈
主模型超預算或當機時,智慧路由自動切到鏈上下一個。
常見問題
Cursor Tab 還能用嗎?
能。Cursor Tab 用一個不走 OPENAI_BASE_URL 的小模型。Composer / Agent / chat-with-codebase 全部走 Routify。
Cursor 會知道自己在和不同的模型對話嗎?
不會 —— Cursor 看到的就是普通的 OpenAI 相容模型。Anthropic 獨有特性(cache_control、anthropic-beta 頭)由 Routify 在中間翻譯。
DeepSeek V3.2 在 Routify 上有多快?
直連上游約 30-60 t/s。Routify 路由開銷 p95 < 80ms。如果主通道慢於 SLO,自動切備用。
能用自己的 Anthropic key 嗎?
能 —— 2026 Q3 上線。在面板裡掛上自己的 key,只付路由費(前 100 萬次請求/月免費)。
Mac / Windows / Linux 都支援嗎?
全部支援。base URL 是 Cursor 自身的設定 —— Routify 不挑平台。