added a couple of independent HF proxies to free model list

This commit is contained in:
Luxferre
2026-09-01 21:51:24 +03:00
parent da09d8aa95
commit cfbb16443b
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -17,6 +17,12 @@ $REQ https://api.kilo.ai/api/openrouter/models | jq -r '.data | map(select(.isFr
# 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|embedding|bge-|-tts-' | awk '{printf "%s,-,https://oai.endpoints.kepler.ai.cloud.ovh.net,\n",$0}' >> "$TCONFIG"
## Write some independent gateways found on HF
$REQ https://mmoranguito-openai-nim-proxy.hf.space/v1/models | jq -r '.data | .[] | .id' | awk '{printf "%s,-,https://mmoranguito-openai-nim-proxy.hf.space/v1,\n",$0}' >> "$TCONFIG"
$REQ https://garystu-openai-nim-proxy.hf.space/v1/models | jq -r '.data | .[] | .id' | awk '{printf "%s,-,=https://garystu-openai-nim-proxy.hf.space/v1,\n",$0}' >> "$TCONFIG"
### Uncomment for G4F public-hosted models (50 req per hour per IP keyless)
## Write G4F models (community backend)