Configuration guides for Claude Code, OpenRouter, MCP, etc.
Yes, completely free. Access all LLM configuration presets and experiment with parameters at no cost.
No. All configuration management is local — your presets are saved in your browser's local storage only.
Key LLM parameters: (1) Temperature (0.0–2.0) — controls randomness. Low values (0.0–0.3) produce deterministic, consistent outputs ideal for factual Q&A, code generation, and data extraction. High values (0.7–1.0) produce creative, varied outputs for brainstorming, storytelling, and poetry. Extreme values (>1.5) produce nonsensical or repetitive text. (2) Top_p / Nucleus Sampling (0.0–1.0) — an alternative to temperature; the model considers only tokens whose cumulative probability exceeds top_p. Lower values (0.1) are more focused; higher values (0.9) more diverse. Use temperature OR top_p, not both — most providers recommend setting one and leaving the other at 1.0. (3) Max Tokens — the maximum length of the generated response. Set based on your expected output length; leaving it too high wastes tokens and cost. (4) Frequency Penalty (-2.0 to 2.0) — positive values discourage word repetition; useful for long-form content to avoid loops. (5) Presence Penalty (-2.0 to 2.0) — positive values encourage the model to discuss new topics; useful for diverse, wide-ranging conversations.