PROVIDER

Moonshot AI AI-modellen

Moonshot AI's Kimi K2 — 1T-parameter MoE with 256K context and 58.6% SWE-bench Pro, via one RunAPI key.

1 models · 2 variants · vanaf $0.020
OVERVIEW

Moonshot AI builds the Kimi K2 family — 1 trillion total parameters, 32B active per token, 384 experts per layer — optimized for autonomous coding and multi-agent orchestration. kimi-k2.6 reaches 58.6% on SWE-bench Pro and scales Agent Swarm to 300 sub-agents. Both kimi-k2.5 and kimi-k2.6 are available through RunAPI from the OpenAI and Anthropic SDKs.

  • Eén API-key gedeeld tussen providers
  • Modelskills brengen docs en schema's naar je workspace
  • Betalen per call, zonder verplichting
  • Mislukte generaties worden niet in rekening gebracht
FEATURES

Wat opvalt

MODELS

Alle modellen van Moonshot AI

QUICKSTART

Installeer een Moonshot AI modelskill.

Kies een model en voeg de skill toe zodat je codeertool docs, schema's, prijsnotities en setupstappen heeft.

runapi.ai
# Base URL
https://runapi.ai

# Endpoints
POST /v1/chat/completions
curl https://runapi.ai/v1/chat/completions \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "kimi-k2.6",
  "messages": [
    {
      "role": "user",
      "content": "Plan and implement a small CLI tool: scaffold the project, write the commands, add tests, and run them until they pass."
    }
  ]
}'
from openai import OpenAI

client = OpenAI(
    base_url="https://runapi.ai/v1",
    api_key="your-runapi-key"
)

response = client.chat.completions.create(
    model="kimi-k2.6",
    messages=[{"role": "user", "content": "Plan and implement a small CLI tool: scaffold the project, write the commands, add tests, and run them until they pass."}]
)
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://runapi.ai/v1",
  apiKey: "your-runapi-key"
});

const response = await client.chat.completions.create({
  model: "kimi-k2.6",
  messages: [{ role: "user", content: "Plan and implement a small CLI tool: scaffold the project, write the commands, add tests, and run them until they pass." }]
});
https://runapi.ai /v1/chat/completions
REFERENCE

Alle varianten van Moonshot AI

Volledige prijstabel →
Model Variant Billing From
Kimi
kimi-k2.5 1K tokens $0.020 Bekijken →
kimi-k2.6 1K tokens $0.020 Bekijken →
FAQ

Veelgestelde vragen over Moonshot AI

Is dit een officiële Moonshot AI-integratie?

RunAPI biedt een beheerde API-laag met transparante prijzen, mogelijkheden en foutgedrag.

Heb ik een Moonshot AI-account nodig?

Nee — je RunAPI-sleutel is genoeg voor beheerde toegang.

Wat is de extra latency door proxying?

Meestal onder de 20 ms. RunAPI houdt de proxylaag dicht bij de regio’s waar het model draait.

Worden afbeeldingen / video’s gecached?

Genereerde output wordt opgeslagen en is op te halen via task ID. Invoer wordt niet gecached.

Kan ik mijn eigen key gebruiken?

Nog niet — calls gebruiken RunAPI-beheerde toegang.

NU BEGINNEN

Begin met bouwen met Moonshot AI-modellen.