North Mini Code (free)

North Mini Code is Cohere's first agentic coding model and the debut of its North family. A sparse mixture-of-experts model with 30B total parameters and 3B active, it is optimized for code generation, agentic software engineering, and terminal tasks, and is trained to generalize across agent harnesses such as OpenCode and SWE-Agent. It offers a 256K-token context window with up to 64K tokens of output, supports interleaved reasoning and tool use via JSON schema, and is released open-weight under the Apache 2.0 license. Its small active-parameter footprint enables low-latency inference, including on local hardware.

ChatCohere256k tokensGratis

cohere/north-mini-code:free

Contexto
256k tokens
Máx. completion
64,000
Tools
JSON
No
Lanzamiento
2026-06-17

Llámalo desde Geek Hub

El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "cohere/north-mini-code:free",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Consigue tu API key

Preguntas frecuentes

¿Qué es North Mini Code (free)?
North Mini Code is Cohere's first agentic coding model and the debut of its North family. A sparse mixture-of-experts model with 30B total parameters and 3B active, it is optimized for code generation, agentic software engineering, and terminal tasks, and is trained to generalize across agent harnesses such as OpenCode and SWE-Agent. It offers a 256K-token context window with up to 64K tokens of output, supports interleaved reasoning and tool use via JSON schema, and is released open-weight under the Apache 2.0 license. Its small active-parameter footprint enables low-latency inference, including on local hardware. North Mini Code (free) corre en el API de Geek Hub (compatible con OpenAI). Id: cohere/north-mini-code:free.
¿North Mini Code (free) es gratis?
Sí. El precio listado es cero: no se cobran tokens de prompt ni de completion. Los endpoints gratis tienen rate limit.
¿Cuál es el contexto de North Mini Code (free)?
North Mini Code (free) tiene una ventana de 256k tokens. Soporta hasta 64,000 tokens de completion.
¿North Mini Code (free) soporta tool calling y structured outputs?
North Mini Code (free) acepta tools y tool_choice para function calling. No lista structured outputs en este endpoint.
¿Cuándo se lanzó North Mini Code (free)?
North Mini Code (free) se lanzó el 17 de junio de 2026.

Más modelos de Cohere