MoonshotAI

MoonshotAI: Kimi K2.7 Code

Chat
moonshotai/kimi-k2.7-code
VergleichenLoslegen

Kimi K2.7 Code ist Moonshots dediziertes Reasoning-Modell für starke Coding-Aufgaben vom offiziellen Kanal (api.moonshot.cn), mit integriertem Thinking für komplexe Programmieraufgaben. Context und Output: jeweils 262K tokens. Verfügbar über OpenAI-compatible und Anthropic-Protocol über Ofox.

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

Providers

AzureAzure
Eingabe-Tokens
$0.95/M
Ausgabe-Tokens
$4/M
Cache-Lesen
$0.19/M
Websuche
$0.035/R
Protocols
OpenAIopenai/v1/chat/completions/v1/responses
Anthropicanthropic
MoonshotAIMoonshot
Eingabe-Tokens
$0.95/M
Ausgabe-Tokens
$4/M
Cache-Lesen
$0.19/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",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Häufig gestellte Fragen

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