PROVEEDOR

Moonshot AI Modelos de 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 · desde $0.020
RESUMEN

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.

  • Una API key compartida entre proveedores
  • Los model skills llevan documentación y schemas a tu workspace
  • Facturación por llamada, sin compromiso
  • Las generaciones fallidas no se cobran
FUNCIONES

Lo más destacado

MODELOS

Todos los modelos de Moonshot AI

INICIO RÁPIDO

Instala un model skill de Moonshot AI.

Elige un modelo y añade su skill para que tu herramienta de código tenga documentación, schemas, notas de precios y pasos 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
REFERENCIA

Todas las variantes de Moonshot AI

Tabla completa de precios →
Model Variant Billing From
Kimi
kimi-k2.5 1K tokens $0.020 Ver →
kimi-k2.6 1K tokens $0.020 Ver →
FAQ

Preguntas frecuentes sobre Moonshot AI

¿Es una integración oficial de Moonshot AI?

RunAPI ofrece una superficie API gestionada con precios, capacidades y comportamiento de errores transparentes.

¿Necesito una cuenta de Moonshot AI?

No. Tu clave RunAPI basta para el acceso gestionado.

¿Cómo se factura el precio?

Por llamada o por unidad medida; las generaciones fallidas no se cobran.

EMPEZAR

Empieza a llamar modelos de Moonshot AI desde una sola API.