## Summary - Adds `thinking_toggle` capability to 26 model cards that support toggling thinking mode on/off - GPT-OSS models (20b, 120b) excluded — they always think and don't support toggling - Dashboard UI updated to check for `thinking_toggle` capability before showing the toggle button ## Test plan - [x] `uv run basedpyright` — 0 errors - [x] `uv run ruff check` — all checks passed - [x] `nix fmt` — 0 files changed - [x] `uv run pytest` — 188 passed, 0 failed - [x] Security review passed (no secrets, eval/exec, innerHTML, or dep changes) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <[email protected]>
13 lines
293 B
TOML
13 lines
293 B
TOML
model_id = "mlx-community/Step-3.5-Flash-8Bit"
|
|
n_layers = 45
|
|
hidden_size = 4096
|
|
supports_tensor = true
|
|
tasks = ["TextGeneration"]
|
|
family = "step"
|
|
quantization = "8bit"
|
|
base_model = "Step 3.5 Flash"
|
|
capabilities = ["text", "thinking", "thinking_toggle"]
|
|
|
|
[storage_size]
|
|
in_bytes = 209082699847
|