Loading...Working on your request
Moonshot AI 模型 · 台灣版

Kimi K2.7 Code

台灣團隊可用的 NextModel 目錄中的 Moonshot AI 模型,常用於 agentic coding、程式碼審查、long-context refactors 工作負載。當前展示價格為輸入 ¥6.93 / 1M tokens、輸出 ¥32.76 / 1M tokens 每 100 萬 token,上下文視窗為 128k token。

Moonshot AIPlatform curated生產可用
Tool callingJSON modeLong contextStreamingReasoning
輸入價格¥6.93 / 1M tokens
輸出價格¥32.76 / 1M tokens
上下文長度128k token
最大輸出8.2k token

Kimi K2.7 Code 在 NextModel 中是什麼?

台灣團隊可用的 NextModel 目錄中的 Moonshot AI 模型,常用於 agentic coding、程式碼審查、long-context refactors 工作負載。當前展示價格為輸入 ¥6.93 / 1M tokens、輸出 ¥32.76 / 1M tokens 每 100 萬 token,上下文視窗為 128k token。

適用場景

  • agentic coding
  • 程式碼審查
  • long-context refactors

OpenAI 相容呼叫範例

保持 OpenAI SDK 呼叫方式不變,把 base_url 改為 NextModel,並使用模型目錄 ID kimi-k2-7-code。

Python
from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://api.nextmodel.app/v1"
)

resp = client.chat.completions.create(
    model="kimi-k2-7-code",
    messages=[{"role": "user", "content": "Hello from NextModel"}]
)

print(resp.choices[0].message.content)

相似替代項

Volcengine生產可用

Doubao Seed 2.0 Code is Volcengine's coding-focused variant, onboarded through the Volcengine Agent Plan for agentic and long-context coding workloads.

Starting at ¥3.20 / 1M tokens輸入Starting at ¥16 / 1M tokens輸出256k上下文
適用場景agentic coding, repository-scale refactors, long-context code review
路由已設定
工具呼叫JSON 模式長上下文串流輸出
平台整理NextModel production gateway and Volcengine Agent Plan pricing config
查看詳情
Moonshot AI生產可用

Kimi K2.6 是面向長上下文中文場景的模型候選,適合文件密集型團隊在成本、上下文長度與國內模型覆蓋之間做權衡。

¥6.18 / 1M tokens輸入¥31.92 / 1M tokens輸出128k上下文
適用場景general-purpose reasoning, 中文問答, agentic tool use
路由已設定
工具呼叫JSON 模式長上下文串流輸出
平台整理NextModel production gateway; price referenced from OpenRouter moonshotai/kimi-k2.6
查看詳情
Alibaba Cloud / Qwen目錄

Qwen3 Coder Plus 是面向編碼的模型候選,適合需要中文工程工作流與長上下文程式碼輔助的團隊。

$0.65 / 1M tokens輸入$3.25 / 1M tokens輸出1M上下文
適用場景中文工程工作流, 程式碼生成, 程式碼庫問答
路由已設定
工具呼叫JSON 模式長上下文串流輸出
OpenRouter(可用時)OpenRouter 公開 Models API 的即時中繼資料;公開價格來自註冊表定價規則。
查看詳情

常見問題

Kimi K2.7 Code API 常見問題

What is Kimi K2.7 Code best for?

Agentic coding and long-context code review tasks.

How is Kimi K2.7 Code priced through NextModel?

¥6.93 per 1M input tokens and ¥32.76 per 1M output tokens, tracking Moonshot's OpenRouter reference rate.