added some more independent nim gateways

This commit is contained in:
Luxferre
2026-09-02 13:11:03 +03:00
parent 4756ffc379
commit e80fe65947
2 changed files with 86 additions and 3 deletions
+3 -1
View File
@@ -21,7 +21,9 @@ $REQ https://oai.endpoints.kepler.ai.cloud.ovh.net/v1/models | jq -r '.data | .[
$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://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"
### Uncomment for G4F public-hosted models (50 req per hour per IP keyless)