build: updated and rename hosted models
CI / status-check (push) Blocked by required conditions
CI / lint (push) Successful in 49s
CI / typecheck (push) Successful in 1m25s
CI / security (push) Successful in 1m23s
CI / quality (push) Successful in 40s
CI / push-validation (push) Successful in 35s
CI / helm (push) Successful in 42s
CI / build (push) Successful in 54s
CI / benchmark-publish (push) Failing after 43s
CI / integration_tests (push) Successful in 4m41s
CI / e2e_tests (push) Successful in 5m9s
CI / unit_tests (push) Successful in 5m56s
CI / coverage (push) Has started running
CI / docker (push) Successful in 1m36s

This commit is contained in:
2026-04-30 19:47:54 -04:00
parent 8a2e7cda10
commit 516c600c0e
30 changed files with 57 additions and 42 deletions
+28 -13
View File
@@ -17,7 +17,7 @@
"CleverThis": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://bvx6otgvwg2ulrqp.us-east-2.aws.endpoints.huggingface.cloud/v1",
"baseURL": "https://d651xgxku0ipo0pb.us-east-2.aws.endpoints.huggingface.cloud/v1",
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
@@ -25,12 +25,9 @@
}
},
"models": {
"Qwen/Qwen3.6-35B-A3B": {
"name": "Qwen 3.6 35b A3B",
"limit": {
"context": 262144,
"output": 65536
}
"Qwen3-6-35B-A3B-GGUF-BF16": {
"name": "Qwen 3.6 35b A3B GGUF BF16 (Thinking)",
"tools": true
}
}
},
@@ -46,11 +43,12 @@
},
"models": {
"MiniMax-M2.5": {
"name": "MiniMax M2.5",
"name": "MiniMax M2.5 (Thinking)",
"limit": {
"context": 196608,
"output": 65536
}
},
"tools": true
}
}
},
@@ -66,7 +64,7 @@
},
"models": {
"Devstral-Small-2-24B-Instruct-GGUF": {
"name": "Devstral Small 2 24B Instruct GGUF",
"name": "Devstral Small 2 24B GGUF (Instruct)",
"tools": true
}
}
@@ -83,7 +81,7 @@
},
"models": {
"Kimi-K2-6-GGUF-Q2-K-XL": {
"name": "Kimi K2.6 GGUF Q2_K_XL",
"name": "Kimi K2.6 GGUF Q2_K_XL (Thinking)",
"tools": true
}
}
@@ -100,7 +98,7 @@
},
"models": {
"Qwen3-Coder-Next-GGUF-Q8-0": {
"name": "Qwen3 Coder Next GGUF Q8_0",
"name": "Qwen3 Coder Next GGUF Q8_0 (Instruct)",
"tools": true
}
}
@@ -117,7 +115,24 @@
},
"models": {
"Nemotron-3-Nano-30B-GGUF-Q8-K-XL": {
"name": "Nemotron 3 Nano 30B GGUF Q8_K_XL",
"name": "Nemotron 3 Nano 30B GGUF Q8_K_XL (Thinking)",
"tools": true
}
}
},
"CleverThis-7": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "https://dfwwzwtekzhnh4fl.us-east-2.aws.endpoints.huggingface.cloud/v1",
"apiKey": "{env:HF_TOKEN}",
"headers": {
"X-HF-Bill-To": "CleverThis",
"Authorization": "Bearer {env:HF_TOKEN}",
}
},
"models": {
"Qwen3-6-40B-Uncensored-BF16": {
"name": "Qwen 3.6 40B Uncensored BF16 (Thinking)",
"tools": true
}
}