mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-04-18 18:18:42 +00:00
Add new models to friendiai availableModels list
Expanded the 'availableModels' array for the 'friendiai' engine profile to include several new LLM models, increasing the range of supported models for inference.
This commit is contained in:
parent
fde431c069
commit
f84198799b
|
|
@ -432,7 +432,26 @@ var ENGINE_PROFILES = {
|
|||
"friendiai": {
|
||||
"type": "llm",
|
||||
"availableModels": [
|
||||
"LGAI-EXAONE/K-EXAONE-236B-A23B"
|
||||
"LGAI-EXAONE/K-EXAONE-236B-A23B",
|
||||
"MiniMaxAI/MiniMax-M2.1",
|
||||
"zai-org/GLM-4.6",
|
||||
"meta-llama-3.1-8b-instruct",
|
||||
"mistralai/Magistral-Small-2506",
|
||||
"skt/A.X-3.1",
|
||||
"Qwen/Qwen3-235B-A22B-Thinking-2507",
|
||||
"Qwen/Qwen3-235B-A22B-Instruct-2507",
|
||||
"meta-llama-3.3-70b-instruct",
|
||||
"mistralai/Devstral-Small-2505",
|
||||
"google/gemma-3-27b-it",
|
||||
"Qwen/Qwen3-32B",
|
||||
"meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
||||
"Qwen/Qwen3-30B-A3B",
|
||||
"meta-llama/Llama-4-Maverick-17B-128E-Instruct",
|
||||
"mistralai/Mistral-Small-3.1-24B-Instruct-2503",
|
||||
"deepseek-ai/DeepSeek-V3.1",
|
||||
"skt/A.X-4.0",
|
||||
"naver-hyperclovax/HyperCLOVAX-SEED-Think-14B",
|
||||
"LGAI-EXAONE/EXAONE-4.0.1-32B"
|
||||
],
|
||||
"headers": {
|
||||
"Content-Type": "application/json",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user