new free models collected
This commit is contained in:
@@ -9,13 +9,13 @@ TCONFIG="$(mktemp)"
|
|||||||
|
|
||||||
# Write OpenCode Zen free models
|
# Write OpenCode Zen free models
|
||||||
printf 'big-pickle,-,https://opencode.ai/zen,\n' >> "$TCONFIG"
|
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
|
# 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
|
# 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
|
## Write some independent gateways found on HF
|
||||||
|
|
||||||
|
|||||||
+1
-2
@@ -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-ai/deepseek-v4-pro-0813,-,https://zsnonsky-nim-proxy.hf.space/v1,
|
||||||
deepseek-v4-flash-free,-,https://opencode.ai/zen/v1,
|
deepseek-v4-flash-free,-,https://opencode.ai/zen/v1,
|
||||||
dots-studio/dots-3-note-preview:free,-,https://api.kilo.ai/api/openrouter,
|
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-1.1-7b,-,https://zsnonsky-nim-proxy.hf.space/v1,
|
||||||
google/codegemma-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,
|
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,
|
microsoft/phi-3-vision-128k-instruct,-,https://zsnonsky-nim-proxy.hf.space/v1,
|
||||||
mimo-v2.5-free,-,https://opencode.ai/zen/v1,
|
mimo-v2.5-free,-,https://opencode.ai/zen/v1,
|
||||||
minimaxai/minimax-m3,-,https://zsnonsky-nim-proxy.hf.space/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,
|
mistral-7b,-,https://mmoranguito-openai-nim-proxy.hf.space/v1,
|
||||||
mistralai/codestral-22b-instruct-v0.1,-,https://zsnonsky-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,
|
mistralai/mistral-7b-instruct-v0.3,-,https://zsnonsky-nim-proxy.hf.space/v1,
|
||||||
|
|||||||
|
Reference in New Issue
Block a user