Update models.json
This commit is contained in:
+42
-18
@@ -6,47 +6,71 @@
|
|||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"id": "DeepSeek-V4-Flash-0731",
|
"id": "DeepSeek-V4-Flash-0731",
|
||||||
"name": "DeepSeek-V4-Flash-0731",
|
"name": "DeepSeek V4 Flash 0731",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"contextWindow": 768000,
|
"input": ["text"],
|
||||||
|
"contextWindow": 524288,
|
||||||
"maxTokens": 384000,
|
"maxTokens": 384000,
|
||||||
"cost": { "input": 0.44, "output": 1.32, "cacheRead": 0.0028, "cacheWrite": 0 },
|
"cost": {
|
||||||
"thinkingLevelMap": { "max": "max" }
|
"input": 0.44,
|
||||||
|
"output": 1.32,
|
||||||
|
"cacheRead": 0.0028,
|
||||||
|
"cacheWrite": 0
|
||||||
|
},
|
||||||
|
"thinkingLevelMap": {
|
||||||
|
"max": "max"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "DeepSeek-V4-Flash-0731-Abliterated",
|
"id": "DeepSeek-V4-Flash-Vision-Exp",
|
||||||
"name": "DeepSeek-V4-Flash-0731-Abliterated",
|
"name": "DeepSeek V4 Flash Vision Exp",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"contextWindow": 768000,
|
"input": ["text", "image"],
|
||||||
|
"contextWindow": 524288,
|
||||||
"maxTokens": 384000,
|
"maxTokens": 384000,
|
||||||
"thinkingLevelMap": { "max": "max" }
|
"thinkingLevelMap": {
|
||||||
|
"max": "max"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Qwen3.8-27B-NVFP4",
|
"id": "Qwen3.8-27B-NVFP4",
|
||||||
"name": "Qwen3.8-27B-NVFP4",
|
"name": "Qwen3.8 27B NVFP4",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"contextWindow": 163840,
|
"input": ["text"],
|
||||||
|
"contextWindow": 217088,
|
||||||
"maxTokens": 32768,
|
"maxTokens": 32768,
|
||||||
"thinkingLevelMap": { "xhigh": "xhigh" }
|
"thinkingLevelMap": {
|
||||||
|
"xhigh": "xhigh"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "GLM-5.3-Flash",
|
"id": "GLM-5.3-Flash-SGLang",
|
||||||
"name": "GLM-5.3-Flash",
|
"name": "GLM 5.3 Flash SGLang",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"input": ["text", "image"],
|
"input": ["text", "image"],
|
||||||
"contextWindow": 524288,
|
"contextWindow": 524288,
|
||||||
"maxTokens": 131072,
|
"maxTokens": 131072,
|
||||||
"cost": { "input": 0.15, "output": 0.5, "cacheRead": 0.03, "cacheWrite": 0 },
|
"cost": {
|
||||||
"thinkingLevelMap": { "max": "max" }
|
"input": 0.15,
|
||||||
|
"output": 0.5,
|
||||||
|
"cacheRead": 0.03,
|
||||||
|
"cacheWrite": 0
|
||||||
|
},
|
||||||
|
"thinkingLevelMap": {
|
||||||
|
"max": "max"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Blackwell-Auto",
|
"id": "Blackwell-Auto",
|
||||||
"name": "Blackwell-Auto",
|
"name": "Blackwell Auto",
|
||||||
"reasoning": true
|
"reasoning": true,
|
||||||
|
"input": ["text"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "Qwen3-4B-Instruct-2507-GGUF-Q4_K_XL",
|
"id": "Qwen3-4B-Instruct-2507-GGUF-Q4_K_XL",
|
||||||
"name": "Qwen3-4b",
|
"name": "Qwen3 4B",
|
||||||
|
"reasoning": false,
|
||||||
|
"input": ["text"],
|
||||||
"contextWindow": 32768,
|
"contextWindow": 32768,
|
||||||
"maxTokens": 32768
|
"maxTokens": 32768
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user