added a couple of independent HF proxies to free model list
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user