Home / Code Generation / North Mini Code Free

Free North Mini Code Free API

Updated 7/29/2026

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

About the Model

为什么要选择 North Mini Code Free?

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

核心优势与特点

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

How to call 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)

Provider Details

The following platforms provide free access to North Mini Code Free through free tiers, trial credits, or daily quotas.

ProviderContext WindowFree QuotaRequires CCTrustAction
OpenCode ZenN/AUnlimitedNo
Trust 95
Details

Frequently Asked Questions

Is North Mini Code Free free to use?

Yes. North Mini Code Free is available for free through 1 provider(s) listed below, with no purchase required.

What are the rate limits and quotas?

Free access varies by provider — OpenCode Zen: Unlimited.

How do I get a free North Mini Code Free API key?

Sign up with OpenCode Zen, then create an API key from your dashboard. See the provider details above for the exact steps.

Which providers offer North Mini Code Free for free?

North Mini Code Free is currently available for free via: OpenCode Zen.

Know another free provider for North Mini Code Free?

Help the community by sharing other ways to access this model for free.