{
  "configVersion": 1,
  "updatedAt": "2026-06-15T09:10:20.921Z",
  "trial": {
    "enabled": true,
    "provider": "managed",
    "label": "体验模式",
    "baseUrl": "https://api.xiaomimimo.com/v1",
    "apiKey": "sk-czil2ag7o9jklty806djdr2b70we11lse4041ncdm65zai5l",
    "model": "mimo-v2.5",
    "fastModel": "mimo-v2.5",
    "thinkingModel": "mimo-v2.5-pro",
    "multimodalModel": "mimo-v2.5",
    "fastModelSupportsVision": true,
    "thinkingModelSupportsVision": false,
    "chatPath": "/chat/completions",
    "imageInputMode": "inline",
    "supportsStream": true,
    "supportsVision": true,
    "maxImages": 6,
    "maxImageSize": 10485760,
    "requestTimeout": 120000
  },
  "customApi": {
    "enabled": true,
    "openaiCompatibleOnly": true,
    "supportsVision": true,
    "supportsStream": true,
    "chatPath": "/chat/completions",
    "imageInputMode": "inline",
    "maxImages": 6,
    "maxImageSize": 10485760,
    "requestTimeout": 120000,
    "defaultModel": "mimo-v2.5",
    "fastModel": "mimo-v2.5",
    "thinkingModel": "mimo-v2.5-pro",
    "multimodalModel": "mimo-v2.5",
    "fastModelSupportsVision": true,
    "thinkingModelSupportsVision": false
  },
  "features": {
    "showTrialEntry": true,
    "showCustomApiEntry": true
  },
  "tutorialUrl": "https://xia.cubexia.cn/api/tutorial",
  "tutorialContent": "# 自定义 API 配置教程\n\n## 推荐步骤\n\n1. 注册一个 OpenAI 兼容服务商账号。\n2. 创建 API Key。\n3. 复制接口的 Base URL、API Key 和模型名。\n4. 打开 App 的 AI 复盘页面，切换到 `自定义 API` 模式。\n5. 把这些值保存到本地配置中。\n\n如果服务商支持视觉对话，App 可以直接把本地训练截图发送给模型进行分析。\n\nLongCat API开放平台：https://longcat.chat/platform/docs/zh/，可提供免费的API接口。",
  "notice": "体验模式会自动读取远程托管的地址、Key 和模型配置；切换到自定义 API 后，可填写你自己的地址与 Key，模型名默认沿用远程配置。"
}