CONCEPT-SPLIT (v1.3): - concepts/llm/ (6 files) — LLM-spezifische Konzepte - concepts/agents/ (2 → 6 files) — AI-Agents, Subconscious, Trading/Payment-Bots - concepts/policy/ (2 files) — AI-Policy, Regulation, Biosecurity - concepts/directives/ (2 → 3 files) — Projekt-Direktiven + neue Bot-Policy - AGENTS.md: Schema v1.2 → v1.3, Directory-Diagramm aktualisiert - index.md: 4 Sub-Tabellen in Concepts - Cross-Refs in 9 bestehenden Files aktualisiert FINANCIALBOT INGEST (4 Monate, 66 Messages): - raw/other/financialbot-topic-history-2026-02-01_2026-05-30.json (immutable, 120KB) - 13 neue Wiki-Pages: 5 concepts, 5 tools, 3 teams - Themen: Polymarket Arbitrage, AI-Trading-Hype-Refutation, Agent-to-Agent Payments (Lightning), Iron Condor, OpenClaw-Financial-Bot-Policy - Zentrale Erkenntnis: 'Bots NICHT für Trading ohne Validation' (geprägt durch Halluzinations-Vorfall März 2026)
57 lines
No EOL
2.5 KiB
Markdown
57 lines
No EOL
2.5 KiB
Markdown
---
|
|
created: 2026-06-13
|
|
updated: 2026-06-13
|
|
sources: [other/2026-06-13_kimi-k2.7-code-ollama.md]
|
|
tags: [ai-models, moonshot-ai, coding, ollama, agentic]
|
|
---
|
|
|
|
# Kimi K2.7 Code
|
|
|
|
> Coding-fokussiertes agentisches Modell von Moonshot AI, verfügbar auf Ollama Cloud (NVIDIA B300 GPUs, US-Datacenter). Nachfolger von Kimi K2.6.
|
|
|
|
## Übersicht
|
|
|
|
Kimi K2.7 Code ist ein spezialisiertes Coding-Modell, das auf agentische Workflows optimiert ist. Es ist über Ollama Cloud als cloud-hosted Modell verfügbar (`kimi-k2.7-code:cloud`) und kann lokal via Ollama oder über `ollama launch` in verschiedenen Coding-UIs genutzt werden.
|
|
|
|
**Parameter:** ~1.04T | **Kontext:** 256K Tokens | **Input:** Text + Bild/Video (MoonViT)
|
|
|
|
## Kernverbesserungen gegenüber K2.6
|
|
|
|
- **~30% weniger Thinking-Tokens** bei gleichzeitig **besseren Task-Completion-Raten**
|
|
- **Verbessertes agentisches Tool-Use:** Multi-Step Tool Calling, MCP-Integration
|
|
- `preserve_thinking` für kohärente, mehrschrittige Coding-Sessions
|
|
- **Privacy-First:** Daten bleiben privat, kein Training auf Nutzerdaten
|
|
|
|
## Benchmarks
|
|
|
|
Kimi K2.7 Code liegt im Coding nahe an GPT-5.5 und Claude Opus 4.8, bleibt aber in allen Kategorien hinter der Spitze zurück. Besonders stark ist es im MCP Mark Verified (81.1 vs. Claude 76.4).
|
|
|
|
| Benchmark | Kimi K2.7 Code | GPT-5.5 | Claude Opus 4.8 |
|
|
|-----------|---------------|---------|-----------------|
|
|
| Kimi Code Bench v2 | **62.0** | 69.0 | 67.4 |
|
|
| Program Bench | **53.6** | 69.1 | 63.8 |
|
|
| MLS Bench Lite | **35.1** | 35.5 | 42.8 |
|
|
| Kimi Claw 24/7 Bench | **46.9** | 52.8 | 50.4 |
|
|
| MCP Atlas | **76.0** | 79.4 | 81.3 |
|
|
| MCP Mark Verified | **81.1** | 92.9 | 76.4 |
|
|
|
|
## Nutzung
|
|
|
|
**Ollama CLI:**
|
|
```bash
|
|
ollama run kimi-k2.7-code:cloud
|
|
```
|
|
|
|
**Over Ollama Launch (verschiedene Coding-UIs):**
|
|
- `ollama launch claude --model kimi-k2.7-code:cloud`
|
|
- `ollama launch openclaw --model kimi-k2.7-code:cloud`
|
|
- `ollama launch codex --model kimi-k2.7-code:cloud`
|
|
- `ollama launch hermes --model kimi-k2.7-code:cloud`
|
|
- `ollama launch opencode --model kimi-k2.7-code:cloud`
|
|
|
|
## Verwandte Seiten
|
|
|
|
- [Model Routing](../architecture/model-routing.md) — Fallback-Chain enthält kimi-k2.5
|
|
- [Ecosystem Tools](ecosystem-tools-april-2026.md) — Tool-Ökosystem-Kontext
|
|
- [Real-World Coding Showdown](../concepts/llm/real-world-coding-showdown.md) — Head-to-Head-Vergleich Kimi K2.7 vs GLM-5.2 in Hermes Agent (Fahd Mirza, 14.06.2026)
|
|
- [LLM Model Fusion & Ensembles](../concepts/llm/llm-model-fusion-ensembles.md) — Kimi K2.6 im Budget-Panel; Kimi K2.7 als Nachfolger-Kandidat |