首页 / 代码生成 / North Mini Code Free

Free North Mini Code Free API

更新于 2026/8/26

精简版编程专用模型,擅长单文件函数补全与错误排查。

关于该模型

为什么要选择 North Mini Code Free?

North Mini Code 专注于针对单个代码文件的补全与语法修复。

核心优势与特点

  • 小巧敏捷:资源占用小,推理响应快。
  • 限时免费开放:通过 OpenCode Zen 随时接入。

在浏览器里试用

选个模型、粘贴你自己的免费 Key,即可运行。你的 Key 只用于调用一次该提供商,绝不存储在我们的服务器上。

选个模型、粘贴你自己的免费 Key,即可运行。你的 Key 只用于调用一次该提供商,绝不存储在我们的服务器上。

如何调用 North Mini Code Free

curl
curl https://opencode.ai/zen/v1/chat/completions \
  -H "Authorization: Bearer $OPENCODE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "north-mini-code-free",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'
python
from openai import OpenAI

client = OpenAI(
    base_url="https://opencode.ai/zen/v1",
    api_key="YOUR_OPENCODE_API_KEY",
)

response = client.chat.completions.create(
    model="north-mini-code-free",
    messages=[{"role": "user", "content": "Write a python function."}],
)
print(response.choices[0].message.content)

提供方详情

以下平台通过免费层、试用额度或每日配额提供 North Mini Code Free 的免费访问。

供应商上下文窗口免费配额需绑卡评分操作
OpenCode Zen暂无不限额度
加载评分…
Details

常见问题

North Mini Code Free 可以免费使用吗?

可以。North Mini Code Free 目前可通过下方列出的 1 个提供方免费使用,无需付费。

有哪些速率限制和额度?

免费额度因提供方而异 —— OpenCode Zen: 不限额度。

如何获取 North Mini Code Free 的免费 API key?

在 OpenCode Zen 注册后,从控制台创建 API key;具体步骤见上方提供方详情。

哪些提供方免费提供 North Mini Code Free?

North Mini Code Free 目前可通过以下提供方免费使用:OpenCode Zen。

社区反馈

评论与你的 GitHub 账号绑定,登录后即可参与讨论。

知道 North Mini Code Free 的其他免费渠道?

分享您知道的免费访问方式,帮助整个社区。