diff --git a/free-model-collector.sh b/free-model-collector.sh index 46856e0..fea9bac 100755 --- a/free-model-collector.sh +++ b/free-model-collector.sh @@ -17,6 +17,9 @@ $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), 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 LLM7 API models, heavily rate-limited +$REQ https://api.llm7.io/v1/models | jq -r '.data | map(select(.usage_based_only | not) | .id) | .[]' | awk '{printf("%s,-,https://api.llm7.io/v1,\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" diff --git a/models.csv b/models.csv index b703b1c..dba2a62 100644 --- a/models.csv +++ b/models.csv @@ -5,6 +5,7 @@ ai21labs/jamba-1.5-large-instruct,-,https://zsnonsky-nim-proxy.hf.space/v1, aisingapore/sea-lion-7b-instruct,-,https://zsnonsky-nim-proxy.hf.space/v1, bigcode/starcoder2-15b,-,https://zsnonsky-nim-proxy.hf.space/v1, big-pickle,-,https://opencode.ai/zen, +codestral-latest,-,https://api.llm7.io/v1, cohere/north-mini-code:free,-,https://api.kilo.ai/api/openrouter, databricks/dbrx-instruct,-,https://zsnonsky-nim-proxy.hf.space/v1, deepseek-ai/deepseek-coder-6.7b-instruct,-,https://zsnonsky-nim-proxy.hf.space/v1, @@ -46,6 +47,7 @@ microsoft/phi-3.5-moe-instruct,-,https://zsnonsky-nim-proxy.hf.space/v1, microsoft/phi-3-vision-128k-instruct,-,https://zsnonsky-nim-proxy.hf.space/v1, mimo-v2.5-free,-,https://opencode.ai/zen/v1, minimaxai/minimax-m3,-,https://zsnonsky-nim-proxy.hf.space/v1, +minimax-m2.7,-,https://api.llm7.io/v1, mistral-7b,-,https://mmoranguito-openai-nim-proxy.hf.space/v1, mistralai/codestral-22b-instruct-v0.1,-,https://zsnonsky-nim-proxy.hf.space/v1, mistralai/mistral-7b-instruct-v0.3,-,https://zsnonsky-nim-proxy.hf.space/v1, @@ -53,6 +55,7 @@ mistralai/mistral-large-2-instruct,-,https://zsnonsky-nim-proxy.hf.space/v1, mistralai/mistral-large,-,https://zsnonsky-nim-proxy.hf.space/v1, mistralai/mistral-nemotron,-,https://zsnonsky-nim-proxy.hf.space/v1, mistralai/mixtral-8x22b-v0.1,-,https://zsnonsky-nim-proxy.hf.space/v1, +mistral-Nemo-Instruct-2407,-,https://api.llm7.io/v1, moonshotai/kimi-k2.6,-,https://zsnonsky-nim-proxy.hf.space/v1, moonshotai/kimi-k3,-,https://zsnonsky-nim-proxy.hf.space/v1, muse-spark-1.2-contributor-free,-,https://opencode.ai/zen/v1,