updated model collector script, commented out G4F by default

This commit is contained in:
Luxferre
2026-07-11 09:07:53 +03:00
parent 518dbbd61f
commit 2439257729
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ $REQ https://api.kilo.ai/api/openrouter/models | jq -r '.data | map(select(.isFr
$REQ https://text.pollinations.ai/models | jq -r 'map(select(.tier=="anonymous") | .name) | .[]' | awk '{printf "%s,-,https://text.pollinations.ai/openai,\n",$0}' >> "$TCONFIG"
# Write OVHCloud free trial models (2 req per minute per IP keyless)
$REQ https://oai.endpoints.kepler.ai.cloud.ovh.net/v1/models | jq -r '.data | .[] | .id' | grep -viE 'diffusion|whisper|ppl|guard|bge-' | 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-' | awk '{printf "%s,-,https://oai.endpoints.kepler.ai.cloud.ovh.net,\n",$0}' >> "$TCONFIG"
### Uncomment for G4F public-hosted models (50 req per hour per IP keyless)
-1
View File
@@ -26,6 +26,5 @@ Qwen3.5-397B-A17B,-,https://oai.endpoints.kepler.ai.cloud.ovh.net,
Qwen3.5-9B,-,https://oai.endpoints.kepler.ai.cloud.ovh.net,
Qwen3.6-27B,-,https://oai.endpoints.kepler.ai.cloud.ovh.net,
Qwen3-Coder-30B-A3B-Instruct,-,https://oai.endpoints.kepler.ai.cloud.ovh.net,
Qwen3-Embedding-8B,-,https://oai.endpoints.kepler.ai.cloud.ovh.net,
stepfun/step-3.7-flash:free,-,https://api.kilo.ai/api/openrouter,
tencent/hy3:free,-,https://api.kilo.ai/api/openrouter,
1 model key endpoint extra
26 Qwen3.5-9B - https://oai.endpoints.kepler.ai.cloud.ovh.net
27 Qwen3.6-27B - https://oai.endpoints.kepler.ai.cloud.ovh.net
28 Qwen3-Coder-30B-A3B-Instruct - https://oai.endpoints.kepler.ai.cloud.ovh.net
Qwen3-Embedding-8B - https://oai.endpoints.kepler.ai.cloud.ovh.net
29 stepfun/step-3.7-flash:free - https://api.kilo.ai/api/openrouter
30 tencent/hy3:free - https://api.kilo.ai/api/openrouter