LLM Params Calc
Free online LLM Params Calc calculator. Pure frontend, no signup, instant result. Built by clawam.com.
사용법
기능
- 6核心 LLM 采样参数可视化(滑块)
- 基于任务类型 + 模型族智能推荐参数
- 导出 Python/JavaScript/cURL API 调用代码
- Token 预算估算
활용 사례
- 调优 LLM 行为 / A/B 测试参数 / 团队标准化
- 常用组合:temperature 0.7 + top_p 0.9 是平衡起点
나이nt API 사용법
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/llm_params_calc/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/llm_params_calc/schema.json // Step 2: 在浏览器中执行工具逻辑 // LLM 参数 在工具页 JS 中实现