Updated preconfigured models

This commit is contained in:
jonasgaudian
2026-02-15 18:11:11 +01:00
parent 5e920c43b3
commit f4fcffe90a
2 changed files with 19 additions and 19 deletions

View File

@@ -4,10 +4,10 @@
<selectionStates> <selectionStates>
<SelectionState runConfigName="app"> <SelectionState runConfigName="app">
<option name="selectionMode" value="DROPDOWN" /> <option name="selectionMode" value="DROPDOWN" />
<DropdownSelection timestamp="2026-02-06T10:01:23.649270100Z"> <DropdownSelection timestamp="2026-02-15T16:58:18.944420200Z">
<Target type="DEFAULT_BOOT"> <Target type="DEFAULT_BOOT">
<handle> <handle>
<DeviceId pluginId="LocalEmulator" identifier="path=C:\Users\jonas\.android\avd\Medium_Phone_28.avd" /> <DeviceId pluginId="LocalEmulator" identifier="path=C:\Users\jonas\.android\avd\Pixel_Tablet.avd" />
</handle> </handle>
</Target> </Target>
</DropdownSelection> </DropdownSelection>

View File

@@ -21,10 +21,10 @@
"description": "Next-gen efficient architecture; outperforms older 70B models." "description": "Next-gen efficient architecture; outperforms older 70B models."
}, },
{ {
"modelId": "deepseek-ai/DeepSeek-V3", "modelId": "deepseek-ai/DeepSeek-V3.1",
"displayName": "DeepSeek V3", "displayName": "DeepSeek V3.1",
"provider": "together", "provider": "together",
"description": "Top-tier open-source model specializing in code and logic." "description": "Latest 671B MoE model with hybrid thinking/non-thinking modes."
} }
] ]
}, },
@@ -37,10 +37,10 @@
"isCustom": false, "isCustom": false,
"models": [ "models": [
{ {
"modelId": "ministral-8b-latest", "modelId": "mistral-medium-latest",
"displayName": "Ministral 8B", "displayName": "Mistral Medium",
"provider": "mistral", "provider": "mistral",
"description": "Extremely efficient edge model for low-latency tasks." "description": "Balanced performance and cost for a wide range of tasks."
}, },
{ {
"modelId": "mistral-large-latest", "modelId": "mistral-large-latest",
@@ -81,16 +81,16 @@
"isCustom": false, "isCustom": false,
"models": [ "models": [
{ {
"modelId": "claude-sonnet-5-20260203", "modelId": "claude-opus-4-6",
"displayName": "Claude Sonnet 5", "displayName": "Claude Opus 4.6",
"provider": "anthropic", "provider": "anthropic",
"description": "Latest stable workhorse (Feb 2026), balancing speed and top-tier reasoning." "description": "Most intelligent model for building agents and coding with 1M context."
}, },
{ {
"modelId": "claude-4.5-haiku", "modelId": "claude-sonnet-4-5",
"displayName": "Claude 4.5 Haiku", "displayName": "Claude Sonnet 4.5",
"provider": "anthropic", "provider": "anthropic",
"description": "Fastest Claude model for pure speed and simple tasks." "description": "Best combination of speed and intelligence with extended thinking."
} }
] ]
}, },
@@ -110,9 +110,9 @@
}, },
{ {
"modelId": "deepseek-chat", "modelId": "deepseek-chat",
"displayName": "DeepSeek V3", "displayName": "DeepSeek V3.1",
"provider": "deepseek", "provider": "deepseek",
"description": "General purpose chat model, specialized in code and reasoning." "description": "Latest 671B MoE with hybrid thinking/non-thinking modes, 128K context."
} }
] ]
}, },
@@ -162,10 +162,10 @@
"description": "Powerful Llama 4 model running at extreme speed." "description": "Powerful Llama 4 model running at extreme speed."
}, },
{ {
"modelId": "llama-3.3-70b-versatile", "modelId": "meta-llama/llama-4-maverick",
"displayName": "Llama 3.3 70B", "displayName": "Llama 4 Maverick",
"provider": "groq", "provider": "groq",
"description": "Previous gen flagship, highly reliable and fast on Groq chips." "description": "400B MoE powerhouse with industry-leading image and text understanding."
} }
] ]
}, },