5328320396
- 新增 docs/6 openclaw-API响应性能分析与优化.md:两天 419 次调用 / 69 段交互实测, deepseek-flash p50 302ms 而模型耗时仅占 5.4%,94.6% 花在串行工具循环; new-api 慢 5 倍(p50 1463ms)已消除;含 P0/P1/P2 优化建议与未验证项声明 - 新增 scripts/perf-analyze.py:复现时间预算分析的配套脚本 - 5 个 agent 的 models.json 移除残留 new-api provider(含指向 192.168.2.74:3000 与 100.115.195.188:3000 的条目及明文 key),主模型回退 deepseek-flash - README 登记第 6 份文档
108 lines
2.5 KiB
JSON
108 lines
2.5 KiB
JSON
{
|
|
"providers": {
|
|
"deepseek": {
|
|
"baseUrl": "https://api.deepseek.com/v1",
|
|
"api": "openai-completions",
|
|
"models": [
|
|
{
|
|
"id": "deepseek-v4-pro",
|
|
"name": "DeepSeek V4 Pro",
|
|
"reasoning": false,
|
|
"input": [
|
|
"text"
|
|
],
|
|
"cost": {
|
|
"input": 1,
|
|
"output": 2,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"contextWindow": 131072,
|
|
"maxTokens": 32768
|
|
},
|
|
{
|
|
"id": "deepseek-v4-flash",
|
|
"name": "DeepSeek V4 Flash",
|
|
"reasoning": false,
|
|
"input": [
|
|
"text"
|
|
],
|
|
"cost": {
|
|
"input": 1,
|
|
"output": 2,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"contextWindow": 131072,
|
|
"maxTokens": 32768
|
|
}
|
|
],
|
|
"apiKey": "sk-893b90b270ad4697a0b0b24969964d79"
|
|
},
|
|
"ollama": {
|
|
"baseUrl": "http://127.0.0.1:11434",
|
|
"apiKey": "OLLAMA_API_KEY",
|
|
"api": "ollama",
|
|
"models": [
|
|
{
|
|
"id": "qwen3-coder:latest",
|
|
"name": "qwen3-coder:latest",
|
|
"reasoning": false,
|
|
"input": [
|
|
"text"
|
|
],
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"contextWindow": 65535,
|
|
"maxTokens": 8192,
|
|
"params": {
|
|
"num_ctx": 65535
|
|
}
|
|
},
|
|
{
|
|
"id": "huihui_ai/glm-4.7-flash-abliterated:latest",
|
|
"name": "huihui_ai/glm-4.7-flash-abliterated:latest",
|
|
"reasoning": false,
|
|
"input": [
|
|
"text"
|
|
],
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"contextWindow": 65535,
|
|
"maxTokens": 8192,
|
|
"params": {
|
|
"num_ctx": 65535
|
|
}
|
|
},
|
|
{
|
|
"id": "deepseek-v4-flash:cloud",
|
|
"name": "DeepSeek V4 Flash (Cloud)",
|
|
"reasoning": false,
|
|
"input": [
|
|
"text"
|
|
],
|
|
"cost": {
|
|
"input": 0,
|
|
"output": 0,
|
|
"cacheRead": 0,
|
|
"cacheWrite": 0
|
|
},
|
|
"contextWindow": 131072,
|
|
"maxTokens": 8192,
|
|
"params": {
|
|
"num_ctx": 131072
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|