Files
sproutclaw-data/agent/models.json
shumengya 50edff80f5 feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。
排除 node_modules、npm 缓存、sessions 等运行时数据。
2026-06-26 15:48:56 +08:00

363 lines
8.5 KiB
JSON

{
"providers": {
"cpa": {
"baseUrl": "https://cpa.shumengya.top/v1",
"apiKey": "sk-shumengya666",
"api": "openai-completions",
"authHeader": true,
"models": [
{
"id": "gpt-5.4-mini(high)",
"name": "gpt-5.4-mini(high)",
"reasoning": true,
"input": [
"text",
"image"
]
}
]
},
"grok2api": {
"baseUrl": "https://grok2api.shumengya.top/v1",
"apiKey": "sk-shumengya666",
"api": "openai-completions",
"authHeader": true,
"models": [
{
"id": "grok-4.20-0309-non-reasoning",
"name": "grok-4.20",
"reasoning": false,
"input": [
"text"
]
}
]
},
"deepseek": {
"baseUrl": "https://api.deepseek.com",
"apiKey": "sk-96928190eea94fd984e4689b5aba1548",
"api": "openai-completions",
"authHeader": true,
"modelOverrides": {
"deepseek-v4-flash": {
"contextWindow": 500000
}
}
},
"opencode-go-openai": {
"baseUrl": "https://opencode.ai/zen/go/v1",
"apiKey": "sk-jPLcSAWMwDBeIIQ2w7dkonzSFbJFxvqWxEQnl8twHXX21G01QKqf6g0TVkvJuDjx",
"api": "openai-completions",
"authHeader": true,
"models": [
{
"id": "glm-5.2",
"name": "GLM-5.2",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1000000,
"maxTokens": 131072,
"cost": {
"input": 1.4,
"output": 4.4,
"cacheRead": 0.26,
"cacheWrite": 0
}
},
{
"id": "glm-5.1",
"name": "GLM-5.1",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 16384,
"cost": {
"input": 1.4,
"output": 4.4,
"cacheRead": 0.26,
"cacheWrite": 0
}
},
{
"id": "glm-5",
"name": "GLM-5",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 200000,
"maxTokens": 16384,
"cost": {
"input": 1,
"output": 3.2,
"cacheRead": 0.2,
"cacheWrite": 0
}
},
{
"id": "kimi-k2.5",
"name": "Kimi K2.5",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 256000,
"maxTokens": 16384,
"cost": {
"input": 0.6,
"output": 3,
"cacheRead": 0.1,
"cacheWrite": 0
}
},
{
"id": "kimi-k2.6",
"name": "Kimi K2.6",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 256000,
"maxTokens": 16384,
"cost": {
"input": 0.95,
"output": 4,
"cacheRead": 0.16,
"cacheWrite": 0
}
},
{
"id": "kimi-k2.7-code",
"name": "Kimi K2.7 Code",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 256000,
"maxTokens": 16384,
"cost": {
"input": 0.95,
"output": 4,
"cacheRead": 0.16,
"cacheWrite": 0
}
},
{
"id": "deepseek-v4-pro",
"name": "DeepSeek V4 Pro",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 256000,
"maxTokens": 16384,
"cost": {
"input": 1.74,
"output": 3.48,
"cacheRead": 0.0145,
"cacheWrite": 0
}
},
{
"id": "deepseek-v4-flash",
"name": "DeepSeek V4 Flash",
"reasoning": false,
"input": [
"text"
],
"contextWindow": 256000,
"maxTokens": 16384,
"cost": {
"input": 0.14,
"output": 0.28,
"cacheRead": 0.0028,
"cacheWrite": 0
}
},
{
"id": "mimo-v2.5",
"name": "MiMo-V2.5",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1048576,
"maxTokens": 131072,
"cost": {
"input": 0.14,
"output": 0.28,
"cacheRead": 0.0028,
"cacheWrite": 0
}
},
{
"id": "mimo-v2.5-pro",
"name": "MiMo-V2.5-Pro",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1048576,
"maxTokens": 131072,
"cost": {
"input": 1.74,
"output": 3.48,
"cacheRead": 0.0145,
"cacheWrite": 0
}
},
{
"id": "minimax-m3",
"name": "MiniMax-M3",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 512000,
"maxTokens": 131072,
"cost": {
"input": 0.3,
"output": 1.2,
"cacheRead": 0.06,
"cacheWrite": 0
}
}
]
},
"opencode-go-anthropic": {
"baseUrl": "https://opencode.ai/zen/go",
"apiKey": "sk-jPLcSAWMwDBeIIQ2w7dkonzSFbJFxvqWxEQnl8twHXX21G01QKqf6g0TVkvJuDjx",
"api": "anthropic-messages",
"models": [
{
"id": "qwen3.7-max",
"name": "Qwen3.7-Max",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1000000,
"maxTokens": 65536,
"cost": {
"input": 2.5,
"output": 7.5,
"cacheRead": 0.5,
"cacheWrite": 3.125
}
},
{
"id": "qwen3.7-plus",
"name": "Qwen3.7-Plus",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1000000,
"maxTokens": 65536,
"cost": {
"input": 0.4,
"output": 1.6,
"cacheRead": 0.04,
"cacheWrite": 0.5
}
}
]
},
"xiaomimimo-openai": {
"baseUrl": "https://token-plan-cn.xiaomimimo.com/v1",
"api": "openai-completions",
"apiKey": "tp-cpnmi98sv9h5fqkkeueb7mei4r3gatd0ozl7nmc7jlyqviwg",
"compat": {
"requiresReasoningContentOnAssistantMessages": true,
"thinkingFormat": "deepseek"
},
"models": [
{
"id": "mimo-v2.5",
"name": "MiMo-V2.5",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 1048576,
"maxTokens": 131072,
"cost": {
"input": 0.4,
"output": 2,
"cacheRead": 0.08,
"cacheWrite": 0
}
},
{
"id": "mimo-v2.5-pro",
"name": "MiMo-V2.5-Pro",
"reasoning": true,
"input": [
"text"
],
"contextWindow": 1048576,
"maxTokens": 131072,
"cost": {
"input": 1,
"output": 3,
"cacheRead": 0.2,
"cacheWrite": 0
}
}
]
},
"swpumc-openai": {
"baseUrl": "https://codeapi.swpumc.cn/v1",
"apiKey": "sk-10325b198a8b9a701d3ace99ad25e0c0e9a02fe4c9a28d8ad31df192fbfeb1e0",
"api": "openai-completions",
"authHeader": true,
"models": [
{
"id": "gpt-5.5",
"name": "GPT 5.5",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 200000,
"maxTokens": 16384
},
{
"id": "gpt-5.4",
"name": "GPT 5.4",
"reasoning": true,
"input": [
"text",
"image"
],
"contextWindow": 200000,
"maxTokens": 16384
},
{
"id": "gpt-5.4-mini",
"name": "GPT 5.4 Mini",
"reasoning": false,
"input": [
"text",
"image"
],
"contextWindow": 200000,
"maxTokens": 16384
}
]
}
}
}