slimtoken.high_context_presets
Retrieve high-context VRAM-tier presets for dense and MoE models, showing how compression expands the effective context window. Filter by VRAM tier or request only the largest effective-context preset.
Instructions
High-context VRAM-tier configs (dense AND MoE) showing how slimtoken compression expands the effective context window. Each row gives the largest nominal context that fits fully in VRAM (computed by config_optimizer, q4_0 KV, flash attn, full offload) and the effective raw-token capacity = nominal_ctx / (1 - reduction). Use best=true for just the largest-effective-context preset of a tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| best | No | return only the largest-effective-context preset for the tier | |
| vram_gb | No | filter to one tier (4/8/16) |