diff --git a/free-model-collector.sh b/free-model-collector.sh index a202ffb..794c50b 100755 --- a/free-model-collector.sh +++ b/free-model-collector.sh @@ -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) diff --git a/models.csv b/models.csv index 802adcb..3096135 100644 --- a/models.csv +++ b/models.csv @@ -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,