From 2fbefcdded2ae4ccd725aee1a3f94551e9d41a67 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Mon, 7 Sep 2026 23:02:27 +0300 Subject: [PATCH] new free models collected --- free-model-collector.sh | 6 +++--- models.csv | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/free-model-collector.sh b/free-model-collector.sh index 3ae4b2d..acc336f 100755 --- a/free-model-collector.sh +++ b/free-model-collector.sh @@ -9,13 +9,13 @@ 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/v1,\n",$0}' >> "$TCONFIG" +$REQ https://opencode.ai/zen/v1/models | jq -r '.data | map(select(.id | test("-free")) | .id) | .[]' | awk '{printf("%s,-,https://opencode.ai/zen/v1,\n",$0)}' >> "$TCONFIG" # Write Kilo free models -$REQ https://api.kilo.ai/api/openrouter/models | jq -r '.data | map(select(.isFree) | .id) | .[]' | awk '{printf "%s,-,https://api.kilo.ai/api/openrouter,\n",$0}' >> "$TCONFIG" +$REQ https://api.kilo.ai/api/openrouter/models | jq -r '.data | map(select(.isFree) | .id) | .[]' | awk '{printf("%s,-,https://api.kilo.ai/api/openrouter,\n",$0)}' >> "$TCONFIG" # Write OVHCloud free trial models (2 req per minute per IP keyless), commented out by default -# $REQ https://oai.endpoints.kepler.ai.cloud.ovh.net/v1/models | jq -r '.data | .[] | .id' | grep -viE 'diffusion|whisper|ppl|guard|embedding|bge-|-tts-' | awk '{printf "%s,-,https://oai.endpoints.kepler.ai.cloud.ovh.net,\n",$0}' >> "$TCONFIG" +# $REQ https://oai.endpoints.kepler.ai.cloud.ovh.net/v1/models | jq -r '.data | .[] | .id' | grep -viE 'diffusion|whisper|ppl|guard|embedding|bge-|-tts-' | awk '{printf("%s,-,https://oai.endpoints.kepler.ai.cloud.ovh.net,\n",$0)}' >> "$TCONFIG" ## Write some independent gateways found on HF diff --git a/models.csv b/models.csv index dd32c25..b811f17 100644 --- a/models.csv +++ b/models.csv @@ -13,6 +13,7 @@ deepseek-ai/deepseek-v4-flash-0731,-,https://zsnonsky-nim-proxy.hf.space/v1, deepseek-ai/deepseek-v4-pro-0813,-,https://zsnonsky-nim-proxy.hf.space/v1, deepseek-v4-flash-free,-,https://opencode.ai/zen/v1, dots-studio/dots-3-note-preview:free,-,https://api.kilo.ai/api/openrouter, +!emotron-super-super,-,https://mmoranguito-openai-nim-proxy.hf.space/v1, google/codegemma-1.1-7b,-,https://zsnonsky-nim-proxy.hf.space/v1, google/codegemma-7b,-,https://zsnonsky-nim-proxy.hf.space/v1, google/deplot,-,https://zsnonsky-nim-proxy.hf.space/v1, @@ -45,8 +46,6 @@ microsoft/phi-3.5-moe-instruct,-,https://zsnonsky-nim-proxy.hf.space/v1, microsoft/phi-3-vision-128k-instruct,-,https://zsnonsky-nim-proxy.hf.space/v1, mimo-v2.5-free,-,https://opencode.ai/zen/v1, minimaxai/minimax-m3,-,https://zsnonsky-nim-proxy.hf.space/v1, -minimax/minimax-m2.7:free,-,https://api.kilo.ai/api/openrouter, -minimax/minimax-m3:free,-,https://api.kilo.ai/api/openrouter, mistral-7b,-,https://mmoranguito-openai-nim-proxy.hf.space/v1, mistralai/codestral-22b-instruct-v0.1,-,https://zsnonsky-nim-proxy.hf.space/v1, mistralai/mistral-7b-instruct-v0.3,-,https://zsnonsky-nim-proxy.hf.space/v1,