added big-pickle to free model samples
This commit is contained in:
@@ -8,6 +8,7 @@ CONFIG='models.csv'
|
||||
TCONFIG="$(mktemp)"
|
||||
|
||||
# Write OpenCode Zen free models
|
||||
printf 'big-pickle,-,https://opencode.ai/zen,\n' >> "$TCONFIG"
|
||||
$REQ https://opencode.ai/zen/v1/models | jq -r '.data | map(select(.id | test("-free")) | .id) | .[]' | awk '{printf "%s,-,https://opencode.ai/zen,\n",$0}' >> "$TCONFIG"
|
||||
|
||||
# Write Kilo free models
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
model,key,endpoint,extra
|
||||
big-pickle,-,https://opencode.ai/zen,
|
||||
cohere/north-mini-code:free,-,https://api.kilo.ai/api/openrouter,
|
||||
deepseek-v4-flash-free,-,https://opencode.ai/zen,
|
||||
dots-studio/dots-3-note-preview:free,-,https://api.kilo.ai/api/openrouter,
|
||||
|
||||
|
Reference in New Issue
Block a user