Kimi K2.7 Code Highspeed API

김이 K2.7 Code Highspeed는 256K 컨텍스트와 함께 Moonshot의 에이전트 코딩 모델의 더 빠른 보호 계층이며, 항상 이유 및 이미지 및 비디오 입력.

Moonshot AI텍스트 생성256K 컨텍스트출시 Jun 16, 2026독점 엔드포인트신규

About Kimi K2.7 Code Highspeed

김이 K2.7 Code Highspeed는 256K 컨텍스트와 함께 Moonshot의 에이전트 코딩 모델의 더 빠른 보호 계층이며, 항상 이유 및 이미지 및 비디오 입력.

Kimi K2.7 코드의 더 빠른 보존 층. 텍스트, 이미지 및 비디오 입력, 호출 기능, JSON 모드 구조 출력 및 내장 웹 검색은 invoked 통화 당 $0.015 에 청구됩니다. Thinking은 항상 출력 토큰으로 청구됩니다. 온도와 다른 표본 추출 overrides는 모형 서비스 사용 조정 표본 추출 조정 때문에 무시됩니다. 다중 단계 함수 호출은 reasoning content 필드 intact로 보조 메시지를 재생해야합니다. Explicit 캐시 컨트롤, 배치 및 미세 조정은 지원되지 않습니다.

다른 이름 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
웹 검색
호출 할 때 invoked
$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 모드 구조 출력, $0.015 의 웹 검색에서 텍스트, 이미지 및 비디오 입력을 지원합니다. Thinking은 항상 켜고 비활성화 할 수 없습니다. 이유 토큰은 출력 토큰으로 청구됩니다. 온도와 다른 표본 추출 overrides는 모형 서비스 사용 조정 표본 추출 조정 때문에 무시됩니다. API를 통해 호출하는 멀티 스텝 기능은 reasoning 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 호출 할 때 invoked. 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.