Yash030 Claude Opus 4.7 commited on
Commit
04fcbd7
·
1 Parent(s): a5ea640

Add free Zen models: big-pickle, ring-2.6-1t-free, nemotron-3-super-free

Browse files

Only free tier models that are Claude Code capable per opencode.ai Zen API.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

Files changed (1) hide show
  1. api/routes.py +5 -0
api/routes.py CHANGED
@@ -28,7 +28,12 @@ DISCOVERED_MODEL_CREATED_AT = "1970-01-01T00:00:00Z"
28
  # the previous hardcoded Claude model list with the requested NVIDIA-
29
  # compatible models so clients only see those options.
30
  REQUESTED_PROVIDER_MODELS = [
 
31
  "zen/minimax-m2.5-free",
 
 
 
 
32
  "nvidia_nim/stepfun-ai/step-3.5-flash",
33
  "nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct",
34
  "nvidia_nim/mistralai/mistral-large-3-675b-instruct-2512",
 
28
  # the previous hardcoded Claude model list with the requested NVIDIA-
29
  # compatible models so clients only see those options.
30
  REQUESTED_PROVIDER_MODELS = [
31
+ # Zen/OpenCode free models
32
  "zen/minimax-m2.5-free",
33
+ "zen/big-pickle",
34
+ "zen/ring-2.6-1t-free",
35
+ "zen/nemotron-3-super-free",
36
+ # NVIDIA NIM models
37
  "nvidia_nim/stepfun-ai/step-3.5-flash",
38
  "nvidia_nim/qwen/qwen3-coder-480b-a35b-instruct",
39
  "nvidia_nim/mistralai/mistral-large-3-675b-instruct-2512",