added another free proxy

This commit is contained in:
Luxferre
2026-09-07 10:14:01 +03:00
parent 63f655c6aa
commit c5765ec7f7
2 changed files with 85 additions and 2 deletions
+4 -2
View File
@@ -19,9 +19,11 @@ $REQ https://api.kilo.ai/api/openrouter/models | jq -r '.data | map(select(.isFr
## 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://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"
$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"
$REQ https://zsnonsky-nim-proxy.hf.space/v1/models | jq -r '.data | .[] | .id' | awk '{printf("%s,-,https://zsnonsky-nim-proxy.hf.space/v1,\n",$0)}' >> "$TCONFIG"
# this one works but is very slow, commenting out by default
# $REQ https://covariate-my-nvidia-proxy.hf.space/v1/models | jq -r '.data | .[] | .id' | awk '{printf "%s,-,https://covariate-my-nvidia-proxy.hf.space/v1,\n",$0}' >> "$TCONFIG"