new free models collected

This commit is contained in:
Luxferre
2026-09-07 23:02:27 +03:00
parent c5765ec7f7
commit 2fbefcdded
2 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -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
+1 -2
View File
@@ -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,
1 model key endpoint extra
13 deepseek-ai/deepseek-v4-pro-0813 - https://zsnonsky-nim-proxy.hf.space/v1
14 deepseek-v4-flash-free - https://opencode.ai/zen/v1
15 dots-studio/dots-3-note-preview:free - https://api.kilo.ai/api/openrouter
16 !emotron-super-super - https://mmoranguito-openai-nim-proxy.hf.space/v1
17 google/codegemma-1.1-7b - https://zsnonsky-nim-proxy.hf.space/v1
18 google/codegemma-7b - https://zsnonsky-nim-proxy.hf.space/v1
19 google/deplot - https://zsnonsky-nim-proxy.hf.space/v1
46 microsoft/phi-3-vision-128k-instruct - https://zsnonsky-nim-proxy.hf.space/v1
47 mimo-v2.5-free - https://opencode.ai/zen/v1
48 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
49 mistral-7b - https://mmoranguito-openai-nim-proxy.hf.space/v1
50 mistralai/codestral-22b-instruct-v0.1 - https://zsnonsky-nim-proxy.hf.space/v1
51 mistralai/mistral-7b-instruct-v0.3 - https://zsnonsky-nim-proxy.hf.space/v1