---
title: Hermes Agent x MiniMax rehberi | RunAPI
description: MiniMax modelini RunAPI üzerinden Hermes Agent ile kullanın. Güncel model kimliklerini, endpoint'leri ve fiyatları karşılaştırıp uygun yapılandırma akışını izleyin.
url: https://runapi.ai/tr/hermes-minimax.md
canonical: https://runapi.ai/tr/hermes-minimax
locale: tr
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/hermes-minimax
  zh-CN: https://runapi.ai/zh-CN/hermes-minimax
  es: https://runapi.ai/es/hermes-minimax
  ja: https://runapi.ai/ja/hermes-minimax
  de: https://runapi.ai/de/hermes-minimax
  fr: https://runapi.ai/fr/hermes-minimax
  pt-BR: https://runapi.ai/pt-BR/hermes-minimax
  ko: https://runapi.ai/ko/hermes-minimax
  it: https://runapi.ai/it/hermes-minimax
  nl: https://runapi.ai/nl/hermes-minimax
  pl: https://runapi.ai/pl/hermes-minimax
  tr: https://runapi.ai/tr/hermes-minimax
  zh-TW: https://runapi.ai/zh-TW/hermes-minimax
  zh-HK: https://runapi.ai/zh-HK/hermes-minimax
  ar: https://runapi.ai/ar/hermes-minimax
  x-default: https://runapi.ai/hermes-minimax
model_line: minimax
---

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

# Hermes Agent x MiniMax

MiniMax M-series text modelleri, 200K-1M context'e sahip sparse MoE LLM'lerdir ve dense modellere göre maliyetin küçük bir kısmıyla frontier kodlama skorları verir. RunAPI üzerinden tek API anahtarı, kullandıkça öde token faturalandırması ve OpenAI Chat Completions, OpenAI Responses, Anthropic Messages arayüzlerinden çağrılabilirlik sunarlar. Bunlar MiniMax'in text modelleridir; MiniMax Hailuo video generation hattından ayrıdır.

## Genel sürümler ve endpoint'ler

| Model kimliği | Sürüm | Endpoint'ler | Başlangıç fiyatı |
| --- | --- | --- | --- |
| `MiniMax-M2` | 230B / 10B aktif; 200K context; temel M-series kodlama modeli | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.1` | 200K context; polyglot programlama; 74% SWE-bench Verified | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.5` | 200K context; daha güçlü ajan tool calling ve search | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.5-highspeed` | Yaklaşık 100 tokens/sec hızında M2.5; aynı ağırlıklar, daha yüksek throughput | /v1/chat/completions | $0.0004 |
| `MiniMax-M2.7` | 200K context; 56.2% SWE-bench Pro; self-evolving training | /v1/chat/completions | $0.0002 |
| `MiniMax-M2.7-highspeed` | Yaklaşık 100 tokens/sec hızında M2.7; aynı ağırlıklar, daha yüksek throughput | /v1/chat/completions | $0.0004 |
| `MiniMax-M3` | 1M context; 80.5% SWE-bench Verified; frontier açık ağırlıklı kodlama + long context | /v1/chat/completions | $0.0002 |

## Yapılandırma

Bir komut kullanmadan önce `<model-id>` seçin. Bu sayfa varsayılan model seçmez.
OpenClaw ile `runapi/<model-id>` kullanın veya RunAPI özel endpoint'ini yapılandırıp Hermes Agent ile `<model-id>` seçin.

`/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>
```

## Doğrulama

```
hermes model
hermes doctor
```


## Nasıl çalışır

1. **Bir model kimliği seçin.** Genel katalogdan bir model kimliği seçin ve endpoint'i ile güncel başlangıç fiyatını inceleyin.
2. **RunAPI'yi yapılandırın.** Bu agent için provider yapılandırmasını ekleyin.
3. **Sonucu doğrulayın.** Aşağıda gösterilen agent durum ve model seçme komutlarını çalıştırın.

## Sık sorulan sorular

### Hangi model kimliğini kullanmalıyım?

Sürüm tablosundan genel bir model kimliği seçin. Her kimlik, kendi satırında gösterilen endpoint'leri sunar.

### Bu rehber bir sohbet modeli yapılandırıyor mu?

Evet. Bu Model Line, istemciye yönelik bir LLM protokolünü destekler.


### Bağlantılar

- [Hermes Agent](https://runapi.ai/tr/hermes-agent)
- [MiniMax - Katalog](https://runapi.ai/tr/models/minimax)
- [MiniMax-M2](https://runapi.ai/tr/models/minimax/m2)
- [MiniMax-M2.1](https://runapi.ai/tr/models/minimax/m2.1)
- [MiniMax-M2.5](https://runapi.ai/tr/models/minimax/m2.5)
- [MiniMax-M2.5-highspeed](https://runapi.ai/tr/models/minimax/m2.5-highspeed)
- [MiniMax-M2.7](https://runapi.ai/tr/models/minimax/m2.7)
- [MiniMax-M2.7-highspeed](https://runapi.ai/tr/models/minimax/m2.7-highspeed)
- [MiniMax-M3](https://runapi.ai/tr/models/minimax/m3)

---

## More from RunAPI

- [Home](https://runapi.ai/tr/.md)
- [Modeller](https://runapi.ai/tr/models.md)
- [AI video API karşılaştırması](https://runapi.ai/tr/ai-video-api-comparison.md)
- [OpenClaw Entegrasyonu](https://runapi.ai/tr/openclaw.md)
- [OpenClaw İçin En İyi API](https://runapi.ai/tr/best-api-for-openclaw.md)
- [OpenClaw Görsel Oluşturma](https://runapi.ai/tr/openclaw-image-generation.md)
- [Hermes Agent Entegrasyonu](https://runapi.ai/tr/hermes-agent.md)
- [Fiyatlandırma](https://runapi.ai/tr/pricing.md)
- [Claude API Fiyatlandırma](https://runapi.ai/tr/claude-api-pricing.md)
- [ChatGPT API Fiyatlandırma](https://runapi.ai/tr/chatgpt-api-pricing.md)
- [OpenAI API Fiyatlandırma](https://runapi.ai/tr/openai-api-pricing.md)
- [Gemini API Fiyatlandırma](https://runapi.ai/tr/gemini-api-pricing.md)
- [Claude Code Fiyatlandırma](https://runapi.ai/tr/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/tr/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/tr/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/tr/claude-max-vs-api.md)
- [Requesty Alternatifi](https://runapi.ai/tr/requesty-alternative.md)
- [Dokümantasyon](https://runapi.ai/tr/docs/guides)
- [SDK](https://runapi.ai/tr/sdk.md)
- [Yetenekler](https://runapi.ai/tr/skills.md)
- [MCP Sunucusu](https://runapi.ai/tr/mcp.md)
- [CLI](https://runapi.ai/tr/cli.md)
- [Geri bildirim](https://runapi.makethisbetter.dev)
- [İletişim](mailto:support@runapi.ai)
- [Şartlar](https://runapi.ai/tr/terms.md)
- [Gizlilik](https://runapi.ai/tr/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/tr",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/tr/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/tr",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/tricon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "SoftwareApplication",
    "name": "Hermes Agent x MiniMax",
    "applicationCategory": "DeveloperApplication",
    "description": "MiniMax modelini RunAPI üzerinden Hermes Agent ile kullanın. Güncel model kimliklerini, endpoint'leri ve fiyatları karşılaştırıp uygun yapılandırma akışını izleyin.",
    "url": "https://runapi.ai/tr/hermes-minimax"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Hangi model kimliğini kullanmalıyım?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Sürüm tablosundan genel bir model kimliği seçin. Her kimlik, kendi satırında gösterilen endpoint'leri sunar."
        }
      },
      {
        "@type": "Question",
        "name": "Bu rehber bir sohbet modeli yapılandırıyor mu?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Evet. Bu Model Line, istemciye yönelik bir LLM protokolünü destekler."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "HowTo",
    "name": "MiniMax modelini Hermes Agent ile kullanma",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Bir model kimliği seçin",
        "text": "Genel katalogdan bir model kimliği seçin ve endpoint'i ile güncel başlangıç fiyatını inceleyin.",
        "url": "https://runapi.ai/tr/hermes-minimax#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "RunAPI'yi yapılandırın",
        "text": "Bu agent için provider yapılandırmasını ekleyin.",
        "url": "https://runapi.ai/tr/hermes-minimax#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Sonucu doğrulayın",
        "text": "Aşağıda gösterilen agent durum ve model seçme komutlarını çalıştırın.",
        "url": "https://runapi.ai/tr/hermes-minimax#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "tr",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Ana sayfa",
        "item": "https://runapi.ai/tr"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Hermes Agent",
        "item": "https://runapi.ai/tr/hermes-agent"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "MiniMax",
        "item": "https://runapi.ai/tr/hermes-minimax"
      }
    ]
  }
]
```
