diff --git a/models.json b/models.json new file mode 100644 index 0000000..c327e91 --- /dev/null +++ b/models.json @@ -0,0 +1,56 @@ +{ + "providers": { + "zuccaro": { + "baseUrl": "https://ai.zuccaro.me/api", + "api": "openai-completions", + "models": [ + { + "id": "DeepSeek-V4-Flash-0731", + "name": "DeepSeek-V4-Flash-0731", + "reasoning": true, + "contextWindow": 768000, + "maxTokens": 384000, + "cost": { "input": 0.44, "output": 1.32, "cacheRead": 0.0028, "cacheWrite": 0 }, + "thinkingLevelMap": { "max": "max" } + }, + { + "id": "DeepSeek-V4-Flash-0731-Abliterated", + "name": "DeepSeek-V4-Flash-0731-Abliterated", + "reasoning": true, + "contextWindow": 768000, + "maxTokens": 384000, + "thinkingLevelMap": { "max": "max" } + }, + { + "id": "Qwen3.8-27B-NVFP4", + "name": "Qwen3.8-27B-NVFP4", + "reasoning": true, + "contextWindow": 163840, + "maxTokens": 32768, + "thinkingLevelMap": { "xhigh": "xhigh" } + }, + { + "id": "GLM-5.3-Flash", + "name": "GLM-5.3-Flash", + "reasoning": true, + "input": ["text", "image"], + "contextWindow": 524288, + "maxTokens": 131072, + "cost": { "input": 0.15, "output": 0.5, "cacheRead": 0.03, "cacheWrite": 0 }, + "thinkingLevelMap": { "max": "max" } + }, + { + "id": "Blackwell-Auto", + "name": "Blackwell-Auto", + "reasoning": true + }, + { + "id": "Qwen3-4B-Instruct-2507-GGUF-Q4_K_XL", + "name": "Qwen3-4b", + "contextWindow": 32768, + "maxTokens": 32768 + } + ] + } + } +}