56 lines
2.1 KiB
Markdown
56 lines
2.1 KiB
Markdown
|
|
---
|
||
|
|
type: other
|
||
|
|
source_url: "https://ollama.com/library/kimi-k2.7-code"
|
||
|
|
retrieved: 2026-06-13
|
||
|
|
title: "Kimi K2.7 Code — jetzt auf Ollama Cloud (NVIDIA B300)"
|
||
|
|
author: "Pit Weber"
|
||
|
|
tags: [ai-models, moonshot-ai, coding, ollama, agentic]
|
||
|
|
---
|
||
|
|
|
||
|
|
## Quelle
|
||
|
|
|
||
|
|
- **Link:** https://ollama.com/library/kimi-k2.7-code
|
||
|
|
- **Geteilt von:** Pit Weber (PWeber) in OME News
|
||
|
|
- **Datum:** 2026-06-13
|
||
|
|
|
||
|
|
## Zusammenfassung
|
||
|
|
|
||
|
|
Kimi K2.7 Code ist Moonshot AI's Coding-fokussiertes, agentisches Modell, basierend auf Kimi K2.6. Es ist jetzt auf Ollama Cloud verfügbar, gehostet auf NVIDIA B300 GPUs in US-Rechenzentren.
|
||
|
|
|
||
|
|
### Key Features
|
||
|
|
|
||
|
|
- **~30% weniger Thinking-Tokens** bei gleichzeitig verbesserten Task-Completion-Raten auf komplexen Coding-Aufgaben
|
||
|
|
- **256K Token Kontextfenster** mit Vision-Input (Bild & Video via MoonViT Vision Encoder)
|
||
|
|
- **1.04T Parameter**
|
||
|
|
- **Stärkeres agentisches Tool-Use:** Multi-Step Tool Calling, MCP-basierte Umgebungen, `preserve_thinking` für kohärente Multi-Step Sessions
|
||
|
|
- **Privacy:** Daten bleiben privat, werden nie für Training verwendet
|
||
|
|
|
||
|
|
### Benchmarks
|
||
|
|
|
||
|
|
| Benchmark | Kimi K2.6 | Kimi K2.7 Code | GPT-5.5 | Claude Opus 4.8 |
|
||
|
|
|-----------|-----------|---------------|---------|-----------------|
|
||
|
|
| Kimi Code Bench v2 | 50.9 | **62.0** | 69.0 | 67.4 |
|
||
|
|
| Program Bench | 48.3 | **53.6** | 69.1 | 63.8 |
|
||
|
|
| MLS Bench Lite | 26.7 | **35.1** | 35.5 | 42.8 |
|
||
|
|
| Kimi Claw 24/7 Bench | 42.9 | **46.9** | 52.8 | 50.4 |
|
||
|
|
| MCP Atlas | 69.4 | **76.0** | 79.4 | 81.3 |
|
||
|
|
| MCP Mark Verified | 72.8 | **81.1** | 92.9 | 76.4 |
|
||
|
|
|
||
|
|
### Nutzung
|
||
|
|
|
||
|
|
```bash
|
||
|
|
ollama run kimi-k2.7-code:cloud
|
||
|
|
```
|
||
|
|
|
||
|
|
### Verfügbare Apps (über Ollama Launch)
|
||
|
|
|
||
|
|
- Claude Code: `ollama launch claude --model kimi-k2.7-code:cloud`
|
||
|
|
- Codex App: `ollama launch codex-app --model kimi-k2.7-code:cloud`
|
||
|
|
- OpenClaw: `ollama launch openclaw --model kimi-k2.7-code:cloud`
|
||
|
|
- Hermes Agent: `ollama launch hermes --model kimi-k2.7-code:cloud`
|
||
|
|
- Codex: `ollama launch codex --model kimi-k2.7-code:cloud`
|
||
|
|
- OpenCode: `ollama launch opencode --model kimi-k2.7-code:cloud`
|
||
|
|
|
||
|
|
### Referenzen
|
||
|
|
|
||
|
|
- Hugging Face: https://huggingface.co/moonshotai/Kimi-K2.7-Code
|