VARIANTE · Moonshot AI / Kimi

kimi-k2.6 API

Moonshot AI / Kimi

Usa kimi-k2.6 de la familia Kimi mediante RunAPI. Pago por llamada, sin suscripción, y las generaciones fallidas no se cobran.

Operativo · text · Uso comercial compatible
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
Cambiar variante
kimi-k2.5
RESUMEN

Kimi kimi-k2.6 está disponible con la misma autenticación RunAPI, flujo de model skill y precios por uso.

  • API key unificada
  • Setup del model skill
  • Referencia de ID de modelo
  • Las generaciones fallidas no se cobran
PRECIOS

PRECIOS

Las generaciones fallidas no se cobran
Chat completion
Input $0.48 / 1M tokens
Output $2.00 / 1M tokens
Cache read $0.08
FICHA TÉCNICA

FICHA TÉCNICA

ID de modelo kimi-k2.6
Proveedor Moonshot AI
Modalidad text
Tipo de tarea synchronous
Facturación 1K tokens
Endpoint /v1/chat/completions
Comercial
Estado Operativo
MODELS

Habilidad de modelo — kimi-k2.6

Instala la habilidad una vez y luego usa el ID de variante de esta página mientras construyes.

Endpoint Protocol
/v1/chat/completions OpenAI compatible
CÓMO FUNCIONA

Cómo usar kimi-k2.6

01

Elige modelo

Selecciona el modelo y la variante que encajan con el flujo de tu app.

02

Pasa el ID de modelo

Usa este ID de variante en el cuerpo de la petición.

03

Ejecuta la tarea

Envía la petición y guarda el task ID devuelto.

04

Recoge la salida

Consulta o recibe el callback cuando termine la tarea.

DIFERENCIAS

Comparativa de kimi-k2.6

VS KIMI-K2.5

1T / 32B active; 256K context; 58.6% SWE-bench Pro; 300-agent swarm

1T / 32B active; 256K context; native multimodal input

CASOS DE USO

Dónde usar esta variante

Chat

Usa LLMs para chat y razonamiento.

Código

Genera y revisa trabajo de implementación.

Automatización

Conecta modelos a tareas backend.

FAQ

Preguntas frecuentes sobre kimi-k2.6

¿Cómo selecciono kimi-k2.6?

Pasa el ID de modelo que aparece en el quickstart.

¿El precio es por uso?

Sí. El precio se mide por llamada o unidad.

EMPEZAR

Empieza con Kimi hoy.