add: glm4.7
This commit is contained in:
parent
0810871565
commit
0c07e74066
1 changed files with 74 additions and 54 deletions
|
|
@ -12,16 +12,23 @@
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K": {
|
"hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K": {
|
||||||
"name": "glm4.7"
|
"name": "glm4.7",
|
||||||
|
"family": "glm",
|
||||||
|
"reasoning": true,
|
||||||
|
"tool_call": true,
|
||||||
|
"limit": {
|
||||||
|
"context": 131072, // Context window size
|
||||||
|
"output": 40000 // Output token limit
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"num_ctx": 16000, // Context window size for Ollama
|
||||||
|
"temperature": 0.7,
|
||||||
|
"top_p": 1.0,
|
||||||
|
"max_tokens": 20000 // Max response length
|
||||||
|
},
|
||||||
},
|
},
|
||||||
"hf.co/LiquidAI/LFM2-24B-A2B-GGUF:Q8_0": {
|
"hf.co/LiquidAI/LFM2-24B-A2B-GGUF:Q8_0": {
|
||||||
"name": "lfm2"
|
"name": "lfm2",
|
||||||
},
|
|
||||||
"qwen3-coder-next:latest": {
|
|
||||||
"name": "qwen3",
|
|
||||||
"family": "qwen3next",
|
|
||||||
"reasoning": false,
|
|
||||||
"tool_call": true,
|
|
||||||
"modalities": {
|
"modalities": {
|
||||||
"input": [
|
"input": [
|
||||||
"text"
|
"text"
|
||||||
|
|
@ -30,6 +37,11 @@
|
||||||
"text"
|
"text"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"qwen3-coder-next:latest": {
|
||||||
|
"name": "qwen3",
|
||||||
|
"family": "qwen3next",
|
||||||
|
"reasoning": false,
|
||||||
|
"tool_call": true,
|
||||||
"limit": {
|
"limit": {
|
||||||
"context": 128000, // Context window size
|
"context": 128000, // Context window size
|
||||||
"output": 8192 // Output token limit
|
"output": 8192 // Output token limit
|
||||||
|
|
@ -40,6 +52,14 @@
|
||||||
"top_p": 0.95,
|
"top_p": 0.95,
|
||||||
"top_k": 40,
|
"top_k": 40,
|
||||||
"max_tokens": 8192 // Max response length
|
"max_tokens": 8192 // Max response length
|
||||||
|
},
|
||||||
|
"modalities": {
|
||||||
|
"input": [
|
||||||
|
"text"
|
||||||
|
],
|
||||||
|
"output": [
|
||||||
|
"text"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"gemma3:4b": {
|
"gemma3:4b": {
|
||||||
|
|
@ -80,4 +100,4 @@
|
||||||
"https://example.com"
|
"https://example.com"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue