为什么要选择 North Mini Code Free?
North Mini Code 专注于针对单个代码文件的补全与语法修复。
核心优势与特点
- 小巧敏捷:资源占用小,推理响应快。
- 限时免费开放:通过 OpenCode Zen 随时接入。
Updated 7/29/2026
精简版编程专用模型,擅长单文件函数补全与错误排查。
North Mini Code 专注于针对单个代码文件的补全与语法修复。
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!"}]
}'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)The following platforms provide free access to North Mini Code Free through free tiers, trial credits, or daily quotas.
| Provider | Context Window | Free Quota | Requires CC | Trust | Action |
|---|---|---|---|---|---|
| OpenCode Zen | N/A | No | Trust 95 | Details |
Yes. North Mini Code Free is available for free through 1 provider(s) listed below, with no purchase required.
Free access varies by provider — OpenCode Zen: Unlimited.
Sign up with OpenCode Zen, then create an API key from your dashboard. See the provider details above for the exact steps.
North Mini Code Free is currently available for free via: OpenCode Zen.
Help the community by sharing other ways to access this model for free.