FOURNISSEUR

Moonshot AI Modèles IA

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 · à partir de $0.020
APERÇU

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.

  • Une API key partagée entre fournisseurs
  • Les model skills apportent docs et schémas dans votre workspace
  • Facturation par appel, sans engagement
  • Les générations échouées ne sont pas facturées
FONCTIONNALITÉS

Points forts

MODÈLES

Tous les modèles de Moonshot AI

DÉMARRAGE RAPIDE

Installez un model skill Moonshot AI.

Choisissez un modèle et ajoutez son skill pour que votre outil de code dispose des docs, schémas, notes de tarifs et étapes de setup.

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
RÉFÉRENCE

Toutes les variantes de Moonshot AI

Table complète des tarifs →
Model Variant Billing From
Kimi
kimi-k2.5 1K tokens $0.020 Voir →
kimi-k2.6 1K tokens $0.020 Voir →
FAQ

Questions fréquentes sur Moonshot AI

Est-ce une intégration officielle Moonshot AI ?

RunAPI expose une surface API gérée avec tarifs, capacités et comportement d'erreur transparents.

Ai-je besoin d'un compte Moonshot AI ?

Non. Votre clé RunAPI suffit pour l'accès géré.

Comment les tarifs sont-ils facturés ?

Par appel ou par unité mesurée, sans facturation des générations échouées.

COMMENCER

Commencez à appeler les modèles Moonshot AI depuis une seule API.