Kimi K2.7 Code Highspeed API

キム・ク2.7 Code Highspeed は、Moonshot のエージェントコーディングモデルのより高速なサービスで、256K のコンテキスト、常にオンの推論、および画像とビデオの入力によります。

Moonshot AIテキスト生成256K コンテキストリリース Jun 16, 2026独自エンドポイント新着

About Kimi K2.7 Code Highspeed

キム・ク2.7 Code Highspeed は、Moonshot のエージェントコーディングモデルのより高速なサービスで、256K のコンテキスト、常にオンの推論、および画像とビデオの入力によります。

Kimi K2.7コードのより高速なサービス。 テキスト、画像、ビデオ入力、関数呼び出し、JSON モード構造出力をサポートし、呼び出された呼び出しあたり $0.015 で請求された Web 検索を組み込みます。 考えることは、常にオンであり、トークンが出力トークンとして請求される理由です。 モデルサービスは固定サンプリング設定を使用するため、温度やその他のサンプリングオーバーライドは無視されます。 複数のステップ関数呼び出しは、その推論でアシスタントメッセージを再生しなければなりません content フィールド intact. 明示的なキャッシュコントロール、バッチ、および微調整はサポートされていません。

別名 Moonshot AI Kimi K2.7 Code Highspeed, Kimi-K2.7-Code-Highspeed, kimi-k2-7-code-highspeed

reasoningfunction callingstructured outputmultimodalagentic codingweb search

Kimi K2.7 Code Highspeed specs

モデルID
kimi-k2-7-code-highspeed
プロバイダー
Moonshot AI
カテゴリ
テキスト生成
Released
Jun 16, 2026
コンテキスト長
256K tokens
最大出力
131,072 tokens
入力
text, image, video
出力
text
エンドポイント
POST /v1/chat/completions
POST /v1/responses
POST /v1/messages

Kimi K2.7 Code Highspeed API pricing

Live pay-as-you-go rates from the EmpirioLabs catalog. You are billed only for what you use, with no monthly minimum.

タイプ
仕様
料金
パスワード
1M プロンプトトークンあたり
$1.90
ソリューション
1M生成トークンあたり
$8.00
ウェブ検索
呼び出し時呼び出し
$0.015
料金ページ全体で比較

How to call the Kimi K2.7 Code Highspeed API

Kimi K2.7 Code Highspeed serves the OpenAI-compatible Chat Completions API. Point any OpenAI SDK at https://api.empiriolabs.ai/v1 with your EmpirioLabs API key and use the model id kimi-k2-7-code-highspeed. Get an API key from the EmpirioLabs dashboard.

cURL
curl https://api.empiriolabs.ai/v1/chat/completions \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "kimi-k2-7-code-highspeed",
    "messages": [
      {"role": "user", "content": "Write a haiku about the ocean."}
    ]
  }'
Python (OpenAI SDK)
from openai import OpenAI

client = OpenAI(
    base_url="https://api.empiriolabs.ai/v1",
    api_key="YOUR_EMPIRIOLABS_API_KEY",
)

response = client.chat.completions.create(
    model="kimi-k2-7-code-highspeed",
    messages=[{"role": "user", "content": "Write a haiku about the ocean."}],
)
print(response.choices[0].message.content)
Full Kimi K2.7 Code Highspeed API reference

Kimi K2.7 Code Highspeed API parameters

Request parameters supported by the Kimi K2.7 Code Highspeed API on EmpirioLabs. Defaults apply when a field is omitted.

パラメータタイプデフォルト範囲 / 値説明
max_tokensnumber163841 to 131072Maximum output tokens. Reasoning tokens count toward this limit.
stopstring--Up to 4 strings where the model will stop generating further tokens.
response_formatobject--OpenAI-compatible JSON mode or JSON schema response format.
tool_web_searchbooleanfalse-Search the web for real-time information. Adds $0.015 to the request cost for each invoked web search call.

知っておくと便利

Kimi K2.7コードのより高速なサービス。 テキスト、画像、ビデオ入力を256Kコンテキストでサポートし、関数呼び出し、JSONモード構造出力、および組み込みのWeb検索を呼び出した呼び出しあたり $0.015 で作成します。 考えることは常にオンであり、無効にすることはできません。トークンの推論は、出力トークンとして請求されます。 モデルサービスは固定サンプリング設定を使用するため、温度やその他のサンプリングオーバーライドは無視されます。 API を呼び出したマルチステップ関数は、その推論 content フィールドの intact でアシスタントメッセージを再生する必要があります。

Kimi K2.7 Code Highspeed API: common questions

How much does the Kimi K2.7 Code Highspeed API cost?

On EmpirioLabs, Kimi K2.7 Code Highspeed is billed pay as you go: パスワード $1.90 1M プロンプトトークンあたり; ソリューション $8.00 1M生成トークンあたり; ウェブ検索 $0.015 呼び出し時呼び出し. The live rate card on this page always matches what the API charges.

What is the context window of Kimi K2.7 Code Highspeed?

Kimi K2.7 Code Highspeed supports a 256K-token context window with up to 131,072 output tokens per response.

Is the Kimi K2.7 Code Highspeed API OpenAI-compatible?

Yes. Kimi K2.7 Code Highspeed serves the OpenAI-compatible Chat Completions API, so existing OpenAI SDKs work by pointing base_url at https://api.empiriolabs.ai/v1 and setting the model id to kimi-k2-7-code-highspeed.

Can I try Kimi K2.7 Code Highspeed in the browser before integrating?

Yes. The EmpirioLabs playground runs Kimi K2.7 Code Highspeed in the browser with the same parameters the API exposes, so you can test prompts before writing code.

How do I get a Kimi K2.7 Code Highspeed API key?

Create an EmpirioLabs account, then generate a key under API Keys in the dashboard. Billing is pay-as-you-go credits, so you only pay for the requests you make.

Ready to use better endpoints?

Explore our models, or contact us about business inquiries, custom deployments, or anything else.