Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions src-tauri/assets/builtin/mimo-models.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"models": [
{
"slug": "mimo-v2.5-pro",
"display_name": "mimo-v2.5-pro",
"description": "MiMo-v2.5-Pro: Trillion-parameter Flagship Agent Foundation",
"default_reasoning_level": "high",
"supported_reasoning_levels": [
{ "effort": "none", "description": "Disable Thinking" },
{ "effort": "high", "description": "Enabled Thinking" }
],
"shell_type": "shell_command",
"visibility": "list",
"supported_in_api": true,
"priority": 0,
"base_instructions": "You are MiMo, an AI assistant developed by Xiaomi. Today's date: {date} {week}. Your knowledge cutoff date is December 2024.",
"supports_reasoning_summaries": true,
"default_reasoning_summary": "none",
"support_verbosity": false,
"truncation_policy": { "mode": "bytes", "limit": 10000 },
"supports_parallel_tool_calls": false,
"supports_image_detail_original": false,
"context_window": 1048576,
"max_context_window": 1048576,
"effective_context_window_percent": 95,
"experimental_supported_tools": [],
"input_modalities": ["text"],
"supports_search_tool": false
},
{
"slug": "mimo-v2.5",
"display_name": "mimo-v2.5",
"description": "MiMo-V2.5: Native Omni-modal Perception Model",
"default_reasoning_level": "high",
"supported_reasoning_levels": [
{ "effort": "none", "description": "Disable Thinking" },
{ "effort": "high", "description": "Enabled Thinking" }
],
"shell_type": "shell_command",
"visibility": "list",
"supported_in_api": true,
"priority": 1,
"base_instructions": "You are MiMo, an AI assistant developed by Xiaomi. Today's date: {date} {week}. Your knowledge cutoff date is December 2024.",
"supports_reasoning_summaries": true,
"default_reasoning_summary": "none",
"support_verbosity": false,
"truncation_policy": { "mode": "bytes", "limit": 10000 },
"supports_parallel_tool_calls": false,
"supports_image_detail_original": true,
"context_window": 1048576,
"max_context_window": 1048576,
"effective_context_window_percent": 95,
"experimental_supported_tools": [],
"input_modalities": ["text", "image"],
"supports_search_tool": false
}
]
}
14 changes: 14 additions & 0 deletions src-tauri/assets/builtin/mimo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
model = "mimo-v2.5-pro"
model_provider = "mimo"
model_reasoning_effort = "high"
model_supports_reasoning_summaries = true
model_reasoning_summary = "none"
model_context_window = 1048576
web_search = "disabled"
model_catalog_json = "~/.codex/models.json"

[model_providers.mimo]
name = "mimo"
base_url = "https://api.xiaomimimo.com/v1"
wire_api = "responses"
experimental_bearer_token = "<你的 MiMo API Key>"
197 changes: 197 additions & 0 deletions src-tauri/assets/builtin/opencode-models.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,197 @@
{
"models": [
{
"slug": "glm-5.2",
"display_name": "GLM 5.2",
"description": "GLM 5.2 via OpenCode Go",
"default_reasoning_level": "high",
"supported_reasoning_levels": [
{
"effort": "high",
"description": "Enhanced reasoning"
},
{
"effort": "max",
"description": "Deep reasoning"
}
],
"shell_type": "shell_command",
"visibility": "list",
"supported_in_api": true,
"priority": 0,
"base_instructions": "",
"supports_reasoning_summaries": true,
"context_window": 204800,
"max_context_window": 204800,
"default_reasoning_summary": "none",
"support_verbosity": false,
"apply_patch_tool_type": "freeform",
"truncation_policy": {
"mode": "bytes",
"limit": 10000
},
"effective_context_window_percent": 95,
"supports_parallel_tool_calls": true,
"experimental_supported_tools": [],
"input_modalities": [
"text"
]
},
{
"slug": "glm-5.1",
"display_name": "GLM 5.1",
"description": "GLM 5.1 via OpenCode Go",
"shell_type": "shell_command",
"visibility": "list",
"supported_in_api": true,
"priority": 1,
"base_instructions": "",
"supports_reasoning_summaries": true,
"context_window": 204800,
"max_context_window": 204800,
"default_reasoning_summary": "none",
"support_verbosity": false,
"apply_patch_tool_type": "freeform",
"truncation_policy": {
"mode": "bytes",
"limit": 10000
},
"effective_context_window_percent": 95,
"supports_parallel_tool_calls": true,
"experimental_supported_tools": [],
"input_modalities": [
"text"
]
},
{
"slug": "kimi-k2.7-code",
"display_name": "Kimi K2.7 Code",
"description": "Kimi K2.7 Code via OpenCode Go",
"shell_type": "shell_command",
"visibility": "list",
"supported_in_api": true,
"priority": 2,
"base_instructions": "",
"supports_reasoning_summaries": true,
"context_window": 262144,
"max_context_window": 262144,
"default_reasoning_summary": "none",
"support_verbosity": false,
"apply_patch_tool_type": "freeform",
"truncation_policy": {
"mode": "bytes",
"limit": 10000
},
"effective_context_window_percent": 95,
"supports_parallel_tool_calls": true,
"experimental_supported_tools": [],
"input_modalities": [
"text"
]
},
{
"slug": "deepseek-v4-pro",
"display_name": "DeepSeek V4 Pro",
"description": "DeepSeek V4 Pro via OpenCode Go",
"default_reasoning_level": "high",
"supported_reasoning_levels": [
{
"effort": "high",
"description": "Enhanced reasoning"
},
{
"effort": "max",
"description": "Deep reasoning"
}
],
"shell_type": "shell_command",
"visibility": "list",
"supported_in_api": true,
"priority": 3,
"base_instructions": "",
"supports_reasoning_summaries": true,
"context_window": 1048576,
"max_context_window": 1048576,
"default_reasoning_summary": "none",
"support_verbosity": false,
"apply_patch_tool_type": "freeform",
"truncation_policy": {
"mode": "bytes",
"limit": 10000
},
"effective_context_window_percent": 95,
"supports_parallel_tool_calls": true,
"experimental_supported_tools": [],
"input_modalities": [
"text"
]
},
{
"slug": "deepseek-v4-flash",
"display_name": "DeepSeek V4 Flash",
"description": "DeepSeek V4 Flash via OpenCode Go",
"default_reasoning_level": "low",
"supported_reasoning_levels": [
{
"effort": "low",
"description": "Fast responses with lighter reasoning"
},
{
"effort": "high",
"description": "Enhanced reasoning"
},
{
"effort": "max",
"description": "Deep reasoning"
}
],
"shell_type": "shell_command",
"visibility": "list",
"supported_in_api": true,
"priority": 4,
"base_instructions": "",
"supports_reasoning_summaries": true,
"context_window": 1048576,
"max_context_window": 1048576,
"default_reasoning_summary": "none",
"support_verbosity": false,
"apply_patch_tool_type": "freeform",
"truncation_policy": {
"mode": "bytes",
"limit": 10000
},
"effective_context_window_percent": 95,
"supports_parallel_tool_calls": true,
"experimental_supported_tools": [],
"input_modalities": [
"text"
]
},
{
"slug": "mimo-v2.5-pro",
"display_name": "MiMo V2.5 Pro",
"description": "MiMo V2.5 Pro via OpenCode Go",
"shell_type": "shell_command",
"visibility": "list",
"supported_in_api": true,
"priority": 5,
"base_instructions": "",
"supports_reasoning_summaries": true,
"context_window": 1048576,
"max_context_window": 1048576,
"default_reasoning_summary": "none",
"support_verbosity": false,
"apply_patch_tool_type": "freeform",
"truncation_policy": {
"mode": "bytes",
"limit": 10000
},
"effective_context_window_percent": 95,
"supports_parallel_tool_calls": true,
"experimental_supported_tools": [],
"input_modalities": [
"text"
]
}
]
}
5 changes: 2 additions & 3 deletions src-tauri/assets/builtin/opencode.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
model = "deepseek-v4-flash"
model = "glm-5.2"
model_provider = "opencode-go"
preferred_auth_method = "apikey"
forced_login_method = "api"
model_reasoning_effort = "high"
disable_response_storage = true
model_catalog_json = "~/.codex/models.json"

[model_providers.opencode-go]
Expand Down
10 changes: 10 additions & 0 deletions src-tauri/assets/builtin/openrouter.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
model = "openai/gpt-5.6-sol"
model_provider = "openrouter"
model_reasoning_effort = "high"
disable_response_storage = true

[model_providers.openrouter]
name = "OpenRouter"
base_url = "https://openrouter.ai/api/v1"
wire_api = "responses"
experimental_bearer_token = "<你的 OpenRouter API Key>"
Loading