---
title: Anleitung für Hermes Agent x Kimi | RunAPI
description: Verwende Kimi mit Hermes Agent über RunAPI. Vergleiche aktuelle Modell-IDs, Endpunkte und Preise und folge dann dem passenden Konfigurationsablauf.
url: https://runapi.ai/de/hermes-kimi.md
canonical: https://runapi.ai/de/hermes-kimi
locale: de
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/hermes-kimi
  zh-CN: https://runapi.ai/zh-CN/hermes-kimi
  es: https://runapi.ai/es/hermes-kimi
  ja: https://runapi.ai/ja/hermes-kimi
  de: https://runapi.ai/de/hermes-kimi
  fr: https://runapi.ai/fr/hermes-kimi
  pt-BR: https://runapi.ai/pt-BR/hermes-kimi
  ko: https://runapi.ai/ko/hermes-kimi
  it: https://runapi.ai/it/hermes-kimi
  nl: https://runapi.ai/nl/hermes-kimi
  pl: https://runapi.ai/pl/hermes-kimi
  tr: https://runapi.ai/tr/hermes-kimi
  zh-TW: https://runapi.ai/zh-TW/hermes-kimi
  zh-HK: https://runapi.ai/zh-HK/hermes-kimi
  ar: https://runapi.ai/ar/hermes-kimi
  x-default: https://runapi.ai/hermes-kimi
model_line: kimi
---

> HTML version: https://runapi.ai/de/hermes-kimi
> Site index for agents: https://runapi.ai/llms.txt

# Hermes Agent x Kimi

kimi-k3 ist Kimis aktuelles Flaggschiff mit dauerhaft aktiviertem Reasoning. kimi-k2.5 und kimi-k2.6 bleiben verfügbar; ihre ältere K2-Architektur hat 1T Parameter und 256K Kontext, und 58,6 % auf SWE-bench Pro gehören zu kimi-k2.6. Kimi ist über OpenAI Chat Completions, OpenAI Responses, Anthropic Messages und Gemini Native APIs verfügbar. Die erste RunAPI-Version von kimi-k3 unterstützt einfache Textanfragen mit synchronen und SSE-Streaming-Antworten.

## Öffentliche Versionen und Endpunkte

| Modell-ID | Version | Endpunkte | Startpreis |
| --- | --- | --- | --- |
| `kimi-k2.5` | 1T / 32B aktiv; 256K Kontext; native multimodale Eingabe | /v1/chat/completions | $0.0006 |
| `kimi-k2.6` | 1T / 32B aktiv; 256K Kontext; 58,6 % SWE-bench Pro; 300-Agent-Swarm | /v1/chat/completions | $0.0026 |
| `kimi-k2.7-code` | Spezielles Coding-Modell; permanentes Thinking; 256K Kontext | /v1/chat/completions | $0.0006 |
| `kimi-k3` | Aktuelles Kimi-Flaggschiff mit dauerhaft aktiviertem Reasoning | /v1/chat/completions | $0.0018 |

## Konfiguration

Wähle `<model-id>`, bevor du einen Befehl verwendest. Diese Seite wählt kein Standardmodell aus.
Verwende `runapi/<model-id>` mit OpenClaw oder konfiguriere den benutzerdefinierten RunAPI-Endpunkt und wähle `<model-id>` mit Hermes Agent.

`/v1/chat/completions`

```
providers:
  runapi:
    api: "https://runapi.ai/v1"
    key_env: RUNAPI_API_KEY
    transport: chat_completions
    default_model: <model-id>

model:
  provider: custom:runapi
  default: <model-id>
```

## Überprüfen

```
hermes model
hermes doctor
```


## So funktioniert es

1. **Modell-ID auswählen.** Wähle eine öffentliche Katalog-Modell-ID und prüfe ihren Endpunkt und aktuellen Startpreis.
2. **RunAPI konfigurieren.** Füge die Provider-Konfiguration für diesen Agenten hinzu.
3. **Ergebnis überprüfen.** Führe die unten gezeigten Status- und Modellauswahlbefehle aus.

## Häufige Fragen

### Welche Modell-ID soll ich verwenden?

Wähle eine öffentliche Modell-ID aus der Versionstabelle. Jede ID stellt die in ihrer Zeile gezeigten Endpunkte bereit.

### Konfiguriert diese Anleitung ein Chatmodell?

Ja. Diese Modelllinie unterstützt ein clientseitiges LLM-Protokoll.


### Links

- [Hermes Agent](https://runapi.ai/de/hermes-agent)
- [Kimi - Katalog](https://runapi.ai/de/models/kimi)
- [kimi-k2.5](https://runapi.ai/de/models/kimi/k2.5)
- [kimi-k2.6](https://runapi.ai/de/models/kimi/k2.6)
- [kimi-k2.7-code](https://runapi.ai/de/models/kimi/k2.7-code)
- [kimi-k3](https://runapi.ai/de/models/kimi/k3)

---

## More from RunAPI

- [Home](https://runapi.ai/de/.md)
- [Modelle](https://runapi.ai/de/models.md)
- [KI-Video-API Vergleich](https://runapi.ai/de/ai-video-api-comparison.md)
- [OpenClaw Integration](https://runapi.ai/de/openclaw.md)
- [Beste API für OpenClaw](https://runapi.ai/de/best-api-for-openclaw.md)
- [OpenClaw Bildgenerierung](https://runapi.ai/de/openclaw-image-generation.md)
- [Hermes Agent Integration](https://runapi.ai/de/hermes-agent.md)
- [Preise](https://runapi.ai/de/pricing.md)
- [Claude API Preise](https://runapi.ai/de/claude-api-pricing.md)
- [ChatGPT API Preise](https://runapi.ai/de/chatgpt-api-pricing.md)
- [OpenAI API Preise](https://runapi.ai/de/openai-api-pricing.md)
- [Gemini API Preise](https://runapi.ai/de/gemini-api-pricing.md)
- [Claude Code Preise](https://runapi.ai/de/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/de/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/de/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/de/claude-max-vs-api.md)
- [Requesty Alternative](https://runapi.ai/de/requesty-alternative.md)
- [Docs](https://runapi.ai/de/docs/guides)
- [SDK](https://runapi.ai/de/sdk.md)
- [Skills](https://runapi.ai/de/skills.md)
- [MCP Server](https://runapi.ai/de/mcp.md)
- [CLI](https://runapi.ai/de/cli.md)
- [Feedback](https://runapi.makethisbetter.dev)
- [Kontakt](mailto:support@runapi.ai)
- [Bedingungen](https://runapi.ai/de/terms.md)
- [Datenschutz](https://runapi.ai/de/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/de/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/deicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "SoftwareApplication",
    "name": "Hermes Agent x Kimi",
    "applicationCategory": "DeveloperApplication",
    "description": "Verwende Kimi mit Hermes Agent über RunAPI. Vergleiche aktuelle Modell-IDs, Endpunkte und Preise und folge dann dem passenden Konfigurationsablauf.",
    "url": "https://runapi.ai/de/hermes-kimi"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Welche Modell-ID soll ich verwenden?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Wähle eine öffentliche Modell-ID aus der Versionstabelle. Jede ID stellt die in ihrer Zeile gezeigten Endpunkte bereit."
        }
      },
      {
        "@type": "Question",
        "name": "Konfiguriert diese Anleitung ein Chatmodell?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Ja. Diese Modelllinie unterstützt ein clientseitiges LLM-Protokoll."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "HowTo",
    "name": "Kimi mit Hermes Agent verwenden",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Modell-ID auswählen",
        "text": "Wähle eine öffentliche Katalog-Modell-ID und prüfe ihren Endpunkt und aktuellen Startpreis.",
        "url": "https://runapi.ai/de/hermes-kimi#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "RunAPI konfigurieren",
        "text": "Füge die Provider-Konfiguration für diesen Agenten hinzu.",
        "url": "https://runapi.ai/de/hermes-kimi#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Ergebnis überprüfen",
        "text": "Führe die unten gezeigten Status- und Modellauswahlbefehle aus.",
        "url": "https://runapi.ai/de/hermes-kimi#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Start",
        "item": "https://runapi.ai/de"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Hermes Agent",
        "item": "https://runapi.ai/de/hermes-agent"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Kimi",
        "item": "https://runapi.ai/de/hermes-kimi"
      }
    ]
  }
]
```
