commented out less performant gateways
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user