added some llm7 sources

This commit is contained in:
Luxferre
2026-09-08 19:31:56 +03:00
parent 819f114501
commit 358c89c901
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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"
+3
View File
@@ -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,
1 model key endpoint extra
5 aisingapore/sea-lion-7b-instruct - https://zsnonsky-nim-proxy.hf.space/v1
6 bigcode/starcoder2-15b - https://zsnonsky-nim-proxy.hf.space/v1
7 big-pickle - https://opencode.ai/zen
8 codestral-latest - https://api.llm7.io/v1
9 cohere/north-mini-code:free - https://api.kilo.ai/api/openrouter
10 databricks/dbrx-instruct - https://zsnonsky-nim-proxy.hf.space/v1
11 deepseek-ai/deepseek-coder-6.7b-instruct - https://zsnonsky-nim-proxy.hf.space/v1
47 microsoft/phi-3-vision-128k-instruct - https://zsnonsky-nim-proxy.hf.space/v1
48 mimo-v2.5-free - https://opencode.ai/zen/v1
49 minimaxai/minimax-m3 - https://zsnonsky-nim-proxy.hf.space/v1
50 minimax-m2.7 - https://api.llm7.io/v1
51 mistral-7b - https://mmoranguito-openai-nim-proxy.hf.space/v1
52 mistralai/codestral-22b-instruct-v0.1 - https://zsnonsky-nim-proxy.hf.space/v1
53 mistralai/mistral-7b-instruct-v0.3 - https://zsnonsky-nim-proxy.hf.space/v1
55 mistralai/mistral-large - https://zsnonsky-nim-proxy.hf.space/v1
56 mistralai/mistral-nemotron - https://zsnonsky-nim-proxy.hf.space/v1
57 mistralai/mixtral-8x22b-v0.1 - https://zsnonsky-nim-proxy.hf.space/v1
58 mistral-Nemo-Instruct-2407 - https://api.llm7.io/v1
59 moonshotai/kimi-k2.6 - https://zsnonsky-nim-proxy.hf.space/v1
60 moonshotai/kimi-k3 - https://zsnonsky-nim-proxy.hf.space/v1
61 muse-spark-1.2-contributor-free - https://opencode.ai/zen/v1