Kimi K2.7 Code HighSpeed

與 Kimi K2.7 Code 相同, 輸出速度約 5-6 倍 (常規程式設計場景約 180 Token/s)

模型 ID: kimi-k2.7-code-highspeed · 類型: chat · 廠商: Moonshot

可用端點: /v1/chat/completions · /v1/messages · /v1/responses

定價

輸入 (每 1M tokens)$1.045 USD
輸出 (每 1M tokens)$4.4 USD
快取命中 (每 1M tokens)$0.209 USD

能力

from openai import OpenAI

client = OpenAI(api_key="sk-...", base_url="https://api.router.ai/v1")
resp = client.chat.completions.create(
    model="kimi-k2.7-code-highspeed",
    messages=[{"role": "user", "content": "Hello"}],
)
print(resp.choices[0].message.content)

常见问题

Kimi K2.7 Code HighSpeed 在 聚合 AI 中轉站 上的價格是多少?

Kimi K2.7 Code HighSpeed (`kimi-k2.7-code-highspeed`) 按用量計費, $1.045/1M in · $4.4/1M out (美元)。最新價格見 https://yigekey.com/models/kimi-k2.7-code-highspeed。

怎麼通過 聚合 AI 中轉站 呼叫 Kimi K2.7 Code HighSpeed?

向 https://api.router.ai/v1/v1/chat/completions 發請求, 帶請求頭 `Authorization: Bearer <你的 API Key>`, body 裡 `"model": "kimi-k2.7-code-highspeed"`。介面與 OpenAI 相容, 用任何 OpenAI SDK 只需把 base_url 改成 https://api.router.ai/v1, 其餘程式碼不用動。

Kimi K2.7 Code HighSpeed 支援哪些介面端點?

Kimi K2.7 Code HighSpeed 可通過以下端點呼叫: /v1/chat/completions; /v1/messages; /v1/responses.

Kimi K2.7 Code HighSpeed 的上下文視窗有多大?

Kimi K2.7 Code HighSpeed 最多接受 262,144 個輸入 token, 最多返回 32,768 個輸出 token。超出輸入上限的請求會在到達模型前被拒絕。

Kimi K2.7 Code HighSpeed 支援哪些能力?

Kimi K2.7 Code HighSpeed 支援: function_calling, prompt_caching, reasoning.

Kimi K2.7 Code HighSpeed 是哪家廠商的模型?

Kimi K2.7 Code HighSpeed 是 Moonshot 的 chat 模型, 通過 聚合 AI 中轉站 閘道器呼叫, 與其他所有模型共用同一個 API Key。

通過 聚合 AI 中转站 的 OpenAI 相容介面呼叫 (API Base: https://api.router.ai/v1). AI agent 可經 MCP (https://mcp.router.ai/mcp) 直接發現並呼叫本閘道器的全部模型, 無需人工整合.

API 文件 · 全部模型