MoonshotAI

MoonshotAI: Kimi K2.7 Code Highspeed

Chat
moonshotai/kimi-k2.7-code-highspeed
VergleichenLoslegen

Kimi K2.7 Code Highspeed ist die beschleunigte Inferenzvariante von Moonshots Kimi K2.7 Code Modell und bietet dieselbe Reasoning-Qualität bei geringerer Latenz. Context und Output: jeweils 262K tokens. Zugänglich über das OpenAI-compatible Protocol über Ofox.

Kontextfenster
262K
Max. Ausgabe-Tokens
262K
Veröffentlicht
2026-06-12
Fähigkeiten
Function CallingReasoningPrompt CachingWebsuche
Verfügbare Anbieter
MoonshotAIMoonshot
Unterstützte Protokolle
OpenAIopenaiAnthropicanthropic

Providers

MoonshotAIMoonshot
Eingabe-Tokens
$1.9/M
Ausgabe-Tokens
$8/M
Cache-Lesen
$0.38/M
Websuche
$0.0043/R
Protocols
OpenAIopenai/v1/chat/completions
Anthropicanthropic

Code-Beispiele

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.run/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="moonshotai/kimi-k2.7-code-highspeed",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Häufig gestellte Fragen

MoonshotAI: Kimi K2.7 Code Highspeed auf Ofox.ai kostet $1.9/M pro Million Eingabe-Tokens und $8/M pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.