commented out less performant gateways

This commit is contained in:
Luxferre
2026-09-02 13:47:23 +03:00
parent e80fe65947
commit 414dbe4a14
2 changed files with 4 additions and 97 deletions
+4 -3
View File
@@ -14,8 +14,8 @@ $REQ https://opencode.ai/zen/v1/models | jq -r '.data | map(select(.id | test("-
# Write Kilo free models
$REQ https://api.kilo.ai/api/openrouter/models | jq -r '.data | map(select(.isFree) | .id) | .[]' | awk '{printf "%s,-,https://api.kilo.ai/api/openrouter,\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|embedding|bge-|-tts-' | awk '{printf "%s,-,https://oai.endpoints.kepler.ai.cloud.ovh.net,\n",$0}' >> "$TCONFIG"
# Write OVHCloud free trial models (2 req per minute per IP keyless), commented out by default
# $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
@@ -23,7 +23,8 @@ $REQ https://mmoranguito-openai-nim-proxy.hf.space/v1/models | jq -r '.data | .[
$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"
# 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"
### Uncomment for G4F public-hosted models (50 req per hour per IP keyless)