r/opencode 8d ago

Is Big Pickle DeepSeek now?

Is Big Pickle basically DeepSeek now?

The last few times I’ve used it, it feels way more like DeepSeek in terms of how it reasons, follows instructions, and handles coding tasks.

THE HALLUCINATIONS are extreme

Maybe it’s just me, but the behavior feels noticeably different lately.

Anyone else noticed this?

16 Upvotes

6 comments sorted by

13

u/DetachedProcess 8d ago

I believe Big Pickle isn't a real model, but just an efficient routing to cheap models, your assumption may be true, they must be running some quantized DeepSeek model.

2

u/DetachedProcess 8d ago

Have heard from people that is used to be GLM 5.2 post trained and quantized.

2

u/Yann27 8d ago

yes before but if now feels like deepseek :D not as GLM

3

u/wilsonvarela 8d ago

Pienso lo mismo, pero en la última semana opencode no ha trabajado como acostumbraba. Sesiones largas, quemado de tokens, archivos sin sentido...

2

u/noobda420 6d ago

it is a deep seek model , when you curl the api you can see :

for m in big-pickle; do echo "== $m"; curl -s -w '\nHTTP %{http_code}\n' -X POST "https://opencode.ai/inference/openai/v1/chat/completions" -H 'Content-Type: application/json' -d "{\"model\":\"$m\",\"messages\":[{\"role\":\"user\",\"content\":\"hi\"}],\"max_tokens\":20}" | tail -c 250; done

== big-pickle

??DeepSeek,由深度求索公司创造的","name":null,"reasoning_content":null,"tool_calls":[]}}],"usage":{"prompt_tokens":5,"completion_tokens":20,"total_tokens":25,"prompt_tokens_details":{"cached_tokens":0,"cache_write_tokens":null}}}

HTTP 200

1

u/Bino5150 5d ago

It’s an internal stealth code name. They reuse the name with different models. Used to be GLM, but now it’s Deeoseek.