Home / Code Generation / Big Pickle

Free Big Pickle API

Updated 7/29/2026

OpenCode 实验室秘密测试(Stealth Model)的 Agent 代码模型,限时免费体验。

About the Model

为什么要选择 Big Pickle?

Big Pickle 是 OpenCode 团队在 Zen 网关上开启限时免费测试的神秘模型(Stealth Model)。

核心优势与特点

  • Agent 场景优化:专门针对多文件联动修改、智能体工具调用进行了强化对齐。
  • 实验性能力:包含了 OpenCode 在自动化编程方面的最新探索与推理微调。
  • 完全免费测试:开发者只需获取 OpenCode API Key 即可零成本体验。

How to call Big Pickle

curl
curl https://opencode.ai/zen/v1/chat/completions \
  -H "Authorization: Bearer $OPENCODE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "big-pickle",
    "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="big-pickle",
    messages=[{"role": "user", "content": "Write a python function."}],
)
print(response.choices[0].message.content)

Provider Details

The following platforms provide free access to Big Pickle through free tiers, trial credits, or daily quotas.

ProviderContext WindowFree QuotaRequires CCTrustAction
OpenCode ZenN/AUnlimitedNo
Trust 95
Details

Frequently Asked Questions

Is Big Pickle free to use?

Yes. Big Pickle 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 Big Pickle 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 Big Pickle for free?

Big Pickle is currently available for free via: OpenCode Zen.

Know another free provider for Big Pickle?

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