跳至内容
Cohere North Mini Code - OpenRouter 免费编程 AI 模型,256K 上下文

Cohere North Mini Code - OpenRouter 免费编程 AI 模型,256K 上下文

Cohere North Mini Code - 免费编程 AI 模型

Cohere North Mini Code 完全免费,$0/M input tokens,$0/M output tokens。

模型信息

属性
上下文长度256,000 tokens
最大输出64,000 tokens
输入价格$0 / 1M tokens
输出价格$0 / 1M tokens
供应商Cohere
状态免费

描述

North Mini Code 是 Cohere 首个智能体编程模型,也是 North 系列的首发产品。采用稀疏混合专家 (MoE) 架构,30B 总参数,仅 3B 激活,专为高效编程任务优化。

使用示例

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "cohere/north-mini-code:free",
    "messages": [{"role": "user", "content": "Write a Python function to sort a list"}]
  }'

相关链接